To use the Python programming lessons, you will need to sign up on Google Colaboratory, or "Colab" for short. To signup and start working on the first lesson, follow the guide below.
Go to the first lesson’s link: https://colab.research.google.com/github/mambelli/target-python-lesson1/blob/master/target_python_lesson1.ipynb
Click on “Sign in". If you are already logged in, you can jump to 4.
3. You will be redirected to a login page, use your Google username and password.
If you don't have one you can create one by selecting "Create account" to the bottom left and follow the instructions in the sign-up pages.
4. Click on "Connect" on the top right side of the screen and choose "Connect to a hosted runtime"
5. Now you can begin the lesson and modify and run the code in the notebook. To run the code in the notebook by clicking on the arrow on the left of a cell or by hitting Ctrl + Enter (Cmd + Enter on a Mac)
6. When a pop-up warns about the content select "Run anyway" to be able to use the notebook
7. If you close the web page you will lose all your changes. To preserve them, you must save the notebook with "Save a copy in Drive" (we will see later other options to save your notebook).
Colab notebooks can be shared just as you would with Google Docs or Sheets. Simply click the Share button at the top right of any Colab notebook, or follow these Google Drive file sharing instructions.
You can find more information about Colab in the Colaboratory Frequently Asked Questions and in the post "How to Deal With Files in Google Colab: Everything You Need to Know".