Ethan Chiu
Ethan Chiu
Yeah, I think NPM would be a good option if I use Node.js. Right now, we are mainly just using Flask for the backend and no frontend framework so NPM...
That is super cool - I'll take a look into it! My original goal for this project was to run this completely client side so this is super super exciting...
Going into high school, I didn't have any programming courses for freshmen. Luckily enough, I found out about the MIT 6.00.1x programming course that was offered on edX and learned...
@PythonLinks Thanks so much for sharing! I'll take a look at it soon and investigate into it more. Been wrapped up with a lot of academic work so it might...
Sounds good - thanks. Yeah, I think it would be amazing if I could figure out how to have live Python linting work in PyOdide!
@dgmouris thanks so much for creating stewdy.com! Super helpful! I'm almost done adding the linting feature on top of what you created. Will share soon...
@PythonLinks Were you able to resolve the `Couldn't find a pure Python 3 wheel for 'lazy-object-proxy == 1.4.*'` issue for importing the Pylint library in pyodide?
Ah, I see. That makes sense. Thank you for the help! @PythonLinks
I'm still tinkering with my code but I think I'm getting closer to the solution: https://alpha.iodide.io/notebooks/3608/  Will keep you all updated. I'm using flake8 instead of...
@gjergjk71 thanks let me know if you have any questiosn! For Python, in addition to testing the GET/POST requests with Flask testing, you should test individual functions like `format_errors` in...