Create a Python TryIt Editor

Project #1

Design a "simple" interactive Python TryIt editor.

Design using pencel and paper. For example:

The examples below are very fancy. Keep your editor simple. (For example, no colored text.)

Note: There are many TryIt editors on the web. Take a look to get inspired.

Project #2

Code the TryIt editor you designed in Project #1.

See PySimpleGUI or PyQt.

Project #3

Now that you have a working TryIt editor, modify it so other things could be "Tried Out". In other words you enter some instructions (commands?). Press "go" and something happens.

Existing TryIt Editors

Example #1

Example #2