Nemeski@lemm.ee to Python@programming.dev · 3 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square81fedilinkarrow-up1268arrow-down15
arrow-up1263arrow-down1external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 3 days agomessage-square81fedilink
minus-squareOscar@programming.devlinkfedilinkEnglisharrow-up7·2 days agoSomebody should write a python to javascript transpiler for the web… (please don’t actually do that)
minus-squareRonSijm@programming.devlinkfedilinkarrow-up12·2 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-squareOscar@programming.devlinkfedilinkEnglisharrow-up3·2 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.
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up3arrow-down2·2 days agoWasm feels like yet another bloat layer on top of the existing web mess :((
minus-squareCratermaker@discuss.tchncs.delinkfedilinkarrow-up1·1 day agoAt least until it gets direct dom manipulation and multithreading…
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
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.
Wasm feels like yet another bloat layer on top of the existing web mess :((
At least until it gets direct dom manipulation and multithreading…
at least it’s not on top of js!
https://pyscript.net/