My comprehensive guide to learning Python. Covers everything from basics to advanced concepts like OOP and potentially different modules and frameworks.
- Hello, World
- Variables and Types
- Inputs and Type-Casting
- Conditional Statements (
if
,elif
,else
) - Lists
- Loops
- String Manipulations
- Math and Functions
- Tuples, Sets, and Dictionaries