python-mastery/Exercises/README.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

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.
- link:PythonMastery.pdf[`PythonMastery.pdf`] is a PDF that contains
all of the presentation slides.
- The link:Exercises/index.html[`Exercises/`] folder is where you
find all the class exercises.
- The `Data/` folder is where you find data files, scripts, and
other files used by the exercises.
- The `Solutions/` folder contains complete solution code for
various exercises. Each problem has its own directory. For example,
the solution to exercise 3.2 can be found in the `Solution/3_2/` directory.
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.