Hacker News new | ask | show | jobs
by zinclozenge 1256 days ago
I just wanted to say thank you for those libraries. They were a lifesaver when building my own pyodide based project.
1 comments

Awesome! Can you show me what you built?
Yes, here's a very rough PoC that I plan on integrating with a bigger project at some point https://glittering-narwhal-96bc3e.netlify.app/
Thanks. I tried running code but couldn't see any results/output. I was hoping to see `input()` in action. The dev console just logs `{type: 'error', data: '{}', contentType: 'text/json'}`
Haha yes I think I removed the output component when doing some testing and inputs was something I considered but eventually decided against it. My goal is to provide an app to allow users to "grind" leetcode/tech interview questions with spaced repetition, and I decided that instead of taking on the extra complexity of user inputs, it'd be better to focus on the value proposition of the app.

But this is just codemirror + pyodide, I'm still building the rest of it.