Intro

Introduction

This series of lesson will be about the Python programming language. I will try to keep everything as beginner friendly as I can in these lessons. The only assumption I will make is that you know how to add :).

If you want to follow along or program Python on your own, I recommend the following tools:

Even though I recommend Visual Studio Code, any good Python editor will do. This tutorial will focus on Python 3, so make sure you have the latest stable build installed.

Let’s Begin!