You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,12 +245,19 @@ uvicorn main:app --reload
245
245
| [**✅ 1 - Harvard CS50’s Introduction to Programming with Python**](https://www.youtube.com/watch?v=nLRL_NcnK-4) | by Eddy Shyu, Coursera, Google | In Progress | Learn Python fundamentals (syntax, loops, functions, data structures) from scratch. |
246
246
| [**✅ 2 - Python Cheat Sheet**](https://vivitoa.github.io/python-cheat-sheet/#file-handling) | by Eddy Shyu, Coursera, Google | Pending | Quick reference guide for Python syntax, file handling, and built-in functions. |
247
247
| [**✅ 3 - Getting Started with Streamlit**](https://www.pythonguis.com/tutorials/getting-started-with-streamlit/?utm_source=www.pythonweekly.com&utm_medium=newsletter&utm_campaign=python-weekly-issue-693-april-3-2025&_bhlid=4a484e014be2ce61d1f1d95aa1e9f9745c2fa17e) | Streamlit, Other GUI library | Pending | Build interactive data apps and dashboards with minimal code. |
248
+
| [**✅ 4 - BroCode**](https://www.youtube.com/@BroCodez) | Tutorials on Python, AI and machine learning | Pending |Tutorials covering libraries like TensorFlow and scikit-learn with hands-on projects for AI and machine learning enthusiasts.|
249
+
| [**✅ 5 - Python Tutorial**](https://wiki.python.org/moin/BeginnersGuide) | Official Python guide | Pending |The absolute best place to start. It's concise and covers the fundamentals from the creators themselves.|
250
+
| [**✅ 6 - w3Schools Python Tutorial**](https://wiki.python.org/moin/BeginnersGuide) | Practice while learning | Pending | Great for quick reference. It's a no-frills site where you can quickly find explanations and code examples for specific concepts.|
251
+
| [**✅ 7 - Real Python**](https://realpython.com/) | Explore python topic wise | Pending | Offers high-quality tutorials on everything from intermediate Python concepts to advanced topics like concurrency and machine learning.|
248
252
249
253
250
254
👁️ Chapter1: - **Books**
251
255
| Title/link| Description | Reading Status |
252
256
|---|---|---|
253
257
|[**✅ 1-Interpretable Machine Learning**](https://christophm.github.io/interpretable-ml-book/)|by Christoph Molnar A Guide for Making Black Box Models Explainable| InProgress|
258
+
|[**✅ 2-Dive into Python 3**](https://diveintopython3.net/)|by Mark Pilgrim Dive into Python 3 and its differences from Python 2| InProgress|
259
+
|[**✅ 3-Python Succinctly**](https://www.syncfusion.com/succinctly-free-ebooks/python/?utm_medium=reddit&utm_source=backlinks&utm_campaign=python-reddit-backlinks)|by Jason Cannon Dive Learn to use the Python language to create programs of all kinds.| InProgress|
260
+
|[**✅ 4-Python Succinctly**](https://www.amazon.com/Python-Crash-Course-Eric-Matthes/dp/1718502702)|by Eric Mathes A Hands-On, Project-Based Introduction to Programming| InProgress|
254
261
255
262
### 🔹Python Projects**
256
263
| Title | Description|Code|Status|Completed On|Author|
@@ -268,11 +275,18 @@ uvicorn main:app --reload
268
275
| ✅ | **[PyCaret Official Website](https://pycaret.gitbook.io/docs/get-started/tutorials)** | Comprehensive tutorials and official docs for PyCaret, an easy-to-use ML library. | [](https://pycaret.gitbook.io/docs/get-started/tutorials) | ✅ Completed |
| ✅ | **[Audio Book Converter](https://github.com/hussain0048/Python/blob/master/Projects/Audio_book.py)** | Convert text documents into spoken audio using Python TTS libraries. | [](https://github.com/hussain0048/Python/blob/master/Projects/Audio_book.py) | ✅ Completed |
278
+
| ✅ | **[Best places to learn Python](https://www.reddit.com/r/PythonLearning/comments/1nifa32/the_python_resource_list_i_wish_i_had/)** | Curated Python resources, including tutorials and projects, books all in one place| [Link](https://www.reddit.com/r/PythonLearning/comments/1nifa32/the_python_resource_list_i_wish_i_had/) |✅ Completed |
271
279
| ⏳ | **[Chatbot GUI (Chatboot)](https://github.com/hussain0048/Python/blob/master/Projects/Chatboot.py)** | A simple chatbot with GUI built using Python (intents + responses). | [](https://github.com/hussain0048/Python/blob/master/Projects/Chatboot.py) | ⏳ Pending |
272
280
| ⏳ | **[Python 3.13.5 Documentation](https://docs.python.org/3/)** | Official documentation for Python 3.13.5. | [Link](https://docs.python.org/3/) | ⏳ Pending |
273
281
| ⏳ | **[Links for Python Noobs](https://steppingback269.blogspot.com/2025/07/links-for-python-noobs.html)** | Curated list of useful beginner-friendly Python links. | [Link](https://steppingback269.blogspot.com/2025/07/links-for-python-noobs.html) | ⏳ Pending |
274
282
| ⏳ | **[FastAPI Interactive](https://www.fastapiinteractive.com/fastapi-basics/21-dependencies-first-steps)** | Interactive learning platform for FastAPI basics and dependencies. | [Link](https://www.fastapiinteractive.com/fastapi-basics/21-dependencies-first-steps) | ⏳ Pending |
275
283
| ⏳ | **[FastAPI Official Docs](https://fastapi.tiangolo.com/tutorial/first-steps/)** | Official documentation and tutorials for FastAPI. | [Link](https://fastapi.tiangolo.com/tutorial/first-steps/) | ⏳ Pending |
284
+
| ⏳ | **[CodeCrafters](https://codecrafters.io/)** | An excellent platform for learning by doing. You'll build your own versions of popular tools like Git or an HTTP server in Python. | [Link](https://codecrafters.io/) | ⏳ Pending |
285
+
| ⏳ |**[FreeCodeCamp](https://www.freecodecamp.org/)**| Offers a massive library of free courses and projects, especially for web development. | [Link](https://www.freecodecamp.org/) | ⏳ Pending |
286
+
| ⏳ |**[CodeSignal](https://codesignal.com/learn/paths/introduction-to-programming-with-python)**|Offers a variety of learning paths with hands-on exercises and an AI tutor to guide you through the problems.| [Link](https://codesignal.com/learn/paths/introduction-to-programming-with-python) | ⏳ Pending |
287
+
| ⏳ |**[WeLearn](https://w5n.ai/)**|This one is a bit different. Instead of a fixed course, you tell it your skills and goals, and it builds a personalized learning path for you. It combines readings, quizzes, and coding exercises, all with an AI tutor to help you stay motivated and on track.| [Link](https://w5n.ai/) | ⏳ Pending |
288
+
| ⏳ |**[Fullstack Python (Advanced)](https://www.fullstackpython.com/)**|A great resource for those looking to use Python for web development.| [Link](https://www.fullstackpython.com/) | ⏳ Pending |
0 commit comments