Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Python
20.1k+ articles
Difference Between
4.2k+ articles
Python Programs
4.1k+ articles
python-list
410+ articles
python-basics
270+ articles
Python-Quizzes
140+ articles
Python-Built-in-functions
120+ articles
Python-Functions
110+ articles
python-tuple
72 articles
Operators
51 articles
Python-Operators
37 posts
Popular Articles
Recent Articles
Python CheatSheet (2025)
Last Updated: 03 March 2025
Python is one of the most widely-used and popular programming languages, was developed by Guido van Rossum and released first in 1991. Pytho
...read more
Python
Python-Functions
Python-Operators
python-basics
GFG Sheets
Python NOT EQUAL operator
Last Updated: 14 December 2023
In this article, we are going to see != (Not equal) operators. In Python, != is defined as not equal to operator. It returns True if operand
...read more
Python
Python-Operators
Picked
Blogathon
Blogathon-2021
What does the Double Star operator mean in Python?
Last Updated: 12 April 2025
The ** (double star)operator in Python is used for exponentiation. It raises the number on the left to the power of the number on the right.
...read more
Technical Scripter
Python
Python-Operators
Picked
Technical Scripter 2020
Similar Topics
Python
20.1k+ articles
Difference Between
4.2k+ articles
Python Programs
4.1k+ articles
python-list
410+ articles
python-basics
270+ articles
Python-Quizzes
140+ articles
Python-Built-in-functions
120+ articles
Python-Functions
110+ articles
python-tuple
72+ articles
Operators
51+ articles
Python - Star or Asterisk operator ( * )
Last Updated: 25 April 2025
The asterisk (*) operator in Python is a versatile tool used in various contexts. It is commonly used for multiplication, unpacking iterable
...read more
Python
Python-Operators
Comparison Operators in Python
Last Updated: 09 January 2025
Python operators can be used with various data types, including numbers, strings, boolean and more. In Python, comparison operators are used
...read more
Python
Python-Operators
Assignment Operators in Python
Last Updated: 04 December 2024
The Python Operators are used to perform operations on values and variables. These are the special symbols that carry out arithmetic, logica
...read more
Python
Python-Operators
Python Arithmetic Operators
Last Updated: 09 January 2025
Python operators are fundamental for performing mathematical calculations. Arithmetic operators are symbols used to perform mathematical ope
...read more
Python
Python-Operators
python-basics
Precedence and Associativity of Operators in Python
Last Updated: 01 July 2023
In Python, operators have different levels of precedence, which determine the order in which they are evaluated. When multiple operators are
...read more
Python
Python-Operators
python-basics
Modulo operator (%) in Python
Last Updated: 17 February 2025
Modulo operator (%) in Python gives the remainder when one number is divided by another. Python allows both integers and floats as operands,
...read more
Python
Python-Operators
Python Bitwise Operators
Last Updated: 13 January 2025
Python bitwise operators are used to perform bitwise calculations on integers. The integers are first converted into binary and then operati
...read more
Python
Python-Operators
Python Logical Operators
Last Updated: 04 December 2024
Python logical operators are used to combine conditional statements, allowing you to perform operations based on multiple conditions. These
...read more
Python
Python-Operators
Operator Overloading in Python
Last Updated: 13 August 2024
Operator Overloading means giving extended meaning beyond their predefined operational meaning. For example operator + is used to add two in
...read more
Python
Python-Operators
Picked
Python Operators
Last Updated: 07 March 2025
In Python programming, Operators in general are used to perform operations on values and variables. These are standard symbols used for logi
...read more
Python
Python-Operators
python-basics
Python Membership and Identity Operators
Last Updated: 13 February 2025
There is a large set of Python operators that can be used on different datatypes. Sometimes we need to know if a value belongs to a particul
...read more
Python
Python-Operators
Increment += and Decrement -= Assignment Operators in Python
Last Updated: 30 April 2024
If you're familiar with Python, you would have known Increment and Decrement operators ( both pre and post) are not allowed in it. Python is
...read more
Python
Python-Operators
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !