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
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
About Martin Breuss
Martin likes automation, goofy jokes, and snakes, so he thinks that the Python community is a good place to be. He enjoys learning and exploring and is up for talking about it, too. He writes and records content for Real Python and CodingNomads.
Β» More about Martin



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