In my last video ( • Python Basics: Comparisons ) I showed you Booleans and how to compare values. Today you will learn how to use it to control program flow: decide which Python instructions will be executed depending on the given condition.
Some useful links:
Installing Python & Code editor:
• Installing Python & Code Editor
Playlist with all Python Basics videos:
• Your new friend: Command Line
Read more about Python's control flow tools:
https://docs.python.org/3/tutorial/co...
Django Girls tutorial:
http://tutorial.djangogirls.org/en/in...