home.social

#pyscript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pyscript, aggregated by home.social.

  1. JupyterLite ist nun Teil des Projekts Jupyter

    JupyterLite ist eine JupyterLab-Distribution, die vollständig im Webbrowser ausgeführt wird und ohne Backend auskommt. Die Kernel werden mithilfe von WebAssembly direkt im Browser gestartet, wodurch ein Anwendungsserver überflüssig wird. kantel.github.io/posts/2026021 #JupyterLite #Jupyter #JupyterLab #Python #PyScript #Pyodide #P5js #DataScience #StatischeSeiten

  2. JupyterLite ist nun Teil des Projekts Jupyter

    JupyterLite ist eine JupyterLab-Distribution, die vollständig im Webbrowser ausgeführt wird und ohne Backend auskommt. Die Kernel werden mithilfe von WebAssembly direkt im Browser gestartet, wodurch ein Anwendungsserver überflüssig wird. kantel.github.io/posts/2026021 #JupyterLite #Jupyter #JupyterLab #Python #PyScript #Pyodide #P5js #DataScience #StatischeSeiten

  3. JupyterLite ist nun Teil des Projekts Jupyter

    JupyterLite ist eine JupyterLab-Distribution, die vollständig im Webbrowser ausgeführt wird und ohne Backend auskommt. Die Kernel werden mithilfe von WebAssembly direkt im Browser gestartet, wodurch ein Anwendungsserver überflüssig wird. kantel.github.io/posts/2026021 #JupyterLite #Jupyter #JupyterLab #Python #PyScript #Pyodide #P5js #DataScience #StatischeSeiten

  4. JupyterLite ist nun Teil des Projekts Jupyter

    JupyterLite ist eine JupyterLab-Distribution, die vollständig im Webbrowser ausgeführt wird und ohne Backend auskommt. Die Kernel werden mithilfe von WebAssembly direkt im Browser gestartet, wodurch ein Anwendungsserver überflüssig wird. kantel.github.io/posts/2026021 #JupyterLite #Jupyter #JupyterLab #Python #PyScript #Pyodide #P5js #DataScience #StatischeSeiten

  5. JupyterLite ist nun Teil des Projekts Jupyter

    JupyterLite ist eine JupyterLab-Distribution, die vollständig im Webbrowser ausgeführt wird und ohne Backend auskommt. Die Kernel werden mithilfe von WebAssembly direkt im Browser gestartet, wodurch ein Anwendungsserver überflüssig wird. kantel.github.io/posts/2026021 #JupyterLite #Jupyter #JupyterLab #Python #PyScript #Pyodide #P5js #DataScience #StatischeSeiten

  6. The pyscript.com "platform" for hosting/serving and sharing #pyscript projects seems very cool... I wish they had a "download project" button to make it easy to move your project elsewhere. As they seem to be moving towards some "paid tier features", making it easy to take everything out would be nice, would feel less like putting on a risk of being inadvertently locked in.

  7. The pyscript.com "platform" for hosting/serving and sharing #pyscript projects seems very cool... I wish they had a "download project" button to make it easy to move your project elsewhere. As they seem to be moving towards some "paid tier features", making it easy to take everything out would be nice, would feel less like putting on a risk of being inadvertently locked in.

  8. The pyscript.com "platform" for hosting/serving and sharing #pyscript projects seems very cool... I wish they had a "download project" button to make it easy to move your project elsewhere. As they seem to be moving towards some "paid tier features", making it easy to take everything out would be nice, would feel less like putting on a risk of being inadvertently locked in.

  9. The pyscript.com "platform" for hosting/serving and sharing #pyscript projects seems very cool... I wish they had a "download project" button to make it easy to move your project elsewhere. As they seem to be moving towards some "paid tier features", making it easy to take everything out would be nice, would feel less like putting on a risk of being inadvertently locked in.

  10. The pyscript.com "platform" for hosting/serving and sharing #pyscript projects seems very cool... I wish they had a "download project" button to make it easy to move your project elsewhere. As they seem to be moving towards some "paid tier features", making it easy to take everything out would be nice, would feel less like putting on a risk of being inadvertently locked in.

  11. Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in

    (Also in preparation for )

    Give it a read and let me know what you think -> mathspp.com/blog/floodfill-alg

    I tried using for the interactive demos...

    It worked out alright but I'm not sure if it's worth it:

    I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...

    What do you folks think?

  12. Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python

    (Also in preparation for #AdventofCode)

    Give it a read and let me know what you think -> mathspp.com/blog/floodfill-alg

    I tried using #PyScript for the interactive demos...

    It worked out alright but I'm not sure if it's worth it:

    I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...

    What do you folks think?

  13. Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python

    (Also in preparation for #AdventofCode)

    Give it a read and let me know what you think -> mathspp.com/blog/floodfill-alg

    I tried using #PyScript for the interactive demos...

    It worked out alright but I'm not sure if it's worth it:

    I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...

    What do you folks think?

  14. Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python

    (Also in preparation for #AdventofCode)

    Give it a read and let me know what you think -> mathspp.com/blog/floodfill-alg

    I tried using #PyScript for the interactive demos...

    It worked out alright but I'm not sure if it's worth it:

    I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...

    What do you folks think?

  15. Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python

    (Also in preparation for #AdventofCode)

    Give it a read and let me know what you think -> mathspp.com/blog/floodfill-alg

    I tried using #PyScript for the interactive demos...

    It worked out alright but I'm not sure if it's worth it:

    I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...

    What do you folks think?

  16. Zurück zum Code: Bouncing Balls mit Py5 und Proceso

    Wie ich schon in meiner jüngsten Update-Meldung zu Py5, dem Processing-Python3-Modul, angedeutet hatte, interessiert mich, welche Code-Änderungen notwendig sind, wenn ich Py5-Skripte nach Proceso, der PyScript-Version von Processing und Python, portiere (oder vice versa). Also habe ich als ersten Test das sattsam bekannte Bouncing-Balls-Beispiel einmal in Proceso implementiert kantel.github.io/posts/2025091 #Python #Py5 #Proceso #Processing #PyScript

  17. Zurück zum Code: Bouncing Balls mit Py5 und Proceso

    Wie ich schon in meiner jüngsten Update-Meldung zu Py5, dem Processing-Python3-Modul, angedeutet hatte, interessiert mich, welche Code-Änderungen notwendig sind, wenn ich Py5-Skripte nach Proceso, der PyScript-Version von Processing und Python, portiere (oder vice versa). Also habe ich als ersten Test das sattsam bekannte Bouncing-Balls-Beispiel einmal in Proceso implementiert kantel.github.io/posts/2025091 #Python #Py5 #Proceso #Processing #PyScript

  18. Zurück zum Code: Bouncing Balls mit Py5 und Proceso

    Wie ich schon in meiner jüngsten Update-Meldung zu Py5, dem Processing-Python3-Modul, angedeutet hatte, interessiert mich, welche Code-Änderungen notwendig sind, wenn ich Py5-Skripte nach Proceso, der PyScript-Version von Processing und Python, portiere (oder vice versa). Also habe ich als ersten Test das sattsam bekannte Bouncing-Balls-Beispiel einmal in Proceso implementiert kantel.github.io/posts/2025091 #Python #Py5 #Proceso #Processing #PyScript

  19. Zurück zum Code: Bouncing Balls mit Py5 und Proceso

    Wie ich schon in meiner jüngsten Update-Meldung zu Py5, dem Processing-Python3-Modul, angedeutet hatte, interessiert mich, welche Code-Änderungen notwendig sind, wenn ich Py5-Skripte nach Proceso, der PyScript-Version von Processing und Python, portiere (oder vice versa). Also habe ich als ersten Test das sattsam bekannte Bouncing-Balls-Beispiel einmal in Proceso implementiert kantel.github.io/posts/2025091 #Python #Py5 #Proceso #Processing #PyScript

  20. Animierte GIFs in Proceso

    Gestern abend stolperte ich über dieses Video, in dem der User Kenney Yip Coding ein Entenjagdspiel in pure JavaScript und dem HTML Canvas programmierte. Das ist an sich noch nichts Besonderes, aber die Bilder der Enten, die er verwendete, waren animierte GIFs, und da stellte sich mir die Frage, ob das nicht auch in Python ginge. kantel.github.io/posts/2025090 #Proceso #Processing #Python #PyScript #CreativeCoding #GameDev

  21. Animierte GIFs in Proceso

    Gestern abend stolperte ich über dieses Video, in dem der User Kenney Yip Coding ein Entenjagdspiel in pure JavaScript und dem HTML Canvas programmierte. Das ist an sich noch nichts Besonderes, aber die Bilder der Enten, die er verwendete, waren animierte GIFs, und da stellte sich mir die Frage, ob das nicht auch in Python ginge. kantel.github.io/posts/2025090 #Proceso #Processing #Python #PyScript #CreativeCoding #GameDev

  22. Animierte GIFs in Proceso

    Gestern abend stolperte ich über dieses Video, in dem der User Kenney Yip Coding ein Entenjagdspiel in pure JavaScript und dem HTML Canvas programmierte. Das ist an sich noch nichts Besonderes, aber die Bilder der Enten, die er verwendete, waren animierte GIFs, und da stellte sich mir die Frage, ob das nicht auch in Python ginge. kantel.github.io/posts/2025090 #Proceso #Processing #Python #PyScript #CreativeCoding #GameDev

  23. Animierte GIFs in Proceso

    Gestern abend stolperte ich über dieses Video, in dem der User Kenney Yip Coding ein Entenjagdspiel in pure JavaScript und dem HTML Canvas programmierte. Das ist an sich noch nichts Besonderes, aber die Bilder der Enten, die er verwendete, waren animierte GIFs, und da stellte sich mir die Frage, ob das nicht auch in Python ginge. kantel.github.io/posts/2025090 #Proceso #Processing #Python #PyScript #CreativeCoding #GameDev

  24. Ein Partikelsystem mit Proceso und PyScript

    Das kleine Planetensystem mit den rotierenden Kisten, das ich vor etwa einer Woche mit Proceso und PyScript realisiert hatte, erinnerte mich an ein Partikelsystem in zwei Stufen, an dem vor mehr als einem Jahr in microStudio mit Brython versucht hatte. Vor allem, da in der zweiten Stufe die Partikel teilweise ebenfalls rotierende Quadrate waren. kantel.github.io/posts/2025072 #Proceso #Python #PyScript #Processing #NatureOfCode #CreativeCoding

  25. Ein Partikelsystem mit Proceso und PyScript

    Das kleine Planetensystem mit den rotierenden Kisten, das ich vor etwa einer Woche mit Proceso und PyScript realisiert hatte, erinnerte mich an ein Partikelsystem in zwei Stufen, an dem vor mehr als einem Jahr in microStudio mit Brython versucht hatte. Vor allem, da in der zweiten Stufe die Partikel teilweise ebenfalls rotierende Quadrate waren. kantel.github.io/posts/2025072 #Proceso #Python #PyScript #Processing #NatureOfCode #CreativeCoding

  26. Ein Partikelsystem mit Proceso und PyScript

    Das kleine Planetensystem mit den rotierenden Kisten, das ich vor etwa einer Woche mit Proceso und PyScript realisiert hatte, erinnerte mich an ein Partikelsystem in zwei Stufen, an dem vor mehr als einem Jahr in microStudio mit Brython versucht hatte. Vor allem, da in der zweiten Stufe die Partikel teilweise ebenfalls rotierende Quadrate waren. kantel.github.io/posts/2025072 #Proceso #Python #PyScript #Processing #NatureOfCode #CreativeCoding

  27. Ein Partikelsystem mit Proceso und PyScript

    Das kleine Planetensystem mit den rotierenden Kisten, das ich vor etwa einer Woche mit Proceso und PyScript realisiert hatte, erinnerte mich an ein Partikelsystem in zwei Stufen, an dem vor mehr als einem Jahr in microStudio mit Brython versucht hatte. Vor allem, da in der zweiten Stufe die Partikel teilweise ebenfalls rotierende Quadrate waren. kantel.github.io/posts/2025072 #Proceso #Python #PyScript #Processing #NatureOfCode #CreativeCoding

  28. Ein kleines Planetensystem mit Proceso

    Als eines meiner nächsten Projekte mit PyScript und Proceso möchte ich in drei Stationen eine kleine Animation eines Planetensystems entwickeln. Dabei möchte ich zeigen, wie nützlich für solch eine Simulation die Transformationsoperatoren translate() und rotate() sein können. kantel.github.io/posts/2025071 #Proceso #Python #PyScript #Processing #Simulation #CreativeCoding

  29. Ein kleines Planetensystem mit Proceso

    Als eines meiner nächsten Projekte mit PyScript und Proceso möchte ich in drei Stationen eine kleine Animation eines Planetensystems entwickeln. Dabei möchte ich zeigen, wie nützlich für solch eine Simulation die Transformationsoperatoren translate() und rotate() sein können. kantel.github.io/posts/2025071 #Proceso #Python #PyScript #Processing #Simulation #CreativeCoding

  30. Ein kleines Planetensystem mit Proceso

    Als eines meiner nächsten Projekte mit PyScript und Proceso möchte ich in drei Stationen eine kleine Animation eines Planetensystems entwickeln. Dabei möchte ich zeigen, wie nützlich für solch eine Simulation die Transformationsoperatoren translate() und rotate() sein können. kantel.github.io/posts/2025071 #Proceso #Python #PyScript #Processing #Simulation #CreativeCoding