Workspace setup

There are lots of different ways to run Python code and many tools to help you write it. For the purpose of this course we will be using a free tool called Jupyter Notebooks which provides you with a local editor in your web browser where you can write and run Python code.

Alternative methods

Alternatively, you can install Anaconda, another popular tool. Please note, however, that we are transitioning away from the use of Anaconda due to several issues reported by users, including installation challenges related to insufficient permissions, the large download size, and extended waiting times.

If you cannot install Python on your computer, you can use a free web-based service to write and execute Python code. One such service is Google Colab. Please be aware that you should not upload any sensitive information to web-based services like this.