An open API service indexing awesome lists of open source software.

https://github.com/rajin-khan/python-self

files used and created while learning python and its libraries
https://github.com/rajin-khan/python-self

python self-learn

Last synced: 6 months ago
JSON representation

files used and created while learning python and its libraries

Awesome Lists containing this project

README

          

Python Learning Banner

# Python Repo

##### A repository documenting my journey as I teach myself Python concepts, one step at a time.

---

## 📚 About This Repo

#### This repo was created to help me learn about python as I learn more about ML, which can be found [*here*](https://github.com/rajin-khan/self-machine-learning).
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.

---

## 🧩 Repository Structure (Potential)

```plaintext
📂 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
```

---

## 🛠️ Tools & Technologies

| **Category** | **Technologies** |
|---------------------------|------------------------------------------------------------------------------------------|
| **Programming Languages** | ![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white) |
| **IDEs & Editors** | ![VS Code](https://img.shields.io/badge/VS_Code-007ACC?style=for-the-badge&logo=visual-studio-code&logoColor=white) ![Jupyter](https://img.shields.io/badge/Jupyter-F37626?style=for-the-badge&logo=jupyter&logoColor=white) |
| **Libraries** | ![NumPy](https://img.shields.io/badge/NumPy-013243?style=for-the-badge&logo=numpy&logoColor=white) ![Pandas](https://img.shields.io/badge/Pandas-150458?style=for-the-badge&logo=pandas&logoColor=white) ![Matplotlib](https://img.shields.io/badge/Matplotlib-11557C?style=for-the-badge&logo=python&logoColor=white) ![Seaborn](https://img.shields.io/badge/Seaborn-5DA4A9?style=for-the-badge&logo=python&logoColor=white) |

---

## 🚀 Topics Covered

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

---

## 🌟 Goals

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

---

## 📊 Progress Tracker

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

---

##### Upon completion of the first 5 topics, an exploratory data analysis project was done. [Check it out here!](https://github.com/rajin-khan/Gaming-Behavior-Analysis)

---

#### A dev quote for you:

[![Dev Quotes](https://quotes-github-readme.vercel.app/api?border=truel&type=horizontal&theme=dark)](https://github.com/piyushsuthar/github-readme-quotes)