Week 1 Tracker - Python & Tools Setup
Day 1: Setup & Basics
- Install Python and Anaconda
- Learn about variables and data types
- Try simple print statements
Day 2: Lists, Tuples & Dictionaries
- Understand list and dictionary structures
- Practice indexing and slicing
- Create and update lists
Day 3: Loops & Conditionals
- Write for and while loops
- Use if-else statements with logic
- Build simple loop programs
Day 4: Functions & Strings
- Write and call functions
- Practice string methods like split(), upper(), replace()
Day 5: Mini Practice Tasks
- Create a list of 5 favorite songs
- Write a function to check even/odd
- Print names using a loop
Day 6: Project Day - Student Marksheet
Week 1 Tracker - Python & Tools Setup
- Take input for name, roll number, 5 subjects
- Calculate total, average, and percentage
- Format and print result
Day 7: Review & GitHub Push
- Review all topics
- Push code to GitHub
- Note any doubts or questions