A toy compiler that can convert Python scripts to pickle bytecode. - splitline/Pickora... (more…)
Read more »
PEP 498 introduced a new string formatting mechanism known as Literal String Interpolation or more commonly as F-strings (because of the… (more…)
Read more »
I work on astronomical data pipelines, and a lot of our data gets shipped around in Avro. It’s often a lot of data, like many terabytes, and with complex schemas. And because I’m working on astronomy software, nearly everything is written in Python, the l... (more…)
Read more »
I started to work with Python asyncio library a few years ago with Python 3.6. At that time, the CancelledError exception was defined in… (more…)
Read more »
I’ve been working for a while now on a bot that plays video games. I needed a way to capture the screen and send input to the game that was fast enough to let a bot interact with it in real time. I… (more…)
Read more »