📄️ 1.0 Python - Arrays
Python does not have built-in support for Arrays, but Python Lists can be used instead.
📄️ 2.0 Python - Classes/Objects
Python is an object oriented programming language.
📄️ 3.0 Python - Inheritance
Inheritance allows us to define a class that inherits all the methods and properties from another class.
📄️ 4.0 Python - Scope
A variable is only available from inside the region it is created. This is called scope.