Python
Resources for the Python language
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
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
Top 5 Github Repos to Learn Data Science/ AI
- Awesome Data Science by Fatih Aktürk, Hüseyin Mert & Osman Ungur, Recep Erol
- data-scientist-roadmap by MrMimic
- Data Science Best Resources by Tirthajyoti Sarkar
- Ds-cheatsheets by Favio André Vázquez
- DataScienceResources by jb
Code
requirements.txt
Testing
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 06.03.2022: Update Apps.md (98505d2)