Nemeski@lemm.ee to Python@programming.dev · 28 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square87fedilinkarrow-up1275
arrow-up1275external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 28 days agomessage-square87fedilink
minus-squareOscar@programming.devlinkfedilinkEnglisharrow-up7·27 days agoSomebody should write a python to javascript transpiler for the web… (please don’t actually do that)
minus-squareRonSijm@programming.devlinkfedilinkarrow-up12·27 days agoThere’s a Python WASM runtime, if you really want to run python in a browser for some reason… https://github.com/wasmerio/wasmer-python
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up3·27 days agoWasm feels like yet another bloat layer on top of the existing web mess :((
minus-squareCratermaker@discuss.tchncs.delinkfedilinkarrow-up1·27 days agoAt least until it gets direct dom manipulation and multithreading…
minus-squareOscar@programming.devlinkfedilinkEnglisharrow-up3·27 days agoOoh, neat. There’s also puepy, which was linked further down in this thread. It’s really cool to see more WASM projects pop up.
Somebody should write a python to javascript transpiler for the web…
(please don’t actually do that)
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
Wasm feels like yet another bloat layer on top of the existing web mess :((
at least it’s not on top of js!
At least until it gets direct dom manipulation and multithreading…
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.
https://pyscript.net/