News

AI can write useful code, but it can also produce unusable garbage. Here's my advice on making the most of AI from my many adventures in coding.
Google Colab is a free, online tool that lets you write and run Python code right in your web browser. It’s super helpful for ...
Pyodide is a port of CPython to WebAssembly/Emscripten. Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python ...
testcontainers-python facilitates the use of Docker containers for functional and integration testing. For more information, see the docs. The snippet above will spin up a postgres database in a ...