It's too bad it didn't replace it on this page. Without JavaScript, this page is blank.
A Python 3 implementation for client-side web programming
21–30 of 120 posts
Re: A Python 3 implementation for client-side web programming
#22What is even the need? And it needs JS to work. Not so convincing demo!
No, browsers cannot magically run python now.
Re: A Python 3 implementation for client-side web programming
#23It's too bad it didn't replace it on this page. Without JavaScript, this page is blank.
Virtually every browser has Javascript support today. Heck, even Googlebot is executing some Javascript these days.
Re: A Python 3 implementation for client-side web programming
#24Re: A Python 3 implementation for client-side web programming
#25The way they position Brython is pretty off-putting and kind of confuses the issue. CoffeeScript page: "CoffeeScript is a little language that compiles into JavaScript." Brython page: "Brython is designed to replace Javascript as the scripting language for the Web." Maybe that's the end goal, but the reality is far from it. Of course JS is still required, and of course the Python gets compiled into JS. Finally, the a…
One isn't necessarily better than the other - sometimes human generated python source code in the browser may be more useful than machine generated javascript.
If nothing else, it allows us to explore a new way of constructing web apps and determine whether it is better.
Re: A Python 3 implementation for client-side web programming
#26Earlier quoted context omitted.
Virtually every browser has Javascript support today. Heck, even Googlebot is executing some Javascript these days.
Noscript allows you to turn the Javascript off. Requiring javascript to see any content at all is a little absurd.
Re: A Python 3 implementation for client-side web programming
#27It's too bad it didn't replace it on this page. Without JavaScript, this page is blank.
I got something of value by tweeking NoScript - knowledge, not just ads. Then again, I'm a yokel.
Re: A Python 3 implementation for client-side web programming
#28Earlier quoted context omitted.
Noscript allows you to turn the Javascript off. Requiring javascript to see any content at all is a little absurd.
Javascript is a prerequisite of the modern web. Refusing to accept that is absurd.
Citation needed.
Re: A Python 3 implementation for client-side web programming
#29Issues with the examples:
I got nobody walking on the 3d walker (Chrome on Ubuntu); also it was psychedelic fun clicking into negative territory on the pie chart.