Math in Python

We want to look at performing some simple math in Python. To do so, we’ll first look at our last example from our introduction to Python examples. We took in a number, but in reality, we took in a string that had numbers in it. If we want to treat the value as a number,…

Intro to Python

Python is a high-level, general-purpose programming language. You can find it used in many different types of problems. It is probably most popular in science, math, and system scripts – often replacing other scripting languages and tools. This is in part because Python is very flexible and extensible. Meaning it can be added on to…