JupyterLite is a JupyterLab distribution that runs entirely in the web browser, backed by in-browser language kernels powered by… (more…)
Read more »
What happens when we get or set an attribute of a Python object? This question is not as simple as it may seem at first. It is true that any... (more…)
Read more »
The Python scientific stack, compiled to WebAssembly - iodide-project/pyodide... (more…)
Read more »
As I thought I might, today I spent some
time adding full and relatively honest type hints to my recent
Python program. The
experience didn't go entirely smoothly and it left me with a number
of learning experiences and things I want to note down in case... (more…)
Read more »
Have you noticed how good The Hitchhiker’s Guide to Python is? The documentation there on virtualenv is exemplary. (more…)
Read more »