- Python for Everybody - video course with exercises by Dr. Chuck
- W3 Schools Python Tutorial - Lightweight course with exercises
- How to think like a Computer Scientist - a very systematic, scientific tutorial by Allen B. Downey
- Automate the Boring Stuff with Python - by Al Sweigart
- Python 101 - by Michael Driscoll
- Dive into Python 3 - Tutorial for experienced programmers - by Mark Pilgrim
- www.codewars.com – small online coding tasks
- Main documentation and tutorial](http://www.python.org/doc)
- Python Library Reference covering the language basics: https://docs.python.org/3/library/index.html
- Global Module Index – description of standard modules: https://docs.python.org/3/py-modindex.html