TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Run Python in the Browser Effortlessly

43 pointsby ccbikai5 months ago

6 comments

mritchie7125 months ago
ChatGPT&#x27;s &quot;canvas mode&quot; uses pyodide to execute python<p><a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Dec&#x2F;10&#x2F;chatgpt-canvas&#x2F;#canvas-runs-python-via-pyodide" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Dec&#x2F;10&#x2F;chatgpt-canvas&#x2F;#canvas...</a>
VyseofArcadia5 months ago
&gt; However, since MarkItDown is a Python program, it might be challenging for non-technical users to use.<p>Am I alone in thinking it is perfectly acceptable to ask a non-technical user to open a command line and type something? It&#x27;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.<p>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).<p>[0] Of course, the directions currently on the MarkItDown github page are pretty inadequate, but I&#x27;m talking about the general case.
评论 #42638565 未加载
评论 #42636503 未加载
评论 #42636451 未加载
jeffbee5 months ago
It used to be actually easy to run Python — and Perl, REXX, Tcl, Ruby, and a bunch of other languages — with WSH in MSIE. Those were, in that small way, good times.
alexmolas5 months ago
how did they solved the problems with pypi in China?
评论 #42696705 未加载
david_draco5 months ago
Wake me up when it supports numpy&amp;scipy.
评论 #42636244 未加载
评论 #42636242 未加载
ccbikai5 months ago
Run Python programs in the browser easily using Pyodide and WebAssembly for seamless execution of code and packages