Skip to content

Latest commit

Β 

History

History
164 lines (106 loc) Β· 6.28 KB

File metadata and controls

164 lines (106 loc) Β· 6.28 KB

πŸš€ Tasks to Complete Before the Next Session

Here’s what you need to review and practice before our next class. Follow this roadmap step by step, and check things off as you go βœ…


🎬 Week 1 – Video Lessons (Basics & Setup)

🎯 Get your environment ready and start coding confidently.

▢️ 1 - Introduction & Installing Python
Set up Python on your computer the right way.
πŸ”— Watch Video

▢️ 2 - Writing Python Scripts on Command Prompt
Run Python programs directly from the terminal.
πŸ”— Watch Video

▢️ 3 - Writing Python Scripts on Visual Studio Code
Learn how to write, save, and run Python in VS Code.
πŸ”— Watch Video

▢️ 4 - Python Built-in Functions
Use Python’s ready-made functions to save time.
πŸ”— Watch Video


πŸ“˜ Week 1 – Reading Material

πŸ“– Prefer reading? Dive into these chapters:

  • Day 1: Introduction β†’ Read
  • Day 2: Variables & Built-in Functions β†’ Read

πŸ’» Week 1 – Practice Code

πŸ”— Lesson Code on GitHub


βœ… Week 1 – Action Items


πŸŽ“ Week 2 – Video Lessons (Core Python Concepts)

🎯 Now we dive into the heart of Python: data types, operators, and strings.

▢️ 5 - Python Data Types
Learn about integers, floats, strings, booleans, and more.
πŸ”— Watch Video

▢️ 6 - Variables in Python
Store, update, and reuse information like a pro.
πŸ”— Watch Video

▢️ 7 - Arithmetic Operators
Master math operations in Python.
πŸ”— Watch Video

▢️ 8 - Comparison Operators
Learn how to compare values effectively.
πŸ”— Watch Video

▢️ 9 - Logical Operators
Work with and, or, and not for smarter conditions.
πŸ”— Watch Video

▢️ 10 - Strings & String Methods
Slice, join, and manipulate text like a Python wizard πŸ§™β€β™‚οΈ
πŸ”— Watch Video


πŸ“˜ Week 2 – Reading Material

  • Day 2: Variables & Built-in Functions β†’ Read
  • Day 3: Operators β†’ Read
  • Day 4: Strings β†’ Read

πŸ’» Week 2 – Practice Code

πŸ”— Lesson Code on GitHub


βœ… Week 2 – Action Items


🎬 Week 3 – Video Lessons (Data Structures, Conditionals, Loops & Functions)

🎯 Time to level up! Learn how to work with collections, control flow, and reusable code.

▢️ 11 - Lists
Store multiple items and manage them with powerful list methods.
πŸ”— Watch Video

▢️ 12 - Conditionals
Control the flow of your program with if, elif, and else.
πŸ”— Watch Video

▢️ 13 - Loops Repeat actions efficiently with for and while loops.
πŸ”— Watch Video

▢️ 14 - Sets
Work with unique, unordered collections in Python.
πŸ”— Watch Video

▢️ 15 - Tuples
Store fixed, ordered groups of values.
πŸ”— Watch Video

▢️ 16 - Dictionary
Learn how to store and retrieve data with key-value pairs.
πŸ”— Watch Video

▢️ 17 - Functions
Write clean, reusable, and modular code.
πŸ”— Watch Video


πŸ“˜ Week 3 – Reading Material

  • Day 5: Lists β†’ Read
  • Day 6: Tuples β†’ Read
  • Day 7: Sets β†’ Read
  • Day 8: Dictionaries β†’ Read
  • Day 9: Conditionals β†’ Read
  • Day 10: Loops β†’ Read
  • Day 11: Functions β†’ Read

πŸ’» Week 3 – Practice Code

πŸ”— Lesson Code on GitHub


βœ… Week 3 – Action Items

  • Revise all Week 3 topics (videos or readings)
  • Complete these exercises for each topics