Python Simulations Run in Browser with Py-Playground

I was browsing through my old Python simulations I used to make in college — just for fun. Flower patterns, Sierpinski triangles, Barnsley ferns, fractal trees... all built with Python turtle and pygame. The problem? They only ran locally. Nobody could see them without installing Python and running the scripts themselves. So I built Py-Playground 🎮 A single site that runs all my old Python simulations directly in the browser — no installs, no setup, nothing. How? Pyodide compiles the entire CPython interpreter to WebAssembly, so real Python runs right inside your browser tab. For turtle graphics, I'm using RPi Foundation's SVG-rendering turtle library since tkinter doesn't exist in the browser. 7 turtle simulations live right now, 11 pygame sims coming soon. Sometimes your old side projects deserve a second life on the internet 🚀 🔗 Try it live: https://lnkd.in/gE_riZKf 💻 Source: https://lnkd.in/g7eCmjEe #Python #WebAssembly #Pyodide #OpenSource #BuildInPublic #GitHub #SideProjects

To view or add a comment, sign in

Explore content categories