Python materials

-   The official Python tutorial (for [Python 2](https://docs.python.org/2/tutorial/) and [Python 3](https://docs.python.org/3/tutorial/)). Moves a little quickly, but is very comprehensive and thorough.

-   [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/runestone/static/pythonds/index.html)

-   [Dive into Python 3](http://www.diveintopython3.net/) An accelerated introduction to Python. 

-   [Program Arcade Games With Python And Pygame](http://ProgramArcadeGames.com) 

-   [The Hitchhiker’s Guide to Python](https://python-guide.readthedocs.org/en/latest/) 

-   [pycrumbs](http://resrc.io/list/4/pycrumbs/) A huge list of many useful articles, tutorials, and snippits on Python, ranging from basic to        advanced.

-   [PyMOTW](http://pymotw.com/) A tour of the Python standard library
    through short examples.
-   [Import Python](http://importpython.com/books/) A catalog of Python books (some are free)
  • Exercises:

    • Pyschools Exercises and challenges in Python.

Get hands-on with 1200+ tech skills courses.