

Relational and Logical Operators
https://youtu.be/uGSkNh-oEgE Relational operators: < Less Than > Greater Than == Equal To <= Less than or equal to >= Greater Than or...


if's - selection structures
https://youtu.be/YQgFQcLOLBY The if structure explains the processing in the following: Input > Processing > Output The traditional...


Input - non-string types
https://youtu.be/7Bwtj-NwOTE Casting input to get what you want: If you want numeric data from a string, you must assume that the user...


Simple Input
https://youtu.be/YelkDnk97HQ Remember the traditional program flow: Input -> Processing -> Output Input is defined in this context as...


Math (built-in)
https://youtu.be/xQAax3rL92o Basic Math in Python works as you expect it will: + adds - subtracts * multiplies / divides x**y raises x to...


Literals and Variables
https://youtu.be/GYHyZxX3oNM Some of my users gave me grief on the brevity of my last two videos so here's one that pushes the limit -...

