Files
python-mastery/Exercises
Jarle Thorsen 92d7dc0f93 Update ex6_2.md to fix variable mismatch
The sell() method takes the nshares argument, however inside the method the variable shares is used instead.

This patch changes the name of the argument according to the variable used within the method.
2023-10-30 14:30:21 +01:00
..
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-19 11:22:22 +08:00
2023-07-21 16:19:24 +05:00
2023-07-16 20:21:00 -05:00
2023-07-26 11:23:28 +12:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-08-06 22:45:17 +01:00
2023-07-17 17:45:29 +02:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-17 17:45:29 +02:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-26 14:44:31 -04:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-20 15:32:48 +09:00
2023-07-16 20:21:00 -05:00
2023-07-17 17:45:29 +02:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-26 11:23:28 +12:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05:00
2023-07-16 20:21:00 -05: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.

  • PythonMastery.pdf is a PDF that contains all of the presentation slides.

  • The 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 Solutions/3_2/ directory.

Every attempt has been made to make sure exercises work. However, its 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.