2023-07-17 03:21:00 +02:00
|
|
|
# Advanced Python Mastery
|
|
|
|
|
|
|
|
Copyright (C) 2007-2023
|
|
|
|
David Beazley (dave@dabeaz.com)
|
|
|
|
http://www.dabeaz.com
|
|
|
|
|
|
|
|
Welcome to the Python Mastery course. This
|
|
|
|
directory, `pythonmaster` is where you find support files
|
|
|
|
related to the class exercises. It is also where you will be doing
|
|
|
|
your work.
|
|
|
|
|
|
|
|
This course requires the use of Python 3.6 or newer. If you are
|
|
|
|
using Python 2, most of the material still applies, but you will
|
|
|
|
have to make minor code modifications here and there.
|
|
|
|
|
2023-07-17 17:41:16 +02:00
|
|
|
- [`PythonMastery.pdf`](../PythonMastery.pdf) is a PDF that contains
|
2023-07-17 03:21:00 +02:00
|
|
|
all of the presentation slides.
|
|
|
|
|
2023-07-17 17:41:16 +02:00
|
|
|
- The [`Exercises/`](index.md) folder is where you
|
2023-07-17 03:21:00 +02:00
|
|
|
find all the class exercises.
|
|
|
|
|
2023-07-17 17:41:16 +02:00
|
|
|
- The [`Data/`](../Data/) folder is where you find data files, scripts, and
|
2023-07-17 03:21:00 +02:00
|
|
|
other files used by the exercises.
|
|
|
|
|
2023-07-17 17:41:16 +02:00
|
|
|
- The [`Solutions/`](../Solutions/) folder contains complete solution code for
|
2023-07-17 03:21:00 +02:00
|
|
|
various exercises. Each problem has its own directory. For example,
|
2023-07-17 17:41:16 +02:00
|
|
|
the solution to exercise 3.2 can be found in the [`Solutions/3_2/`](../Solutions/3_2/) directory.
|
2023-07-17 03:21:00 +02:00
|
|
|
|
|
|
|
Every attempt has been made to make sure exercises work. However, it's
|
|
|
|
possible that you will find typos or minor mistakes. If you find any
|
|
|
|
errors, please let me know so that I can fix them for future editions
|
|
|
|
of the course.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|