Whether you're just starting your journey or looking to expand your skills, understanding the foundational concepts is crucial for mastering the language. Python is a versatile and powerful programming language commonly employed for various purposes. This repository was created with the help of the YouTube Channel Bro Code.
Status | Topic | Doc | Code |
---|---|---|---|
✅ | Variables and Data Types | 📖 | 👨💻 |
✅ | Type Casting | 📖 | 👨💻 |
✅ | User Input | 📖 | 👨💻 |
✅ | Math | 📖 | 👨💻 |
✅ | If Statements | 📖 | 👨💻 |
✅ | Calculator Program | 📖 | 👨💻 |
✅ | Weight Conversion Exercise | 📖 | 👨💻 |
✅ | Temperature Conversion Program | 📖 | 👨💻 |
✅ | Logical Operators | 📖 | 👨💻 |
✅ | String Methods | 📖 | 👨💻 |
✅ | String Indexing | 📖 | 👨💻 |
✅ | Email Slicer | 📖 | 👨💻 |
✅ | Format Specifiers | 📖 | 👨💻 |
✅ | While Loops | 📖 | 👨💻 |
✅ | Compound Interest Calculator | 📖 | 👨💻 |
✅ | For Loops | 📖 | 👨💻 |
✅ | Nested Loops | 📖 | 👨💻 |
✅ | Countdown Timer Program | 📖 | 👨💻 |
✅ | Lists, Sets, and Tuples Explained | 📖 | 👨💻 |
✅ | Shopping Cart Program | 📖 | 👨💻 |
✅ | 2D Collections | 📖 | 👨💻 |
✅ | Create a Quiz Game | 📖 | 👨💻 |
✅ | Dictionaries | 📖 | 👨💻 |
✅ | Concession Stand Program | 📖 | 👨💻 |
✅ | Generate Random Numbers | 📖 | 👨💻 |
✅ | Rock Paper Scissors Game | 📖 | 👨💻 |
✅ | Dice Roller Program | 📖 | 👨💻 |
✅ | Encryption Program | 📖 | 👨💻 |
✅ | Functions | 📖 | 👨💻 |
✅ | Default Arguments | 📖 | 👨💻 |
✅ | Keyword Arguments | 📖 | 👨💻 |
✅ | *ARGS & **KWARGS | 📖 | 👨💻 |
✅ | Modules | 📖 | 👨💻 |
✅ | Scope Resolution | 📖 | 👨💻 |
✅ | Exception Handling | 📖 | 👨💻 |
✅ | File Detection | 📖 | 👨💻 |
✅ | Read a File | 📖 | 👨💻 |
✅ | Write a File | 📖 | 👨💻 |
✅ | Copy a File | 📖 | 👨💻 |
✅ | Move a File | 📖 | 👨💻 |
✅ | Delete a File | 📖 | 👨💻 |
Status | Topic | Doc | Code |
---|---|---|---|
✅ | Object-Oriented Programming | 📖 | 👨💻 |
✅ | Class Variables | 📖 | 👨💻 |
✅ | Inheritance | 📖 | 👨💻 |
✅ | Multilevel Inheritance | 📖 | 👨💻 |
✅ | Multiple Inheritance | 📖 | 👨💻 |
❌ | Method Overriding | 📖 | 👨💻 |
❌ | Method Chaining | 📖 | 👨💻 |
✅ | Super Function | 📖 | 👨💻 |
✅ | Abstract Classes | 📖 | 👨💻 |
❌ | Objects as Arguments | 📖 | 👨💻 |
✅ | Duck Typing | 📖 | 👨💻 |
❌ | Walrus Operator := | 📖 | 👨💻 |
❌ | Assign Functions to Variables | 📖 | 👨💻 |
❌ | Higher Order Functions | 📖 | 👨💻 |
✅ | Lambda λ | 📖 | 👨💻 |
✅ | Sort | 📖 | 👨💻 |
✅ | Map | 📖 | 👨💻 |
✅ | Filter | 📖 | 👨💻 |
✅ | Reduce | 📖 | 👨💻 |
✅ | List Comprehension | 📖 | 👨💻 |
❌ | Dictionary Comprehension | 📖 | 👨💻 |
❌ | Zip Function | 📖 | 👨💻 |
❌ | if name == 'main' | 📖 | 👨💻 |
❌ | Time Module | 📖 | 👨💻 |
❌ | Multithreading | 📖 | 👨💻 |
❌ | Daemon Threads | 📖 | 👨💻 |
❌ | Multiprocessing | 📖 | 👨💻 |
❌ | GUI Windows | 📖 | 👨💻 |
❌ | Labels | 📖 | 👨💻 |
❌ | Buttons | 📖 | 👨💻 |
❌ | Entry Box | 📖 | 👨💻 |
❌ | GUI Checkbox | 📖 | 👨💻 |
❌ | GUI Radiobuttons | 📖 | 👨💻 |
❌ | GUI Scale | 📖 | 👨💻 |
❌ | GUI Listbox | 📖 | 👨💻 |
❌ | GUI Messagebox | 📖 | 👨💻 |
❌ | GUI Colorchooser | 📖 | 👨💻 |
❌ | GUI Text Area | 📖 | 👨💻 |
❌ | GUI Open a File (FileDialog) | 📖 | 👨💻 |
❌ | GUI Save a File (FileDialog) | 📖 | 👨💻 |
❌ | GUI Menubar | 📖 | 👨💻 |
❌ | GUI Frames | 📖 | 👨💻 |
❌ | How to: Open New Window | 📖 | 👨💻 |
❌ | How to: Add Window Tabs | 📖 | 👨💻 |
❌ | GUI Grid | 📖 | 👨💻 |
❌ | GUI Progress Bar | 📖 | 👨💻 |
❌ | GUI Canvas | 📖 | 👨💻 |
❌ | GUI Keyboard Events | 📖 | 👨💻 |
❌ | GUI Mouse Events | 📖 | 👨💻 |
❌ | Drag & Drop GUI | 📖 | 👨💻 |
❌ | Move Images w/ Keys | 📖 | 👨💻 |
❌ | Animations | 📖 | 👨💻 |
❌ | Multiple Animations | 📖 | 👨💻 |
❌ | Clock Program | 📖 | 👨💻 |
❌ | Send an Email | 📖 | 👨💻 |
❌ | Run with Command Prompt | 📖 | 👨💻 |
❌ | Pip | 📖 | 👨💻 |
❌ | Py to Exe | 📖 | 👨💻 |
Status | Topic | Doc | Code |
---|---|---|---|
❌ | Calculator App | 📖 | 👨💻 |
❌ | Text Editor Program | 📖 | 👨💻 |
❌ | Tic Tac Toe Game | 📖 | 👨💻 |
❌ | Snake Game | 📖 | 👨💻 |
❌ | Recursion | 📖 | 👨💻 |