Basic Python: How to do Math in Python

If you’re doing anything data science or machine learning related in Python, you should know some math. This post is for anyone looking to get into a Python role working with data or machine learning. First, we’ll cover how to use base Python (no imported libraries) to do basic math on floats and integers. Then,Continue reading “Basic Python: How to do Math in Python”