diff --git a/Session 0 - Introduction/Session 0 - Exercises.ipynb b/Session 0 - Introduction/Session 0 - Exercises.ipynb index 92956bc..cdb882f 100644 --- a/Session 0 - Introduction/Session 0 - Exercises.ipynb +++ b/Session 0 - Introduction/Session 0 - Exercises.ipynb @@ -292,6 +292,8 @@ "# 0. Basic Exercises\n", "These exercises are tiny appetizers for next time. \n", "\n", + "Use a locally installed editor like Spyder or Visual Studio Code. If you want to try out coding without installing anything, try this online editor: https://www.onlinegdb.com/online_python_compiler\n", + "\n", "# Exercise 0\n", "If you haven't done so yet, go ahead and create your first little program and type `print('Hello world!')`. \n", "\n",