Skip to content

CodeWithTanim/Learning-Path

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: Python for AI & ML
πŸ“Š Progress: πŸ“ˆ Ongoing (Chapter 6)

πŸ“‚ 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
β”œβ”€β”€ πŸ“ Complete_Python_For_Ai_ML/
β”‚   β”œβ”€β”€ πŸ“ Chapter_1 - Installation/
β”‚   β”‚   └── πŸ“– Notes.md
β”‚   β”œβ”€β”€ πŸ“ Chapter_2 - Comments & Variables/
β”‚   β”‚   β”œβ”€β”€ πŸ“– Notes.md
β”‚   β”‚   β”œβ”€β”€ 🐍 Comments.py
β”‚   β”‚   └── 🐍 Variables.py
β”‚   β”œβ”€β”€ πŸ“ Chapter_3 - Data Types/
β”‚   β”‚   β”œβ”€β”€ πŸ“– Notes.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ Chapter_4 - Strings & Type Conversion/
β”‚   β”‚   β”œβ”€β”€ πŸ“– Notes.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ Chapter_5 - Input, Output & Operators/
β”‚   β”‚   β”œβ”€β”€ πŸ“– Notes.md
β”‚   β”‚   └── 🐍 main.py
β”‚   β”œβ”€β”€ πŸ“ Chapter_6 - Conditional Statements/
β”‚   β”‚   β”œβ”€β”€ πŸ“– Notes.md
β”‚   β”‚   └── 🐍 main.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
β”œβ”€β”€ πŸ“ WebDev-Learning/
β”‚   β”œβ”€β”€ πŸ“ 1. Installing-VS-Code-and-How-Websites-Work/
β”‚   β”‚   β”œβ”€β”€ πŸ“– notes_Tutorail1.md
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   └── πŸŽ₯ video1.mp4
β”‚   β”œβ”€β”€ πŸ“ 2. My-First-HTML-Website/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   β”œβ”€β”€ πŸ“œ script.js
β”‚   β”‚   └── πŸ“– notes_Tutorail2.md
β”‚   β”œβ”€β”€ πŸ“ 3. Basic-Structure-of-an-HTML-Website/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   β”œβ”€β”€ πŸ“œ script.js
β”‚   β”‚   └── πŸ“– notes_Tutorial3.md
β”‚   β”œβ”€β”€ πŸ“ 4. Heading-Paragraphs-and-Links/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   β”œβ”€β”€ πŸ“œ script.js
β”‚   β”‚   β”œβ”€β”€ 🌐 bookmarkManager.html
β”‚   β”‚   └── πŸ“– notes_Tutorial4.md
β”‚   β”œβ”€β”€ πŸ“ 5. Image-List-and-Tables in HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   β”œβ”€β”€ πŸ–ΌοΈ image.png
β”‚   β”‚   └── πŸ“– notes_Tutorial5.md
β”‚   β”œβ”€β”€ πŸ“ 6. SEO-and-Core-Web-Vitals-in-HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   └── πŸ“– notes_Tutorial6.md
β”‚   β”œβ”€β”€ πŸ“ 7. Forms-and-Input-tags-in-HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   └── πŸ“– notes_Tutorial7.md
β”‚   β”œβ”€β”€ πŸ“ 8. Inline-and-Block-Elements-in-HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🌐 quiz.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   β”œβ”€β”€ πŸ“„ Comprehensive List.txt
β”‚   β”‚   └── πŸ“– notes_Tutorial8.md
β”‚   β”œβ”€β”€ πŸ“ 9. ID-and-Classes-in-HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ 🎨 style.css
β”‚   β”‚   └── πŸ“– notes_Tutorial9.md
β”‚   β”œβ”€β”€ πŸ“ 10. Video-Audio-and-Media-in-HTML/
β”‚   β”‚   β”œβ”€β”€ 🌐 index.html
β”‚   β”‚   β”œβ”€β”€ πŸŽ₯ video.mp4
β”‚   β”‚   β”œβ”€β”€ 🎡 audio.mp3
β”‚   β”‚   β”œβ”€β”€ πŸ–ΌοΈ image.jpg
β”‚   β”‚   └── πŸ“– notes_Tutorial10.md
β”œβ”€β”€ βš™οΈ .gitattributes
β”œβ”€β”€ πŸ“œ LICENSE
β”œβ”€β”€ πŸ–ΌοΈ programmer.gif
β”œβ”€β”€ πŸ“– README.md
└── πŸ™ˆ .gitignore

πŸ› οΈ Technologies & Tools

πŸ’» Programming Languages

Python PHP MySQL HTML5 CSS3 JavaScript

πŸ› οΈ Tools & Platforms

Git GitHub VS Code

🌟 Featured Projects

πŸ”₯ Latest Project

Project Name: Complete Python for AI & ML Tech Stack: Python, AI/ML Foundation Status: πŸ“ˆ Ongoing (Chapter 6)

πŸ“– 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