PythonBuddy
PythonBuddy copied to clipboard
1st Online Python Editor With Live Syntax Checking and Execution
**Is your feature request related to a problem? Please describe.** For easy usage to users, we can deploy it on [vercel](https://vercel.com/) @vercel **Describe the solution you'd like** Using this: https://vercel.com/docs/runtimes#official-runtimes/python...
PyOdide is cPython compiled to WebAssembly and running in the browser. If PyLint is pure python, it is quite easy to run it on top of Pyodide, in the browser....
Note to self: add some sort of model to hedge and future prof against plyint updates
As a user, I want to track what Pylint errors and understand how to mitigate them. Current blocker => login feature
Goal: Write unit test for Javascript and Python files (https://github.com/ethanchewy/PythonBuddy/blob/master/app.py, https://github.com/ethanchewy/PythonBuddy/blob/master/static/js/javascript.js, and https://github.com/ethanchewy/PythonBuddy/blob/master/static/js/cm-validator-remote.js) How to do this? - Python: use unit test python library or Flask testing (http://flask.pocoo.org/docs/0.12/testing/#the-first-test) - Javascript:...
As a user, I want to be able to view my previous code submissions. Since PythonBuddy is only for 1 user for this repo (for PythonBuddySandboxed aka the demo server,...
As a user, I want to be able to log into PythonBuddy and be able to see my previous code submissions and be able to edit prior code submissions.
As a developer, I want to get rid of any resources in the header of html files to be imported from a CDN. Instead, I want those libraries to be...
http://flask.pocoo.org/docs/1.0/tutorial/templates/ As a developer, I want to use a templating framework instead of pure HTML
