System status

Loading Python environment.

For more complex code, save the file and run it in the system terminal using the Run_Py_File.bat.

Quick instructions

Show or hide usage instructions
  1. In File name field enter name of your program.
  2. For open existing program, press Open existing .py file.
  3. Current row and column will be spoken when you press Enter or Announce position and when you press shortcut in edit field Alt+L.
  4. You can enter number of line in Go to line field for quick navigation and press Go button.
  5. Press Run code. The program will execute in the browser.
  6. If the program uses input(), the browser will open a dialog box for entering values.
  7. Result or error description Will be displayed in the Terminal output area.
  8. The code is checked line by line, so errors will also be displayed in sequence. When one error is fixed and the code is run again, the next error will be shown (if one exists).
  9. Save file button save current code such as .py file.
  10. The file will be saved to the default downloads folder. From there, move it to this editor folder if you want to run it using the .bat file in a system terminal with Python installed.

Editor

Example code:

print("Hello everyone!")

Program execution

Execution result

Code has not been run yet.