Skip to main content
This section follows your college-style chapter order so exam preparation stays aligned.

Week 2 plan: one page per chapter (30 minutes each)

  1. 00:00-00:30 - Chapter 1: A Quick Introduction to Variables
  2. 00:30-01:00 - Chapter 2: Variables and Input Statement
  3. 01:00-01:30 - Chapter 3: Variables and Literals
  4. 01:30-02:00 - Chapter 4: Data Types 1
  5. 02:00-02:30 - Chapter 5: Data Types 2
  6. 02:30-03:00 - Chapter 6: Operators and Expressions 1
  7. 03:00-03:30 - Chapter 7: Operators and Expressions 2
  8. 03:30-04:00 - Chapter 8: Introduction to Strings
  9. 04:00-04:30 - Chapter 9: More on Strings
  10. 04:30-05:00 - Chapter 10: Conclusion: FAQs

Full-week consolidated revision

  1. Week 2 Complete Notes (L2.1-L2.12)

Week 3 plan: one page per lecture (30 minutes each)

  1. 00:00-00:30 - L3.1: Introduction
  2. 00:30-01:00 - L3.2: Introduction to while loop
  3. 01:00-01:30 - L3.3: While to Compute Factorial
  4. 01:30-02:00 - L3.4: Tutorial on while loop
  5. 02:00-02:30 - L3.5: Introduction to for loop
  6. 02:30-03:00 - L3.6: for loop to add the first n numbers
  7. 03:00-03:30 - L3.7: for loop for multiplication tables
  8. 03:30-04:00 - L3.8: More on range and for loop without range
  9. 04:00-04:30 - L3.9: Formatted Printing
  10. 04:30-05:00 - L3.10: Tutorial on for loop and difference between while loop and for loop
  11. 05:00-05:30 - L3.11: Nested for loop
  12. 05:30-06:00 - L3.12: Tutorial on nested loops
  13. 06:00-06:30 - L3.13: break, continue and pass
  14. 06:30-07:00 - L3.14: Conclusion

Week 3 hub

  1. Week 3: Loops and Formatted Printing

Week 4 plan: one page per lecture (30 minutes each)

  1. 00:00-00:30 - L4.1: Warmup with Lists
  2. 00:30-01:00 - L4.2: Lists and Sets
  3. 01:00-01:30 - L4.3: Tuples
  4. 01:30-02:00 - L4.4: More on Lists
  5. 02:00-02:30 - L4.5: More on Sets
  6. 02:30-03:00 - L4.6: More on Tuples
  7. 03:00-03:30 - L4.7: List Comprehensions
  8. 03:30-04:00 - L4.8: Introduction to Functions
  9. 04:00-04:30 - L4.9: More Examples of Functions
  10. 04:30-05:00 - L4.10: Types of Function Arguments
  11. 05:00-05:30 - L4.11: Types of Functions

Week 4 hub

  1. Week 4: Collections and Functions

Study order

  1. A Quick Introduction to Variables
  2. Variables and Input Statement
  3. Variables and Literals
  4. Data Types 1
  5. Data Types 2
  6. Operators and Expressions 1
  7. Operators and Expressions 2
  8. Introduction to Strings
  9. More on Strings
  10. Conclusion: FAQs

How to use this track

  • Complete one chapter page at a time.
  • Assume each chapter recording is 30 minutes and 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 type
    • int() vs float()
    • int(-x) behavior
  • Operators:
    • precedence
    • / vs //
    • == vs is
  • Strings:
    • indexing/slicing
    • split()/join()
    • method chain return types
    • f-string formatting widths and alignment

If a quiz question feels unseen

  1. Copy exact expression/question.
  2. Identify chapter bucket from checklist above.
  3. Add one solved example under that chapter.
  4. Add 2 new practice questions of same pattern.