This is an optional set of videos to help you get started with Python. However, all of this information can be found elsewhere on this website.
Watch ›
In this series of videos, we introduce the concept of a variable, and with it, the assignment statement. This is what many consider the start of real programming.
Watch ›
In this series of videos, we introduce the concept of a function call. Function calls provide us with even more expressions to enter in Python. In a few cases they will even give us additional commands.
Watch ›
In this series of videos, we show how to save our work into .py files called modules. This will require that we install a second program: a code editor.
Watch ›
Do we really need a series of videos about comments? Yes we do! As we see in this video series, proper documentation is even more important than code.
Watch ›