Variables in 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

What’s Included:

Downloadable Resources:

Related Learning Paths:

About Martin Breuss

Martin Breuss Martin Breuss

Martin likes automation, goofy jokes, and snakes, all of which fit into the Python community. 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

Each tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who worked on this tutorial are:

Participant Comments

Asif on Dec. 14, 2019

This stuff is really helpful… thank you!

« Browse All Courses