Pyodide: Bringing the scientific Python stack to the browser
hacks.mozilla.org
Pyodide: Bringing the scientific Python stack to the browser
1–10 of 120 posts
Re: Pyodide: Bringing the scientific Python stack to the browser
#2Re: Pyodide: Bringing the scientific Python stack to the browser
#3Re: Pyodide: Bringing the scientific Python stack to the browser
#4I want to believe so bad. Being able to do web development with Python instead of JavaScript has been something I've dreamed about forever.
Re: Pyodide: Bringing the scientific Python stack to the browser
#5I want to believe so bad. Being able to do web development with Python instead of JavaScript has been something I've dreamed about forever.
Why not just use Django or Flask? Python web dev is great because you do have access to so many of these incredible scientific libraries like Pandas, etc.
Re: Pyodide: Bringing the scientific Python stack to the browser
#6I want to believe so bad. Being able to do web development with Python instead of JavaScript has been something I've dreamed about forever.
Why not just use Django or Flask? Python web dev is great because you do have access to so many of these incredible scientific libraries like Pandas, etc.
Re: Pyodide: Bringing the scientific Python stack to the browser
#7Re: Pyodide: Bringing the scientific Python stack to the browser
#8I want to believe so bad. Being able to do web development with Python instead of JavaScript has been something I've dreamed about forever.
Why not just use Django or Flask? Python web dev is great because you do have access to so many of these incredible scientific libraries like Pandas, etc.
Re: Pyodide: Bringing the scientific Python stack to the browser
#9Is anyone using this yet? What’s your experience been?
It's pretty good for data science—I can't speak to DOM manipulation that much, I've only done very minimal work with it for that. My two cents: it's bit rough around the edges—the performance is noticeably worse, and for data science, with medium-sized datasets it can freeze a tab for 10-15 seconds. Sometimes you get an odd edge case though where standard Python cannot run perfectly due to some combination of operations.
That said, overall, I'm really excited by where it's going, and I've always been able to work around the limitations.
Re: Pyodide: Bringing the scientific Python stack to the browser
#10Minor interest. Can this approach run j/k or more important lisp?