PyScript - "Next" 2023.09.1.RC1 #1744
Replies: 4 comments
-
This is amazing!!!!!! |
Beta Was this translation helpful? Give feedback.
-
Great job, keep at it |
Beta Was this translation helpful? Give feedback.
-
Awesome ❤️ |
Beta Was this translation helpful? Give feedback.
-
This new release is a very big milestone for PyScript, because it unlocks a lot of potential. Let me share with the community what I think it is the most exciting feature: PyScript next allows to transparently run Python code inside a webworker, and thanks to the magic wonders of In PyScript classic, it was technically impossible to support or even emulate a lot of basic blocking APIs which Python programmers take for granted, such as:
With Next, all of the above is possible, when you run in a worker. The following are a couple of demos which demonstrate the potential:
The plan is to re-integrate the py-terminal into pyscript in the next weeks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PyScript - "Next" 2023.09.1.RC1 🎉
After a huge amount of effort, we are delighted to announce the release of the first technical preview of the next version of PyScript.
https://pyscript.net/unstable/
https://pyscript.net/snapshots/2023.09.1.RC1/
This is a big change 🔀 This is a work in progress 📈 This is where we'd love your feedback 💬
In summary:
Changelog:
Remember, this is a technical preview! 🤖
There will be bugs 🐛 Things may not work as they used to 💥 Features will be missing 🔍
We are in a state of transition as we add missing features, fix bugs and update things as we listen to your feedback. Help improve our work via our GitHub project or join in the discussion via our discord server.
The second technical preview will arrive very soon.
Onwards! 🚀
Beta Was this translation helpful? Give feedback.
All reactions