Developer tools · Web app
Creating Python Script in Python Editor
User story
As a Python developer, I want an intuitive script editor that allows me to create, organise, and manage Python scripts efficiently, so that I can streamline my coding process, reduce errors, and improve productivity.
Acceptance criteria
- User can log in and access the Python script editor.
- User can create and modify variables using a side panel.
- User can drag and drop variables to change their order within the script.
- User can save scripts with appropriate settings and version control.
- User can edit multiple scripts simultaneously.
- User can access and use pre-built code snippets by dragging them from the gallery into the editor.
01
Entering the editor
02
Creating and managing variables
03