what is a class?
A class is a definition for something. I think of it as attributes (variables) and methods (functions) that belong together.
how to make a class in Python
use the class keyword
use CapWords format for the name
use a name that tells what the group of attributes and methods do - naming things is its own challenge
the chapters
code from the chapter
Do you want to see all the CODE I typed in these chapters?
what is next?
rate pumping python
If this has been a 7 star experience for you, please CLICK HERE to leave a 5 star review of pumping python. It helps other people get into the book too