Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 449 Bytes

File metadata and controls

14 lines (13 loc) · 449 Bytes

Python basics:

How Python variables work How Python conditional statements work How Python looping (while & for) works How to use Lists: Collection | Array Dictionary Key-Value Collection How we can iterate through these data structures Objects and Classes Attributes as objects’ data Methods as objects’ behavior Using Python getters and setters & property decorator Encapsulation: hiding information Inheritance: behaviors and characteristics