The Central Ohio Python User's Group: Resources

Title Description Link Categories
Dive Into Python 3 This free online book is great for learning Python and it also covers Python 3 and its differences from Python 2. © 2001–11 Mark Pilgrim Book
Hitchhiker's Guide to Python 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. Book, Tutorial, Video
Python Cookbook A free online copy of an O'Reilly book: Copyright © 2013 David Beazley and Brian Jones. Book
Python's Class Development Toolkit 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. Video