Python is a general-purpose, object-oriented and high-level programming language. What this means is that it can and is used in a wide variety of different applications, you can structure your code with objects which helps maintain readability, and because it is a high-level language, it abstracts away a lot of the details we don't need to worry about.
Because of this, Python allows the programmer to focus on writing code and it can handle the rest.
Prerequisites
A computer that can install and run Python.
A desire to learn how to code!
With that being said, let's get started!
Installing Python
If you already have Python installed, you can skip this section. Otherwise, install the latest version of Python 3.