Python, like most programming languages, has built-in numeric data types. Integers and floats are the two common numeric types in Python. Python supports other types of numbers such as Decimal, Fraction, and complex numbers. But in this mini-tutorial, we’ll focus on learning about integers and floats. Number values help us represent all kinds of information. Numbers can be data from a visualization, the score in a video game, web application data, and so on.