Lesson 3: Math and Python types
This lesson introduces the basic math operations that are natively supported by Python, as well as the important concept of Python types
Watch the lesson, then try the code …
The PYTHON CODE button after the video, will take you the live, interactive code that was featured in the lesson. The code windows can be edited and run interactively - and don’t be afraid of messing them up. You can always use the “Reset” feature in the menu at the upper left (with the 3 horizontal bars) to recover the code to its original state.
You will notice that any error messages that you might get using this online Python platform, are not exactly the same as the messages you would get from the official Python distribution used in the videos. This is just a quirk of using this online Python coding platform that reads and writes files on the cloud, instead of using an installed Python distribution on your own machine.
The Video Lesson
Congratulations!
You’ve completed Section 1 of the course and are now ready to tackle Workshop 1




