Skip to content

Instantly share code, notes, and snippets.

View Metourni's full-sized avatar
🏠
Working from home

Metourni Noureddine Metourni

🏠
Working from home
  • Amazon
  • Luxembourg
View GitHub Profile

Python

An interpreted high-level programming language, there are two used versions 2/3. Pythonists (Python developers) follow several guidelines and they even have a manifesto The Zen of Python, we call the pythonic way on the code that not only has a correct syntax but also exploits at its best what the language has to offer, here are some coding style rules Link to python code style of django.

Pip and pipenv

pip is a python package manager, pipenv is a npm-like version (a cool one).

Django