|
|
|
|
|
by firechickenbird
1515 days ago
|
|
It makes no sense to me also. One of the reasons Python so popular is due to it's interoperability with libraries written in C/C++, otherwise it's just super slow language. In the browser you can't access these fast libraries so you are left with a crap language with an even slower execution due to the interpreter VM written in JS |
|
Also the idea is you CAN now access those libraries like numpy, even though Python speed in general is usually overstated.