Episodes
We look at Python's reserved words, how we name and use variables, why we choose meaningful (mnemonic) variable names and how assignment statements function.
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
We look at how we use various numerical and string operations to compute new information and store the new values in variables.
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
Code Walkthrough: Exercise 2.2
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
Code Walkthrough: Exercise 2.3
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a question).
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
Published 09/30/16
In this video we look at multi-branch if statements and the try-except concept where we can indicate a group of statements to be executed if something goes wrong with a block of statements.
Published 09/30/16
Published 09/30/16
Published 09/30/16
Code Walkthrough: Exercise 3.1
Published 09/30/16