Python Workspaces

There are two workspaces for your Python programming: The Python Editor and the Python Shell.

Python Editor Python Shell
Create, edit and save Python programs
Syntax highlighting and auto-indentation
Inline prompts to guide with function arguments
Tooltips to show range of valid values
h key lists global user variables and functions defined in the current program
Keypad shortcuts
Run Python programs
Convenient for testing small code fragments
Interaction with Shell history to select previous inputs and outputs for re-use
h key lists global user variables defined in the last program ran in the given problem

Note: Multiple Python programs and Shells can be added to a problem.

Topic Links