Skip to content

CodeWithTanim/Learning-Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ My Learning Journey

Banner

Welcome to my comprehensive learning repository! This is where I document my entire programming journey from absolute beginner to advanced developer. Every concept, project, and milestone will be tracked here.

πŸ“š Learning Path Overview

🎯 Current Focus

🎯 Currently mastering: N/A
πŸ“Š Progress: N/A

πŸ“‚ Repository Structure

πŸ“¦ learning-path/
β”œβ”€β”€ πŸ“ Python-Programming/
β”‚   β”œβ”€β”€ πŸ“ 1. Introduction-to-Programming-and-Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_1.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ 2. Amazing-Python-Program/
β”‚   β”‚   β”œβ”€β”€ πŸ“ 1. Jarvis Virtual Assistant
β”‚   β”‚   β”œβ”€β”€ πŸ“ 2. Love Calculator
β”‚   β”‚   β”œβ”€β”€ πŸ“ 3. Face Recognition
β”‚   β”‚   β”œβ”€β”€ πŸ“ 4. Flappy Bird Game
β”‚   β”‚   β”œβ”€β”€ πŸ“ 5. Snake Game
β”‚   β”‚   └── πŸ“– day_2.md
β”‚   β”œβ”€β”€ πŸ“ 3. Modules-and-Pip/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_3.md
β”‚   β”‚   └── 🐍 module_import.py
β”‚   β”œβ”€β”€ πŸ“ 4. Our First Python Program/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_4.md
β”‚   β”‚   β”œβ”€β”€ 🐍 first_program.py
β”‚   β”‚   └── 🐍 quiz_solve.py
β”‚   β”œβ”€β”€ πŸ“ 5. Comments, Escape Sequences & Print Statement/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_5.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ 6. Variables and Data Types/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_6.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ 7. Operator & Exercise/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_7.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ 8. Exercise - Calculator/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_8.md
β”‚   β”‚   └── 🐍 calcualtor.py
β”‚   β”œβ”€β”€ πŸ“ 9. Typecasting in Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_9.md
β”‚   β”‚   └── 🐍 TypeCasting.py
β”‚   β”œβ”€β”€ πŸ“ 10. Taking User Input in Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_10.md
β”‚   β”‚   └── 🐍 UserInput.py
β”‚   β”œβ”€β”€ πŸ“ 11. Strings in Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_11.md
β”‚   β”‚   └── 🐍 Strings.py
β”‚   β”œβ”€β”€ πŸ“ 12. Strings Slicing and Operations on Strings in Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_12.md
β”‚   β”‚   └─── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ 13. String Methods in Python/
β”‚   β”‚   β”œβ”€β”€ πŸ“– day_13.md
β”‚   β”‚   └── 🐍 String_Method.py
β”œβ”€β”€ πŸ“ PHP-Programming/
β”‚   β”œβ”€β”€ πŸ“– full-notes.md
β”‚   β”œβ”€β”€ 🐘 01_basics.php
β”‚   β”œβ”€β”€ 🐘 02_MoreBasics.php
β”‚   β”œβ”€β”€ 🐘 03_strings.php
β”‚   β”œβ”€β”€ 🐘 index.php
β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   └── πŸ–ΌοΈ bg.jpg
β”œβ”€β”€ πŸ“ MySQL-Learning/
β”‚   β”œβ”€β”€ πŸ“ 1. SQL-Student-Database/
β”‚   β”‚   β”œβ”€β”€ πŸ“– README.md
β”‚   β”‚   └── πŸ’Ύ student_database.sql
β”‚   β”‚   └── πŸ’Ύ student_database2.sql
β”‚   β”œβ”€β”€ πŸ“ 2. SQL-Employee-Database/
β”‚   β”‚   β”œβ”€β”€ πŸ“– README.md
β”‚   β”‚   └── πŸ’Ύ employee.sql
β”‚   β”‚   └── πŸ’Ύ employee2.sql
β”‚   β”œβ”€β”€ πŸ“ 3. SQL-Employee-Table-Modification/
β”‚   β”‚   β”œβ”€β”€ πŸ“– README.md
β”‚   β”‚   └── πŸ’Ύ alter_employee.sql
β”‚   β”‚   └── πŸ’Ύ alter_employee2.sql
β”‚   β”œβ”€β”€ πŸ“ 4. SQL-Student-Marks/
β”‚   β”‚   β”œβ”€β”€ πŸ“– README.md
β”‚   β”‚   └── πŸ’Ύ student_marks.sql
β”‚   β”‚   └── πŸ’Ύ student_marks2.sql
β”‚   β”œβ”€β”€ πŸ“ 5. SQL-Student-Marks-Analysis/
β”‚   β”‚   β”œβ”€β”€ πŸ“– README.md
β”‚   β”‚   └── πŸ’Ύ student_marks_analysis.sql
β”‚   β”‚   └── πŸ’Ύ student_marks_analysis2.sql
β”œβ”€β”€ βš™οΈ .gitattributes
β”œβ”€β”€ πŸ“œ LICENSE
β”œβ”€β”€ πŸ–ΌοΈ programmer.gif
β”œβ”€β”€ πŸ“– README.md
└── πŸ™ˆ .gitignore

πŸ› οΈ Technologies & Tools

πŸ’» Programming Languages

Python PHP MySQL

πŸ› οΈ Tools & Platforms

Git GitHub VS Code

🌟 Featured Projects

πŸ”₯ Latest Project

Project Name: Coming Soon!
Tech Stack: N/A
Status: 🚧 In Development

πŸ“– Learning Resources

πŸ“ Blog & Notes

I document my learning journey with detailed notes and tutorials. Check out my Portfolio for more information!

🀝 Let's Connect & Collaborate

πŸ’¬ Join Me on This Journey!

Facebook LinkedIn YouTube Instagram Twitter GitHub

🎯 Motivation

"The expert in anything was once a beginner." - Helen Hayes

This repository is my commitment to consistent learning and growth. Every day, I'm adding new skills, building projects, and pushing my boundaries. Follow along as I transform from beginner to expert developer!


⭐ Star this repository if you find my journey inspiring!

Let's learn and grow together! πŸš€

Visitor Count

About

This is my learning path of every Programmign language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors