Loops: While and ForCovers while and for loops, including infinite loops, continue, pass, and break statements, with examples and exercises.
Python Programming BasicsCovers the basics of Python programming, focusing on flow control structures, interactive mode, script mode, and variables.