Extending Clojure with Python

Libpython-clj is a library that allows you to use python libraries from the clojure repl. We will dig through the nuts and bolts that make the library tick a… Read more

Similar

Python 3.10.0a5 is now available

Well, this one took a bit more time due to some surprise last time reference leaks and release blockers to fix, but now Python 3.10.0a5 it’s here. Will this be the first release announcement of the 3.10 series without copy-paste typos? Go get it here: (more…)

Read more »

Python asyncio API design pain

I used to love asyncio. For a period of time, nearly all my stuff was written for asyncio. I wrote a Flask-like (mistake IMO) web framework, and a fully async ORM, both built from the ground up for asyncio. I even got in arguments defending it with people... (more…)

Read more »