1 |
#---------------------------------------------------------------------------------------------------- |
2 |
#$Header$ |
3 |
#---------------------------------------------------------------------------------------------------- |
4 |
#David T. Ashley, 11/2018 |
5 |
#---------------------------------------------------------------------------------------------------- |
6 |
#This directory contains notes and experiments as I worked through Mark Lutz's book, "Learning |
7 |
#Python: Powerful Object-Oriented Programming 5th Edition, Kindle Edition". |
8 |
# |
9 |
#As of this writing (November, 2018), the book is listed on Amazon at this URL: |
10 |
# https://www.amazon.com/ |
11 |
# Learning-Python-Powerful-Object-Oriented-Programming-ebook-dp-B00DDZPC9S/dp/B00DDZPC9S/ |
12 |
# |
13 |
#The files are broken down approximately by chapter. |
14 |
# |
15 |
#The materials should not in any way compromise the interests of the publisher. These are my own |
16 |
#notes, experiments, and examples as I learned Python, and I don't believe they can be used in |
17 |
#any way as a substitute for the book or would decrease sales of the book (if anything, they would |
18 |
#increase sales of the book). |
19 |
#---------------------------------------------------------------------------------------------------- |
20 |
|