PoC PyScript Interactive Interpreter #355
Open
Task list completed / task-list-completed
succeeded
Mar 31, 2024 in 0s
6 / 6 tasks completed
All tasks have been completed
Details
Required Tasks
Task | Status |
---|---|
This is a proof of concept for an interactive interpreter made using PyScript. | Incomplete |
The interpreter supports modules outside the standard python library which is not possible in a Brython environment. | Incomplete |
Right now I have added support for matplotlib, numpy and pandas. | Incomplete |
I have visualised a graph using pandas in the component, the outputs are not just limited to a terminal and we can display elements for visualisation too. | Incomplete |
Variables, functions and comments are translated to Spanish | Completed |
Functions follow underscore notation | Completed |
Spell check done & typos fixed | Completed |
All python code is PEP8 compliant | Completed |
Test coverage with Playwright implemented; locators are Pyhton code | Completed |
Reviewers assigned (all peers & at least 1 mentor) | Completed |
Loading