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 | β³ Not Started | TBD |
Web Scraping | β³ Not Started | TBD |