Nemeski@lemm.ee to Python@programming.dev · 1 year agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square80fedilinkarrow-up1275
arrow-up1275external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 1 year agomessage-square80fedilink
minus-squareRonSijm@programming.devlinkfedilinkarrow-up12·1 year 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·1 year 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-squareCratermaker@discuss.tchncs.delinkfedilinkarrow-up1·1 year agoAt least until it gets direct dom manipulation and multithreading…
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.
deleted by creator
at least it’s not on top of js!
At least until it gets direct dom manipulation and multithreading…