Python Tutorial for Beginners 3: Integers and Floats - Working with Numeric Data

In this Python Beginner Tutorial, we will begin learning about integers and floats. Integers and Floats allow us to work with numeric data in Python. We will be learning how to perform basic arithmetic, as well as how to compare numeric values. Let’s get started.
Back to Top