October 2013
Beginner
600 pages
15h 18m
English
What You’ll Learn in This Hour:
How to create object classes
Defining attributes and methods in classes
How to use classes in your Python scripts
How to use class modules in your Python scripts
So far, all the Python scripts presented in this book have followed the procedural style of ...