-
Notifications
You must be signed in to change notification settings - Fork 0
Python
Oliver Steele edited this page Feb 16, 2018
·
2 revisions
- Think Python, by Allen Downey – the SoftDes class text
- Python 3.5 Documentation
- Python 3.5 Standard Library
- The Hitchhiker’s Guide to Python, especially Writing Great Python Code
- Python Tutor interactive visualization
- HackerRank Python Introduction
- How to Think Like a Computer Scientist interactive course. Register here and enter "thinkcspy" as the course name.
- Google's Python Class
- Automate the Boring Stuff with Python (includes video tutorials)
- Practice Python exercises
- Official Python Tutorial
- Spring 2014 NINJA tutorial: Python exercises
- PEP 8 – Style Guide for Python Code
- PEP 257 – Docstring Conventions
- Google Style Guide
- GeneFinder in Google Style (see how it compares to master here)
- PyPI Python Package Index
- Awesome Python list of curated Python packages.
- tqdm progress meter