This repository documents my daily Python learning progress with practice programs, tasks, and mini-projects.
Each folder contains the code I wrote on that day while learning Python step-by-step.
- Basics of Python
- Print statements, comments
- Understanding variables and data types
📂 Folder:Variables
- Arithmetic, Assignment, Comparison, Logical, Membership & Identity Operators
📂 Folder:operators
if,elif,else- Decision-making in Python
📂 Folder:Conditional Statements
- Multiple real-life IF-ELSE examples
- Organized scenario-based practice
📂 Folder:IF-ELSE
forloop basics
📂 Folders:loop,loops,loop day2
- Using
whileloop for repetition
📂 Folder:while loop
- Loop inside a loop
- Pattern printing
📂 Folders:nested_loop,nested loop day2
- String basics, indexing, slicing
📂 Folder:string_m
- String methods & formatting
📂 Folder:String_Manipulation
- Creating, updating, slicing lists
- List methods
📂 Folder:LIST
- One-line list processing logic
📂 Folder:LIST_COMPREHENSIONS_27
- Extra list practice programs
📂 Folder:List day 17-10-25
- Key-Value pairs, methods & operations
📂 Folder:DICT 21
- Set operations: union, intersection, difference
📂 Folder:SETS 27-10
- Writing functions
- Parameters, return values
📂 Folders:Functions,Functions 30
- Additional practice programs on functions
📂 Folder:Functions Second Folder Updated 30-10-25
- Applied concepts through a simple game project
📂 Folder:GAME
- Practiced lambda, map & filter functions with multiple examples
📂 Folder:Lambda Function 3
Output_Function: Testing function outputs.idea: PyCharm project settings (ignore)
✔ Progressive Python learning from basics to applications
✔ Daily tasks and practice programs
✔ Cleanly structured day-wise record of learning
- Start from Day 1 and move step-by-step
- Each folder contains code & practice problems for that day
- Ideal for beginners learning Python in a structured way
💚 Happy Learning & Coding!