2.4 KiB
2.4 KiB
Advanced Python Mastery Exercises
Copyright (C) 2007-2023
David M. Beazley
https://www.dabeaz.com
This page contains links to all of the course exercises. For the best
experience, the exercises should be worked in order as later exercises
often build upon earlier exercises. The Solutions/
directory contains fully
worked out solutions to every exercise. You can use this if you get
stuck or you need to reset your code to a working state.
Before beginning, you should fork/clone the GitHub repo so that you
have a local copy on your machine. Exercises assume that all of your
work will take place in the top-level python-mastery
directory.
Associated course presentation slides can be found at PythonMastery.pdf.
1. Python Review
2. Data Handling
3. Classes and Objects
- Exercise 3.1
- Exercise 3.2
- Exercise 3.3
- Exercise 3.4
- Exercise 3.5
- Exercise 3.6
- Exercise 3.7
- Exercise 3.8