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

Conversation

abadoni5
Copy link
Contributor

@abadoni5 abadoni5 commented Mar 30, 2024

Summary

  • This is a proof of concept for an interactive interpreter made using PyScript.
  • The interpreter supports modules outside the standard python library which is not possible in a Brython environment.
  • Right now I have added support for matplotlib, numpy and pandas.
  • 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.

Checklist

  • Variables, functions and comments are translated to Spanish
  • Functions follow underscore notation
  • Spell check done & typos fixed
  • All python code is PEP8 compliant
  • Test coverage with Playwright implemented; locators are Pyhton code
  • Reviewers assigned (all peers & at least 1 mentor)

Screenshots

Screenshot 2024-03-31 at 5 56 02 AM Screenshot 2024-03-31 at 5 56 16 AM

Copy link

@abadoni5 abadoni5 mentioned this pull request Mar 30, 2024
6 tasks
Copy link

@abadoni5 abadoni5 changed the title Proof of Concept for a basic PyScript interactive component PoC PyScript Interactive Interpreter Mar 31, 2024
Copy link

1 similar comment
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant