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”
Tag Archives: math in python
Super Simple Python: Two Ways to Get LCM
Super Simple Python is a series of Python projects you can do in under 15 minutes. In this episode, we’ll be covering two ways to get the Least Common Multiple (LCM) of two numbers in under 10 lines of Python each! We’ve covered a lot of different kinds of programs in the Super Simple PythonContinue reading “Super Simple Python: Two Ways to Get LCM”