Using python online
As you will discover during the programming course, installing Python on your computer can be more complex than expected. Therefore, here are two convenient online solutions. They allow you to experiment with simple exercises without the hassle of setting up Python on your own.
An online interpreter
PythonAnywhere provides an interactive IPython interpreter directly in your browser. This allows you to execute Python code (i.e., your instructions) line by line, making it easy to test and experiment with simple examples.
https://www.pythonanywhere.com/try-ipython/
An online editor to run small programs
OnlinePython is slightly different. It allows you to write a short program in an online editor (the top panel) and then execute it by clicking the Run button. Whenever an exercise asks you to write a program, this method should be your go-to choice.
https://www.online-python.com/