Source Content | 📄 | 📖 | 🗣️ | 👥 | 📚 | 🤷 |
---|---|---|---|---|---|---|
Learn Python by FreeCodeCamp | - | - | - | - | ✅ | - |
- Variables & Data Types 📊
- Control Flow ⚙️
- Misc. Introductory Topics 🧩
- Object Oriented Programming 🤖
- Example Projects 🚀
Section | Topic |
---|---|
🐍 Variables & Data Types 📊 | Variables & Data Types |
Working With Strings | |
Working With Numbers | |
Lists | |
Tuples | |
Dictionaries | |
Sets | |
Boolean Type | |
None Type | |
Type Conversion | |
Mutable vs Immutable Types | |
File Handling | |
🐍 Control Flow ⚙️ | List Functions |
Functions | |
Return Statement | |
If Statements | |
If Statements & Comparisons | |
While Loops | |
For Loops | |
Exponent Function | |
2D Lists & Nested Loops | |
🐍 Misc. Introductory Topics 🧩 | Comments in Python |
Getting Input from Users | |
Try / Except Blocks | |
Reading Files | |
🐍 Object Oriented Programming 🤖 | Classes & Objects |
Defining a Class | |
Creating Objects | |
Object Functions | |
Inheritance | |
Practical Examples | |
🐍 Example Projects 🚀 | Drawing a Shape |
Building a Basic Calculator | |
Mad Libs Game | |
Building a Better Calculator | |
Building a Guessing Game | |