Snake - Part 0: Prerequisites

Prerequisites

To get started, you will need an installation of Python 3.
Once you’ve got Python, you can install any further modules with the command pip install.

So, since we are going to use pygame for this program, simply execute the following:

PS C:\Users\echtnurich> pip install pygame

Also I recommend VS Code for a development environment.
It’s easibly installable extensions make it very much suited for the task of being an IDE for many languages.

The Python package by Microsoft is all you need to have a nice time coding Python.