Week 2 plan: one page per chapter (30 minutes each)
00:00-00:30- Chapter 1: A Quick Introduction to Variables00:30-01:00- Chapter 2: Variables and Input Statement01:00-01:30- Chapter 3: Variables and Literals01:30-02:00- Chapter 4: Data Types 102:00-02:30- Chapter 5: Data Types 202:30-03:00- Chapter 6: Operators and Expressions 103:00-03:30- Chapter 7: Operators and Expressions 203:30-04:00- Chapter 8: Introduction to Strings04:00-04:30- Chapter 9: More on Strings04:30-05:00- Chapter 10: Conclusion: FAQs
Full-week consolidated revision
Week 3 plan: one page per lecture (30 minutes each)
00:00-00:30- L3.1: Introduction00:30-01:00- L3.2: Introduction to while loop01:00-01:30- L3.3: While to Compute Factorial01:30-02:00- L3.4: Tutorial on while loop02:00-02:30- L3.5: Introduction to for loop02:30-03:00- L3.6: for loop to add the first n numbers03:00-03:30- L3.7: for loop for multiplication tables03:30-04:00- L3.8: More on range and for loop without range04:00-04:30- L3.9: Formatted Printing04:30-05:00- L3.10: Tutorial on for loop and difference between while loop and for loop05:00-05:30- L3.11: Nested for loop05:30-06:00- L3.12: Tutorial on nested loops06:00-06:30- L3.13: break, continue and pass06:30-07:00- L3.14: Conclusion
Week 3 hub
Week 4 plan: one page per lecture (30 minutes each)
00:00-00:30- L4.1: Warmup with Lists00:30-01:00- L4.2: Lists and Sets01:00-01:30- L4.3: Tuples01:30-02:00- L4.4: More on Lists02:00-02:30- L4.5: More on Sets02:30-03:00- L4.6: More on Tuples03:00-03:30- L4.7: List Comprehensions03:30-04:00- L4.8: Introduction to Functions04:00-04:30- L4.9: More Examples of Functions04:30-05:00- L4.10: Types of Function Arguments05:00-05:30- L4.11: Types of Functions
Week 4 hub
Study order
- A Quick Introduction to Variables
- Variables and Input Statement
- Variables and Literals
- Data Types 1
- Data Types 2
- Operators and Expressions 1
- Operators and Expressions 2
- Introduction to Strings
- More on Strings
- Conclusion: FAQs
How to use this track
- Complete one chapter page at a time.
- Assume each chapter recording is
30 minutesand revise right after watching. - Write all examples by hand and run them.
- Memorize rules marked as exam-focused and MCQ-critical.
- Solve practice questions before moving to the next chapter.
Quiz coverage checklist
Use this before any Week 2 quiz:- Variables and assignment:
- naming rules
- reassignment
- chained assignment
- unpacking
- Input and conversion:
input()return typeint()vsfloat()int(-x)behavior
- Operators:
- precedence
/vs//==vsis
- Strings:
- indexing/slicing
split()/join()- method chain return types
- f-string formatting widths and alignment
If a quiz question feels unseen
- Copy exact expression/question.
- Identify chapter bucket from checklist above.
- Add one solved example under that chapter.
- Add 2 new practice questions of same pattern.
