I created a few videos on Python programming to help readers get started with the basics of using python. I might start doing more of these for a possible series.

In this video we start off with the basics of Python and talk about what companies use Python (Dropbox, Netflix, Spotify). We go into how to do a few basic commands using variables we get into installing Python on a Mac or PC. We get into how Mac runs on 2.7 even though the latest Python is 3.

Basic Python math functions can be a lot of fun to play around with and learn. We get into hard coding numbers into code vs using variables. We go over all the basic math functions for python

In this video we start working with Python Tuples and learning how to manipulate them to make them do what we need them to do we will get more into tuples later this is just a start.