Variables & Arithmetic in Python Explained (Python for Beginners #2)
Hey everyone, welcome back to 'Python for Beginners', a super simple crash-course for becoming proficient in Python. In today's episode we take a look at variables, data types, basic arithmetic and mathematical operators, and some other useful stuff. Hope you enjoy!
Check out the last episode: • How to Install Python (Python for Beg...
00:00 - Intro
00:13 - Setting up new folder
00:46 - Customizing 'Hello World' message
01:09 - Strings explained
01:35 - Creating our first variable
02:45 - Comments
03:09 - Numerical types in Python
04:05 - Printing our variables (string concatenation)
04:25 - Casting variables to other data types
05:26 - Basic arithmetic
07:40 - Modulus operator
09:10 - How to find if a number is odd/even
09:43 - Outro