PYTHON_101 | PYTHON DEVELOPMENT ENVIRONMENTS
SMARS Learning Platform
21% Complete
PYTHON_101 | PYTHON DEVELOPMENT ENVIRONMENTS
You can write Python code in NotePad (on Windows), or TextEdit (on macOS), however its better to use a Python editor, also known as a development environment, to create code.
The development environment will enable you to create faster, more accurate code, with features such as autocomplete, code hinting and line numbering. Most development environments also have code highlighting where the words you type change colour based on their meaning within the code.
Here are a list of development environment1:
Make sure you use Version 3 or later, don’t use version 2 as this is no longer supported ↩