I wanted something like codepen.io for #python so I built https://python-fiddle.com
Python-Fiddle: Online Python IDE, Compiler, and Interpreter

Run Python code in your browser. Share code snippets with others.

@yogeshkd so... incredibly... cool!

I see it's Python 3.11, great.

No pytorch! That's what I'm working on these days. 😄 but it's a huge download.

Good work!!!

@TomSwirly Thanks! Pytorch would be a great addition even if the download size is on the larger end. I don't see anyone training real models in the browser but it's just fun to send people a small script that they can quickly run and play with to understand the code better.
@yogeshkd To be honest, I have yet to use pytorch to train any models, I just see it as a big linear algebra engine... 🙂