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 β
π― Get your environment ready and start coding confidently.
Set up Python on your computer the right way.
π Watch Video
Run Python programs directly from the terminal.
π Watch Video
Learn how to write, save, and run Python in VS Code.
π Watch Video
Use Pythonβs ready-made functions to save time.
π Watch Video
π Prefer reading? Dive into these chapters:
-
Revise all topics (videos or reading)
-
Complete Day 1 & Day 2 exercises
π― Now we dive into the heart of Python: data types, operators, and strings.
Learn about integers, floats, strings, booleans, and more.
π Watch Video
Store, update, and reuse information like a pro.
π Watch Video
Master math operations in Python.
π Watch Video
Learn how to compare values effectively.
π Watch Video
Work with and, or, and not for smarter conditions.
π Watch Video
Slice, join, and manipulate text like a Python wizard π§ββοΈ
π Watch Video
-
Revise all Week 2 topics (videos or readings)
-
Complete these exercises:
π― Time to level up! Learn how to work with collections, control flow, and reusable code.
Store multiple items and manage them with powerful list methods.
π Watch Video
Control the flow of your program with if, elif, and else.
π Watch Video
for and while loops.
π Watch Video
Work with unique, unordered collections in Python.
π Watch Video
Store fixed, ordered groups of values.
π Watch Video
Learn how to store and retrieve data with key-value pairs.
π Watch Video
Write clean, reusable, and modular code.
π Watch Video
- 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
- Revise all Week 3 topics (videos or readings)
- Complete these exercises for each topics