An Integrated development environment (IDE) is an essential component in the (software) development process.
- https://code.visualstudio.com/ or https://vscodium.com/
- https://www.jetbrains.com/pycharm/
- https://pyzo.org/
- https://www.spyder-ide.org/
During this session you will mostly learn about VSCode and how to:
- Install an extension in VSCode.
- Use some advanced feature VSCode.
- Set up the
python
extension to run python code during development.