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