|
1 | | -Learn:- |
| 1 | +# 🐍 Python Mastery — From Zero to Hero 🚀 |
2 | 2 |
|
3 | | -Python |
| 3 | +Learn Python the fun way — with hands-on examples, real projects, and zero confusion! 🎯 |
| 4 | +From **basics → advanced**, plus **FastAPI**, **LLMs**, and **real-world practice**. |
4 | 5 |
|
5 | | -LLM-from-scratch |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
6 | 10 |
|
7 | | -FastApi |
8 | 11 |
|
9 | | -RestApi |
| 12 | +## 📖 About This Repository |
| 13 | + |
| 14 | +Welcome to your **one-stop Python learning hub**! 🎉 |
| 15 | + |
| 16 | +This repo is designed to take you from a complete beginner to an advanced Python developer. |
| 17 | +You’ll learn by reading small explanations and running lots of code (the best way!). |
| 18 | + |
| 19 | +> 💡 **Philosophy:** Learn by doing. Every concept comes with examples you can run, break, and fix. |
| 20 | +
|
| 21 | +--- |
| 22 | + |
| 23 | +## 🗂️ Topics Covered |
| 24 | + |
| 25 | +Here’s what you’ll learn in this repo: |
| 26 | + |
| 27 | +| Category | Topics | |
| 28 | +|---------|--------| |
| 29 | +| 🟢 Fundamentals | Variables, Data Types, Operators, Input/Output | |
| 30 | +| 🔄 Control Flow | If-Else, Loops (`for`, `while`), `break` / `continue` | |
| 31 | +| 🔧 Functions | Parameters, Return values, `*args`, `**kwargs`, Lambda | |
| 32 | +| 📁 File Handling | Read/Write/Append, CSV, JSON, exercises | |
| 33 | +| 🎯 OOP | Classes, Objects, Inheritance, Polymorphism, Encapsulation | |
| 34 | +| ⚠️ Error Handling | `try/except`, `finally`, custom exceptions | |
| 35 | +| 🤖 LLM / AI | Tokenization, Embeddings, Prompt Engineering, API Integration | |
| 36 | +| 🚀 FastAPI | REST APIs, endpoints, CRUD, validation | |
| 37 | +| 📦 Projects | 2 complete Python projects | |
| 38 | + |
| 39 | +--- |
| 40 | +🤝 Contributing |
| 41 | +Want to improve this repo? Awesome! 🙌 |
| 42 | + |
| 43 | +📚 Resources |
| 44 | + <div align="left"> |
| 45 | +📖 Python Docs: https://docs.python.org/ |
| 46 | + <div align="left"> |
| 47 | +🚀 FastAPI Docs: https://fastapi.tiangolo.com/ |
| 48 | + <div align="left"> |
| 49 | +🤖 Hugging Face: https://huggingface.co/docs |
| 50 | + <div align="left"> |
| 51 | +🎓 Real Python: https://realpython.com/ |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +<div align="center"> |
| 59 | +⭐ Star this repo if it helped you! |
| 60 | +Happy Coding! 🐍✨ |
| 61 | + |
| 62 | +</div> |
0 commit comments