Skip to content

Commit 6db6054

Browse files
authored
Merge pull request #3 from aminasaeed223/master
Python resource added
2 parents 2ce0412 + 53b3a30 commit 6db6054

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,19 @@ uvicorn main:app --reload
245245
| [**✅ 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. |
246246
| [**✅ 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. |
247247
| [**✅ 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.|
248252
249253
250254
👁️ Chapter1: - **Books**
251255
| Title/link| Description | Reading Status |
252256
|---|---|---|
253257
|[**✅ 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|
254261
255262
### 🔹Python Projects**
256263
| Title | Description|Code|Status|Completed On|Author|
@@ -268,11 +275,18 @@ uvicorn main:app --reload
268275
| ✅ | **[PyCaret Official Website](https://pycaret.gitbook.io/docs/get-started/tutorials)** | Comprehensive tutorials and official docs for PyCaret, an easy-to-use ML library. | [![Open in Colab](https://img.shields.io/badge/Colab-Open-blue.svg?logo=colab&logoColor=white)](https://pycaret.gitbook.io/docs/get-started/tutorials) | ✅ Completed |
269276
| ✅ | **[Learnpython.gr](https://learnpython.gr/what-is-python)** | Beginner-friendly Python resources and guides. | [Link](https://learnpython.gr/what-is-python) | ✅ Completed |
270277
| ✅ | **[Audio Book Converter](https://github.com/hussain0048/Python/blob/master/Projects/Audio_book.py)** | Convert text documents into spoken audio using Python TTS libraries. | [![Open in Colab](https://img.shields.io/badge/Colab-Open-blue.svg?logo=colab&logoColor=white)](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 |
271279
| ⏳ | **[Chatbot GUI (Chatboot)](https://github.com/hussain0048/Python/blob/master/Projects/Chatboot.py)** | A simple chatbot with GUI built using Python (intents + responses). | [![Open in Colab](https://img.shields.io/badge/Colab-Open-blue.svg?logo=colab&logoColor=white)](https://github.com/hussain0048/Python/blob/master/Projects/Chatboot.py) | ⏳ Pending |
272280
| ⏳ | **[Python 3.13.5 Documentation](https://docs.python.org/3/)** | Official documentation for Python 3.13.5. | [Link](https://docs.python.org/3/) | ⏳ Pending |
273281
| ⏳ | **[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 |
274282
| ⏳ | **[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 |
275283
| ⏳ | **[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 |
289+
276290

277291

278292

0 commit comments

Comments
 (0)