Topic 2. Python Fundamentals¶
Lectures¶
-
Learn the basics of Python: variables and console programs.
-
Talking about expressions, constants and randomness.
Lecture 6. Control Flow Revisited
Learn about Boolean variables and use
for/while/ifstatements in Python.-
Learn about functions and trace function calls using stacks.
-
Get more practice with function parameters and learn about Python’s doctest feature.