Run Python in the Browser Effortlessly
1–10 of 19 posts
Re: Run Python in the Browser Effortlessly
#2Re: Run Python in the Browser Effortlessly
#3https://simonwillison.net/2024/Dec/10/chatgpt-canvas/#canvas...
Re: Run Python in the Browser Effortlessly
#4Re: Run Python in the Browser Effortlessly
#5Wake me up when it supports numpy&scipy.
> Many packages with C extensions have also been ported for use with Pyodide. These include common packages like regex, PyYAML, lxml, and scientific Python packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn
Re: Run Python in the Browser Effortlessly
#6Wake me up when it supports numpy&scipy.
https://pyodide.org/en/stable/usage/packages-in-pyodide.html
Re: Run Python in the Browser Effortlessly
#7Re: Run Python in the Browser Effortlessly
#8Am I alone in thinking it is perfectly acceptable to ask a non-technical user to open a command line and type something? It's not rocket science. You just follow simple directions. Click start, search for powershell, type this into the Window that pops up, hit enter. [0] If you can make boxed mac and cheese, you can type a command into a command prompt.
It was not that long ago that even for Windows software you were expected to occasionally visit the DOS prompt (type d:\, type setup.exe was a pretty common pattern in instruction manuals).
[0] Of course, the directions currently on the MarkItDown github page are pretty inadequate, but I'm talking about the general case.
Re: Run Python in the Browser Effortlessly
#9Wake me up when it supports numpy&scipy.
From the article: > Many packages with C extensions have also been ported for use with Pyodide. These include common packages like regex, PyYAML, lxml, and scientific Python packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn
My guess was 2025 would be more practical for these libs ... And behold: https://github.com/pyodide/pyodide/issues/2933
Very cool to see!
Re: Run Python in the Browser Effortlessly
#10> However, since MarkItDown is a Python program, it might be challenging for non-technical users to use. Am I alone in thinking it is perfectly acceptable to ask a non-technical user to open a command line and type something? It's not rocket science. You just follow simple directions. Click start, search for powershell, type this into the Window that pops up, hit enter. [0] If you can make boxed mac and cheese, you c…
And in easier cases, if it's so easy, why not package it in a regular app/exe?