this post was submitted on 02 Nov 2024
261 points (98.2% liked)

Python

6337 readers
7 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] oscar@programming.dev 7 points 3 days ago (2 children)

Somebody should write a python to javascript transpiler for the web...

(please don't actually do that)

[–] RonSijm@programming.dev 12 points 3 days ago (2 children)

There's a Python WASM runtime, if you really want to run python in a browser for some reason...

https://github.com/wasmerio/wasmer-python

[–] oscar@programming.dev 3 points 3 days ago

Ooh, neat. There's also puepy, which was linked further down in this thread. It's really cool to see more WASM projects pop up.

[–] akkajdh999@programming.dev 1 points 3 days ago (2 children)

Wasm feels like yet another bloat layer on top of the existing web mess :((

[–] lime@feddit.nu 6 points 3 days ago

at least it's not on top of js!

At least until it gets direct dom manipulation and multithreading...