Python is a popular programming language .
Python can be used for :
•web development (server-side),
•software development,
•mathematics,
•system scripting.
Operators are used to perform operations on variables and values.
Python divides the operators in the following groups:
•Arithmetic operators
•Assignment operators
•Comparison operators
•Logical operators
•Identity operators
•Membership operators
•Bitwise operators
In this course you learn how to install Python and practice interacting with various types of Python Operators .