Advanced Python Mastery

Advanced Python Mastery is an exercise-driven course on Advanced Python Programming. It has been battle-tested on the corporate-training circuit for over a decade. The course, created by David Beazley, author of the Python Cookbook, focuses on programming techniques used in popular libraries and frameworks. It is designed for Python programmers who want to write more sophisticated programs. Prior knowledge of Python is required, as it is not a course for beginners. The course materials include detailed presentation slides, exercises with solutions, and supplemental material on selected topics. The course does not cover third-party libraries or advanced features like typing, async, or pattern matching.

https://github.com/dabeaz-course/python-mastery

To top