Beginner’s Python: Session One
Session Content
Standard Content
- Get set up on Google Colab
- Let Python ‘talk’ to you using the print() function
- Use Python as a basic calculator
- Give Python ‘memory’ using variables
Additional Notes
sep
,end
, special characters for printing__repr__
vs__str__
- Modular arithmetic
- Math
- Inplace operators
- Multiple assignment (AKA tuple unpacking)