Thanks to visit codestin.com
Credit goes to realpython.com

Python Operators and Expressions

Joseph Peart
Joseph Peart 10 Lessons 40m basics python

Python operators enable you to perform computations by combining objects and operators into expressions. Understanding Python operators is essential for manipulating data effectively.

This video course covers arithmetic, comparison, Boolean, identity, membership, bitwise, concatenation, and repetition operators, along with augmented assignment operators. You’ll also learn how to build expressions using these operators and explore operator precedence to understand the order of operations in complex expressions.

By the end of this video course, you’ll understand that:

  • Arithmetic operators perform mathematical calculations on numeric values.
  • Comparison operators evaluate relationships between values, returning Boolean results.
  • Boolean operators create compound logical expressions.
  • Identity operators determine if two operands refer to the same object.
  • Membership operators check for the presence of a value in a container.
  • Bitwise operators manipulate data at the binary level.
  • Concatenation and repetition operators manipulate sequence data types.
  • Augmented assignment operators simplify expressions involving the same variable.

What’s Included:

Downloadable Resources:

Related Learning Paths:

Reviewing What You've Learned

1 Lesson 1m

  1. 1. Python Operators and Expressions (Summary)01:34

About Joseph Peart

Joseph is a software developer, data geek, bootcamp instructor, and board game enthusiast. He lives in Canada with his wife and cats. He loves learning new things, teaching those things to other people, and talking about himself in the third person.

» More about Joseph

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:

← Browse All Courses