This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
Tutorial
Learn Python the Hard Way
Tutorial with videos and book available for purchase.
A talk by Raymond Hettinger, Published on Mar 20, 2013. This is a short, but thorough tutorial on the Python's built-in toolset for creating classes. We look at commonly encountered challenges and how to solve them using Python.
Video
Python Videos
Python related videos from conferences like PyCon and PyOhio, and more, indexed so you can find it. Over 3182 videos so far.
Video
The Clean Architecture in Python
Come learn about how “Clean Architecture” applies in Python, and how this high-level design pattern fits particularly well with the features of the Python language and answers questions that experienced programmers have been asking.