#pyodide
This also paves the way a bit for if we ever end up having an in-browser HDL playground kinda thing, we can do "native" in-browser simulations and not need to do it all through Pyodide
November 15, 2025 at 11:58 AM
Here's my research repo - each of the 13 folders is a different research project, and the README is automatically updated by an LLM to include summaries describing each one github.com/simonw/resea...
November 6, 2025 at 3:59 PM
Here's my research repo - each of the 13 folders is a different research project, and the README is automatically updated by an LLM to include summaries describing each one https://github.com/simonw/research?tab=readme-ov-file#research-projects-carried-out-by-ai-tools
November 6, 2025 at 4:03 PM
I explore the future of interactive content with Python running directly in browsers. Tools like Pyodide and JupyterLite enable portable, installation-free data science.: http://fretchen.eu/blog/5
Can I have interactive python pages ?
I explore the future of interactive content with Python running directly in browsers. Tools like Pyodide and JupyterLite enable portable, installation-free data science.
www.fretchen.eu
November 6, 2025 at 1:56 PM
renovate deleted renovate[bot] bot deleted branch refs/heads/renovate/pyodide-build-0.x in yeicor/OCP.wasm · October 25, 2025 09:35 yeicor/OCP.wasm Updated Oct 25

Interest | Match | Feed
Origin
github.com
October 25, 2025 at 9:41 AM
renovate deleted renovate[bot] bot deleted branch refs/heads/renovate/pyodide-build-0.x in yeicor/OCP.wasm · October 25, 2025 09:35 yeicor/OCP.wasm Updated Oct 25

Origin | Interest | Match
Awakari App
awakari.com
October 25, 2025 at 9:41 AM
When I asked it to figure out it how to run cmarkgfm in Pyodide it noticed that the repo already had notes on Pyodide and reviewed them before starting work on the new project gistpreview.github.io?6d778a8f9c4c...
October 23, 2025 at 9:54 PM
Some highlights are:
- new open-access courses such as @ucberkeleyofficial.bsky.social's data8
- new DS notebooks and IDEs using Pyodide, a new Python distribution that runs all the computations entirely in the browser
- new platforms such as Capytale used to teach computing at scale across France
October 16, 2025 at 3:33 PM
Pyodide 0.28: Новый этап развития Python в браузере с поддержкой Python 3.13 и улучшенной совместимостью

https://kripta.biz/posts/B8E94BFF-6BA0-4783-93E8-10F2115DC38A
October 8, 2025 at 11:27 AM
Pyodide 0.28版本发布:迈向Python与WebAssembly融合的新纪元

https://qian.cx/posts/2BEF2F86-DF7D-4FF2-8D46-B1A3EC01C3BD
October 8, 2025 at 11:27 AM
6/ Urza's Research Desk is built with #python, #panel the #holoviz ecosystem. It is deployed with pyodide and GitHub pages. You can see all of the code in the tcg-research-desk repository - and try it yourself by installing the library from pypi!
https://github.com/ArcKayNine/tcg-research-desk
October 3, 2025 at 1:27 PM
Как создать Python-песочницу в браузере на базе Pyodide и Ace за 100 строк JavaScript

https://kripta.biz/posts/86F107A6-B89A-486A-A5F8-28C5A126BB35
September 29, 2025 at 4:49 AM
用Pyodide和Ace打造超轻量级Python在线编程环境

https://qian.cx/posts/A694108A-CCBF-41DC-94A0-5D543D0598D4
September 29, 2025 at 4:48 AM
How does it stack up? Compared to Docker, Pyodide, or AWS Lambda, Wasmer offers a unique blend of portability, security, and lightweight execution, carving out its niche for specific edge and sandboxing needs. #CloudNative 6/6
September 25, 2025 at 10:06 PM
This is a cool find, but I wonder why they went the server route when you could probably implement this functionality client-side in the browser with pure JavaScript, or to reuse existing tools/packages in Python/C/C++ (e.g. TreeSwift), with Pyodide and/or WebAssembly
September 22, 2025 at 4:18 PM
Thanks to @pyodide and @ProjectJupyter, using #coap is becoming more accessible: The latest version of the #aiocoap documentation has examples that can be run directly from the documentation, and access CoAP peers through a WebSocket-to-UDP cross proxy:

< […]
Original post on chaos.social
chaos.social
September 18, 2025 at 10:12 PM
Whew, I'm done. Thanks everyone who came to my talk on WebR/Pyodide! Slides are here: laderast.github.io/degrees_of_f... and the repo with examples is here: github.com/laderast/deg... #PositConf2025
Degrees of Freedom
laderast.github.io
September 17, 2025 at 4:36 PM
🐍🏃‍➡️ We kicked off the first day of the #Python #CoreSprint at Arm in Cambridge with lots of talks and lots of discussion about talks!

Talks about the JIT, WASI, Pyodide PPI, cross-platform wheel builds, demo of new C API, precompiled binaries from python.org, PEP 793 and abi3/abi3t/abi4 discussion
September 16, 2025 at 9:43 AM
달빛약속 v3.3.1

Python과의 interoperability가 지원됩니다! 이제 Pyodide가 제공하는 라이브러리를 마구 임포트해서 마구 사용할 수 있습니다. 달빛약속에서 numpy를 이용하세요.

github.com/rycont/dalbi...
Release v3.3.1 · rycont/dalbit-yaksok
Interoperability with Python(using Pyodide) Pyodide에서 제공하는 라이브러리를 임포트하고 함수를 호출할 수 있습니다. import { YaksokSession } from "@dalbit-yaksok/core"; import { Pyodide } from "@dalbit-yaksok/pyodide"; const...
github.com
September 13, 2025 at 3:20 PM
I wish your talk was before the workshop I am giving there, where I am using Pyodide for teaching 😅

I will definitely come to your talk to learn what I can do better next time!
September 10, 2025 at 9:37 PM
In a week (9/17), I'll be giving a talk at PositConf about WebR/Pyodide for teaching. Curious about how to use R and Python in the browser effectively for teaching? Come learn about how we use it for teaching intro courses at the Fred Hutch Data Science Lab! #datascience #teaching #rstats #python
September 10, 2025 at 6:19 PM
Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide
Apollo Global Management’s “Chief Economist” Dr. Torsten Sløk released this interesting chart which appears to show a slowdown in AI adoption rates among l…
#ai #chart #chatgpt #code #gpt-5 #python #simmonwillison #use-case
Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide
Apollo Global Management’s “Chief Economist” Dr. Torsten Sløk released this interesting chart which appears to show a slowdown in AI adoption rates among large (&amp;gt;250 employees) companies: Here’s the full …
simonwillison.net
September 9, 2025 at 5:37 PM
[some-subscribed-rss] New Post: Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide, by Simon Willison https://simonwillison.net/2025/Sep/9/apollo-ai-adoption/#atom-everything
September 9, 2025 at 7:37 AM
Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide.
Recreating the Apollo AI adoption rate chart with GPT-5, Python and Pyodide
Apollo Global Management’s “Chief Economist” Dr. Torsten Sløk released this interesting chart which appears to show a slowdown in AI adoption rates among large (&gt;250 empoloyees) companies: Here’s the full …
simonwillison.net
September 9, 2025 at 7:03 AM