0% found this document useful (0 votes)
10 views

Python 15 Day Study Plan

Uploaded by

amitbanik2007.ab
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)
10 views

Python 15 Day Study Plan

Uploaded by

amitbanik2007.ab
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

15-Day Python Beginner Study Plan

Day 1 - Intro to Python

What is Python, Installing Pydroid 3 / SoloLearn

Day 2 - Variables & Data Types

int, float, string, type() function

Day 3 - Input/Output

input(), print(), f-strings

Day 4 - Operators

Arithmetic, Logical, Comparison

Day 5 - Conditional Statements

if, else, elif

Day 6 - Loops - Part 1

while loop with examples

Day 7 - Loops - Part 2

for loop, range() function

Day 8 - Functions

def, return values, arguments

Day 9 - Strings

String slicing, methods (upper(), find())

Day 10 - Lists

Creating, indexing, methods (append, remove)

Day 11 - Tuples & Sets

Tuple basics, Set operations

Day 12 - Dictionaries

Key-value pairs, get(), items()

Day 13 - Practice Project 1

Make a simple calculator


Day 14 - Practice Project 2

Make a Quiz App using input()

Day 15 - Revision + Mini Test

Revise all + take a mini self-test

You might also like