37. Python Resources¶
Documentation, courses, books, etc. about the Python language.
official documentation¶
Think like a computer scientist with Python¶
The aim of this book is to teach you to think like a computer scientist. It uses the Python programming language in version 3.
- Aprende a pensar como un informático con Python (2ª edición en PDF).
- Github repository of the spanish book.
- Third edition of the book in English.
Note
All internal references to the thinkpython2.com website must be translated to thinkpython.com in order to work.
Other Python books¶
Online Python Courses¶
- Aprende Python.
- Python tutorial in w3schools.com webpage.
- The legend of Python in codedex.io webpage.
- Video: Python tutorial on YouTube.
Python exercises¶
Online Python interpreters¶
- 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.