|
| 1 | +[x] 00 Introduction |
| 2 | +[x] 01 Inner working of Python |
| 3 | +[x] 02 Github Codespace |
| 4 | +[x] 03 Mutable and Immutable |
| 5 | +[x] 04 Data Types |
| 6 | +[x] 05 Numbers in Depth |
| 7 | +[x] 06 Strings |
| 8 | +[x] 07 Lists |
| 9 | +[x] 08 Dict |
| 10 | +[x] 09 Tuples |
| 11 | +[x] 10 Set |
| 12 | +[x] 11 Internal working of copy, reference |
| 13 | +[x] 12 Conditional statements |
| 14 | +[x] 13 Looping statements |
| 15 | +[x] 14 Behind the scene of Loop |
| 16 | +[x] 15 Functions |
| 17 | +[x] 16 Scopes and Closure |
| 18 | +[x] 17 OOPs |
| 19 | +[x] 19 Decorators in Python |
| 20 | +[x] 20 File Handling |
| 21 | +[x] 21 Exception Handling |
| 22 | +[x] 22 Virtual Environment |
| 23 | +[x] 23 Map, Filter & Reduce |
| 24 | +[x] 24 Python 3.12 Docs |
| 25 | +[ ] 25 Packages, Modules & Libraries (pip) |
| 26 | +[x] 26 Project 1 : Noteapp |
| 27 | +[ ] 27 Leetcode Problems |
| 28 | +[ ] 28 Asynchronus Programming in Python (asynio) |
| 29 | +[ ] 29 Working with APIs |
| 30 | +[ ] 30 Types in Python |
| 31 | +[ ] 31 Project 2 : Discord Bot |
| 32 | +[ ] 32 Python with Databases |
| 33 | +[ ] 33 History of Python |
| 34 | +[ ] 34 What you can do using Python ? |
| 35 | +[ ] 35 Project 3 : |
| 36 | +[ ] 36 Exploring Python Codebase on GitHub |
| 37 | +[ ] 37 Build 10 Project with Python + AI |
| 38 | +[ ] 29 Web Scraping |
| 39 | +[ ] 30 Python in Different Environment(Win, Mac, Linux, Docker, Cloud, AWS, DigitalOcean) |
| 40 | +[ ] 76 Tkinter |
| 41 | +[ ] 31 Flask |
| 42 | +[ ] 32 Django |
| 43 | +[ ] 72 Numpy |
| 44 | +[ ] 87 Pygame (Game Development in Python) |
| 45 | +[ ] 88 Kivy (App Development in Python) |
| 46 | + |
| 47 | + |
| 48 | +1. Notepad |
| 49 | +- build notepad app for windows using python |
| 50 | + |
| 51 | +2. Calculator Website |
| 52 | +- create calculator website using python tkinter |
| 53 | + |
| 54 | +3. QR Code Generator App |
| 55 | +- write code for QR code generator using python and tkinter. take url as input from user and create QR code and display in gui using tkinter |
| 56 | + |
| 57 | +- add button to save that qr code image |
| 58 | + |
| 59 | +4. Build a Web Browser |
| 60 | +- build a web browser using python and qtpy |
| 61 | +- add more functionalities |
| 62 | + |
| 63 | +5. Build Bricks Breaker Game |
| 64 | +- code for bricks breaker game using python tkinter with good gui |
0 commit comments