Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC PyScript Interactive Interpreter #355

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

removed unnecessary files

ca9e489
Select commit
Loading
Failed to load commit list.
Open

PoC PyScript Interactive Interpreter #355

removed unnecessary files
ca9e489
Select commit
Loading
Failed to load commit list.
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