1.1 Setting up the environment
1.1a Recommended environment
Although there is no need to install an IDE to follow this course, I suggest to setup Thonny IDE since MATSEC requests that the development should be done using this IDE. Thonny IDE is very easy to get started and it comes with Python built in, so just one simple installer is needed and you're ready to learn programming.
Throughout this course you can also use the Trinket Code Interactive Python as displayed below.
At the end of each tutorial section you should be able to find a Trinket Code Interactive Python where you can practice the examples in the corresponding section and workout the exercice that should be found under each topic.
You can also find some tips & tricks on how to use the Trinket Code Interactive Python here.
1.1b Alternative environment
If you prefer to use another IDE/Text Editor you can follow the following steps: - Download and install Python from the official website python.org.
-
Make sure to check the box to add Python to your PATH during installation.
-
Select an IDE:
- PyCharm
- Visual Studio Code (VS Code)
- Spyder
- Thonny IDE
- Built-in: IDLE (comes with Python installation)