Variables in Python
Martin Breuss
11 Lessons
41m
basics
python
If you want to write code that is more complex, then your program will need data that can change as program execution proceeds.
Hereβs what youβll learn in this course:
- How every item of data in a Python program can be described by the abstract term object
- How to manipulate objects using symbolic names called variables
Variables in Python
11 Lessons 41m
1. Variables in Python: Overview (01:14)
2. Variable Assignment (06:29)
3. Object References (04:52)
5. Small Integer Caching (04:11)
6. Identity: Recap (01:34)
7. Naming Conventions (06:17)
8. PEP 8 (04:47)
9. Names: Recap (02:26)
10. Reserved Keywords (04:55)
11. Variables in Python: Summary (02:02)
About Martin Breuss
Martin loves programming, goofy jokes, snakes and humans! All of this makes him feel connected to the Python community all the way down to the bottom turtle. He likes to learn and explore and talk about itβand he creates tutorials for Real Python.
Β» More about Martin


Asif on Dec. 14, 2019
This stuff is really helpful⦠thank you!