Skip to content

Commit 5684f88

Browse files
Revamp README with detailed learning topics
Updated README to enhance structure and content.
1 parent 020d75b commit 5684f88

1 file changed

Lines changed: 58 additions & 5 deletions

File tree

README.md

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,62 @@
1-
Learn:-
1+
# 🐍 Python Mastery — From Zero to Hero 🚀
22

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**.
45

5-
LLM-from-scratch
6+
![Python](https://img.shields.io/badge/Python-3.10%2B-blue?style=for-the-badge&logo=python&logoColor=white)
7+
![FastAPI](https://img.shields.io/badge/FastAPI-REST%20APIs-009688?style=for-the-badge&logo=fastapi&logoColor=white)
8+
![LLM](https://img.shields.io/badge/LLM-AI%20Concepts-purple?style=for-the-badge)
9+
![Beginner Friendly](https://img.shields.io/badge/Beginner-Friendly-orange?style=for-the-badge)
610

7-
FastApi
811

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

Comments
 (0)