Nemeski@lemm.ee to Python@programming.dev · 2 years 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 · 2 years agomessage-square80fedilink
minus-squareOscar@programming.devlinkfedilinkEnglisharrow-up7·2 years agoSomebody should write a python to javascript transpiler for the web… (please don’t actually do that)
minus-squareRonSijm@programming.devlinkfedilinkarrow-up12·2 years 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 years 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·2 years 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.
deleted by creator
at least it’s not on top of js!
At least until it gets direct dom manipulation and multithreading…
https://pyscript.net/