Python inside HTML

whyyyyy whyyyyyy :/


Why not just use js lol!! You are embedding a js script anyway…

</rant>
I am not sure, but I think we will be able to take advantage of python libraries with pyscript.
 
they will be embedding js in py in html.

Just to make it as useless as possible.

Later they will embed c++ in js HTML and finally outperform brainf*ck
 
I am not sure, but I think we will be able to take advantage of python libraries with pyscript.
npm is full of those as well. Pretty much anything you can do with python, you can do with js as well.

brainf*ked indeed lol.
 
Mario in the browser with pyscript. (Watch towards the end of the video)


 
Peter Wang , co-founder and CEO of Anaconda, Inc. just announced the launch of PyScript - open-source project that enables using Python in HTML and running it in the browser!!

The best PyConUS2022 keynote so far!

Website: https://pyscript.net/

There will be poeple who wants and needs this feature to make things more complicated. Brilliant idea to do this and slowly python will remove Html
 
finally an alternative to JS for python lovers
 
So what it can HAPPEN on normal internet idiots like us?

Some interesting examples?

And we don't need install any shit before see the brainfxxk?
 
Some interesting examples?
There is a mario emulation demo in the video added by @Sunya.... but that's about it lol.

Even the "js is single threaded bruh" excuse does not work anymore, since we have Workers in JS now. :p


The only thing I can see work "alongside" js will be webassembly. Other than that, I don't see anything lol.
 
I don’t see how this would make commercial sense. As much as I love python, it is way slower than JS and it is asynchronous. The only advantage i would see is less verbose code, but I don’t think this will be enough to justify its adoption.
 
I feel like this probably comes with more downsides than just biting the bullet and using JS :|
 
Back
Top