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

Python

6368 readers
16 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
[–] anticurrent@sh.itjust.works 6 points 1 week ago (11 children)

Every time I open a js file from some project I have to tweak to use on my website, I get a brain aneurysm. that shit should never have been invented. python in the browser is the dream we are not allowed to have.

ps: I am just a hobbyist ! so take it lightly.

[–] oscar@programming.dev 7 points 1 week ago (6 children)

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

(please don't actually do that)

[–] RonSijm@programming.dev 12 points 1 week ago (4 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 1 week 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.

load more comments (3 replies)
load more comments (4 replies)
load more comments (8 replies)