Python Practice
Modules in this repository were created based on an introductory to Python course
FYI:
Classes are created based on nouns Methods/Functions are based on verbs
Methods and Functions are similar except that Methods are defined in a Class whereas Functions are defined independently Also, Methods require the 'self' explicit parameter when it's defined in the Class to reference each instance
Lists data structures are like Arrays in C Dictionaries are like Structs in C