The document outlines a one-week Python training schedule, detailing daily topics such as installation, data types, operators, conditional statements, loops, and string methods. Each day includes hands-on practice and culminates in a mini test and project on the final day. The structure emphasizes both theory and practical application, with dedicated time for revision and project work over the weekend.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Python Syllabus
The document outlines a one-week Python training schedule, detailing daily topics such as installation, data types, operators, conditional statements, loops, and string methods. Each day includes hands-on practice and culminates in a mini test and project on the final day. The structure emphasizes both theory and practical application, with dedicated time for revision and project work over the weekend.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Python
Week One Weekly Structure
Day 1 Daily (1 hour) – Theory + Introduction to Python Hands-on practice. Python Installation + IDE (VS code or Thonny) Weekend (3 hours) – Revise + Mini First Program Project/Test Comments, Basic input/output.
Day 2
Variables and data types
Int, float, str, bool Type casting and type() function.
Day 3
Operators: Arithmetic, comparison, logical
Simple calculator project (just with input & print)
Day 4
Conditional Statements: if, elif, else
Practice problems: Check if number is even/odd, positive/negative, largest of 3 numbers