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

Python 30 Day Timetable

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

Python 30 Day Timetable

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

Day 6–8 AM (Learning + Exercises)

1 Python setup, variables, data types, operators


2 Strings (slicing, methods)
3 Lists & Tuples
4 Sets & Dictionaries
5 Loops (for, while, nested)
6 Functions (args, return, recursion)
7 Revision
8 File handling (read/write/append)
9 Exception handling
10 OOP basics (classes & objects)
11 OOP advanced (inheritance, polymorphism)
12 Modules & packages
13 Comprehensions, lambda, map/filter/reduce
14 Revision
15 NumPy basics
16 Pandas (Series, DataFrame)
17 Matplotlib basics
18 JSON & APIs
19 Regex basics
20 Virtual environments, pip
21 Revision
22 Decorators, generators, iterators
23 Multithreading & multiprocessing
24 SQLite with Python
25 Tkinter basics (GUI)
26 Web scraping (BeautifulSoup)
27 Unit testing
28 Git & GitHub basics
29 Revision
30 OpenCV basics
5–6:40 PM (Problem Solving) 8–10:30 PM (Mini Project / Practice)
Calculator, area/volume problems Basic Calculator app
Reverse string, word frequency counter Word counter tool
Sorting, removing duplicates To-Do List manager
Unique words, dictionary lookup Phonebook app
Multiplication table, prime checker, patterns Number guessing game
Factorial, Fibonacci, palindrome checker Calculator with functions
Problem solving from Week 1 Project → Student Grade Management System
Word counter in file Diary/Notes app
Division with exceptions Safe calculator
Student/Car class Bank account system
Library management Employee payroll system
math, datetime, os, random exercises Random password generator
Squares, even/odd filter Student marks analyzer
Problem solving from Week 2 Project → Personal Expense Tracker
Array sum, reshape, matrix ops Matrix calculator
Read/write CSV, analyze dataset Sales data analyzer
Plot sample data Student marks visualization
Parse JSON Currency converter (API-based)
Email/phone validation Email extractor tool
Install/remove packages Setup for future projects
Problem solving from Week 3 Project → Weather Forecasting App
Prime number generator Logger decorator
Parallel tasks File downloader with threads
Insert, update, delete Contact book with DB
Buttons, simple windows Calculator GUI
Scrape titles, links News headline scraper
Test old programs Test suite for expense tracker
Push projects to GitHub Setup portfolio
Debugging & testing Major Project → Student Attendance Chatbot
Face detection, filters Major Project → Image Processing App

You might also like