Abstract
Now that you have been familiarised with the installation and basics of
Python programming, it's time to dig in a little more and understand the different data
types that are available along with the operators and expressions that make the
programming more user-friendly. In this chapter, we will learn about data type
categorization and the operators present. Here you will learn the following nuances:
1. Data types supported by the Python.
2. Use of variables to store and access the data.
3. Operators do mathematical works and logical functions.
4. Variety of expressions to serve the range of applications.