Hello! π Thanks for visiting my repository.
This page contains all my learning notes, practice files, and code experiments while studying Python and JavaScript. Think of this as my personal learning journal β structured, simple, and easy to track.
This section is dedicated to everything Iβve learned in Python. From basic syntax to more advanced concepts, all my experiments and practice files live here.
This part includes documentation of my Python learning process from the fundamentals to advanced ideas.
- Basic syntax exercises (variables, data types, operators).
- Control structures (if-else, loops).
- Notes and samples on functions, lists, dictionaries, and eventually OOP.
- Random script experiments testing new ideas.
- Code Editor: Visual Studio Code
- Interpreter: Python 3.x
- Terminal: Git Bash / CMD / PowerShell
- Extensions: Python Extension for VSCode
This section stores everything related to my JavaScript journey β from basic coding practice to exploring modern JavaScript features.
Here I document my progress in understanding JavaScript step by step.
- Basic JavaScript practice (variables, types, operators).
- Control flow: if-else, loops.
- DOM manipulation and event handling experiments.
- Advanced concepts such as objects, array methods, and async/await.
- Quick code snippets for experimenting with new ideas.
- Code Editor: Visual Studio Code
- Runtime: Node.js
- Browser Tools: Chrome Developer Tools
- Terminal: Git Bash
Thanks for your attention, keep going and moving onπ