Explore >> Select a destination


You are here

jeff.glass
| | www.jhanley.com
2.7 parsecs away

Travel
| | Today, you can now use Pyscript to run Python code in the web browser. This has enormous potential for AI, ML, Data Scientists, and regular Python developers. I often develop backend applications in Django and Flask, and the possibilities of writing both frontend and backend code in Python are intriguing.
| | renato.athaydes.com
4.2 parsecs away

Travel
| | [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.
| | geo.rocks
3.6 parsecs away

Travel
| | A simple PyScript-fueled Jupyter Notebook running entirely in your browser - no server needed!
| | inventwithpython.com
24.1 parsecs away

Travel
| A recent post to Reddit sparked some comments, so I wanted to clarify: In Python, hashable objects must be immutable and mutable objects cannot be hashable. (With one exception.)