Introduction to Python

Google uses Python extensively in its web search systems and even employed Guido van Rossum, the inventor of Python.

Data Types & Variables

Why do we need to know if a data type is text or a number? Because Python needs to understand if an item is a number to perform calculations with it.

Python Math: Operator & String

Once we have a variable of a data type in python that is either an integer or a float, we can perform mathematical operations on it.

Python List Data Type

We already discussed how to use several data types. Now, we’ll talk about another data type called list.