Welcome to my Python learning journey!
This repository documents my progress as I learn Python from scratch through notes, concept implementations, practice questions, exercises, and mini projects.
My goal is to build a strong Python foundation before moving into Data Science, Machine Learning, and Artificial Intelligence.
| Module | Status |
|---|---|
| 01 - Introduction | ✅ Completed |
| 02 - Strings | ✅ Completed |
| 03 - Conditional_Statements | ✅ Completed |
| 04 - Match_Case_Statements | ✅ Completed |
New modules will be added as I complete them.
PYTHON-JOURNEY
│
├── 0X-mini-projects
│
├── 01-Introduction
│ ├── Concept_Files
│ ├── Practice_Questions
| ├── Notes.md
│ └── README.md
│
├── 02-Strings
│ ├── Concept_Files
│ ├── Practice_Questions
│ ├── Notes.md
│ └── README.md
│
├── 03-Conditional_Statements
│ ├── Concept_Files
│ ├── Practice_Questions
│ ├── Notes.md
│ └── README.md
│
├── 04-Match_Case_Statements
│ ├── Concept_Files
│ ├── Practice_Questions
│ ├── Notes.md
│ └── README.md
│
└── README.md
Before marking a module as completed, I aim to finish:
- Notes
- Concept Files
- Practice Questions
- Mini Project (if applicable)
- Module README
- GitHub Push
Currently Learning:
Strings
Current Goal:
Complete all concept files and practice questions,
then push the module to GitHub.
- Python 3
- Visual Studio Code
- Git
- GitHub
Build a strong Python foundation and gradually transition into:
- Data Science
- Machine Learning
- Artificial Intelligence
- Real-World Projects
Learn → Practice → Build → Document → Upload
Every module in this repository contains:
- Notes
- Concept Implementations
- Practice Questions
- Projects
- Progress Documentation
This repository serves as a public record of my Python learning journey.