This repo was created to help me learn about python as I learn more about ML, which can be found here.
This also serves as my personal learning log, featuring code snippets, projects, and notes as I delve deeper into Python programming. Whether it's mastering the basics or exploring advanced topics, this repo will evolve as my skills grow.
📂 python-learning-repo
├── 📁 basics/ # Fundamental Python concepts and exercises
├── 📁 cleanup/ # Files on Data Cleanup practices
├── 📁 matplotlib/ # Files on MatPlotLib
├── 📁 numpy/ # Files on NumPy
├── 📁 pandas/ # Files on Pandas
├── 📁 pandas/ # Files on Seaborn
├── 📁 webscraping/ # Files on Web Scraping with BeautifulSoup
└── 📄 README.md # This file
| Category | Technologies |
|---|---|
| Programming Languages | |
| IDEs & Editors | |
| Libraries |
| Topic | Description |
|---|---|
| Basics | Data types, loops, conditionals, and functions. |
| NumPy, Pandas, MatplotLib, and Seaborn | Familiarity with these libraries for ML implementation. |
| Data Cleanup | Best Practices for cleaning up data. |
| Web Scraping | Learning how to retreive data on my own. |
- Achieve fluency in Python programming for ML.
- Learn about NumPy, Pandas, and MatPlotLib to better prepare for ML.
- Document and share learnings with others.
- Use Python and related libraries to perform data analysis.
| Topic | Status | Completion Date |
|---|---|---|
| Basics | ✅ Completed | 24/12/24 |
| NumPy | ✅ Completed | 25/12/24 |
| Pandas | ✅ Completed | 26/12/24 |
| Data Cleanup | ✅ Completed | 28/12/24 |
| MatplotLib | ✅ Completed | 29/12/24 |
| Seaborn | 🔄 In Progress | TBD |
| SciKit Learn | 🔄 In Progress | TBD |
| Web Scraping | ⏳ Not Started | TBD |