Adam Serafini: Speeding Up Python with Zig
Speaker:: Adam SerafiniTrack: PyCon: LibrariesZig is an almost drop-in replacement for C, and that includes directly importing and calling the Python C API w... (more…)
Read more »
My Python setup used to change a lot, as I would find ad-hoc solutions for my needs. These days I’ve settled on a Python setup that satisfies pretty much all of my different use cases and is easy to use. It is composed of these tools:
Pyenv for Python ver… Read more