Skip to content

Instantly share code, notes, and snippets.

View AlyShmahell's full-sized avatar
💭
I may be slow to respond.

Aly Shmahell AlyShmahell

💭
I may be slow to respond.
  • European Union
View GitHub Profile
@brunokim
brunokim / .gitignore
Last active January 23, 2025 06:24
Prol: a minimal, inefficient Prolog interpreter in a few LOCs of Python
pytype_output/
.pytype/
__pycache__/
*.swp
*.swo
@awesomebytes
awesomebytes / python_development_environment.md
Last active December 25, 2024 11:34
My development environment, how to install it

Python development environment (with ROS!)

Install pip

The package manager of python packages is called pip.

sudo apt-get install python-pip

If you need a pip package as a debian you can use Victor's debian from pip.

Install ipython