Python
Command Line Interface
Installing Python
- Install Python3.8
- Use python -m pip install instead of pip install
- If python.h not found:
sudo apt install python-dev python3-dev python3.7-dev
Visualization
Code
requirements.txt
Testing
Learning Python
Books
Top 4 Github Repos to Learn Python (or copy some code!)
- All algorithms implemented in Python by The Algorithms
- 30-Days-Of-Python by Asabeneh Yetayeh
- Playground and Cheatsheet for Learning Python by Oleksii Trekhleb
- Learn Python 3 by Jerry Pussinen