0% found this document useful (0 votes)
1 views2 pages

Week1 Python Tracker Pavan

The document outlines a Week 1 Tracker for learning Python and tools setup, detailing daily activities from installation to basic programming concepts. Each day focuses on specific topics such as data types, loops, functions, and culminates in a project to create a student marksheet. The week concludes with a review and pushing code to GitHub.

Uploaded by

pavanmishra.voip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views2 pages

Week1 Python Tracker Pavan

The document outlines a Week 1 Tracker for learning Python and tools setup, detailing daily activities from installation to basic programming concepts. Each day focuses on specific topics such as data types, loops, functions, and culminates in a project to create a student marksheet. The week concludes with a review and pushing code to GitHub.

Uploaded by

pavanmishra.voip
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like