An introduction to Google Colab for people who are new to Colab, Jupyter, and Python.
Colab is an online environment where you can run a Jupyter notebook in your browser.
In a Jupyter notebook, you can run Python code (and other languages, too).
I'm not affiliated with Google or the Colab project, so this is not official.
I hope this is useful, but I can't guarantee that is it error-free, especially if things change in the future.