36. Python Resources¶
Documentation, courses, books, etc. about the Python language.
official documentation¶
Online Python Courses¶
- Python tutorial in w3schools.com webpage.
- The legend of Python in codedex.io webpage.
- Python tutorial on YouTube.
python books¶
Online Python interpreter¶
- Python interpreter online at programiz.com.
- Advanced Python interpreter online at programiz.com.
python installer¶
- Download Python from the official website.
- Conda manager for Python and utility packages.