📄️ Overview
Python is a high-level interpreted general purpose language.
📄️ Basics
In Python, everything is an object, including functions.
📄️ Data Structures
List
📄️ Algorithm
Lambdas
📄️ Object Oriented Programming
Object oriented programming in Python is accomplished through the use of classes, inheritance, and encapsulating data.
📄️ Modules
Modules are a way to split up. Function can be imported between files.