Tag: python
All the articles with the tag "python".
Calling C from Python, Java, Rust, and Go
Published: at 12:00 PMOne tiny C library, four languages, the same set of calls. A from-scratch guide to foreign function interfaces — what's actually happening when your language reaches into C, and the best practices for doing it in Python, Java, Rust, and Go.
UV - The Modern Python Package Manager
Published: at 12:00 PMExploring uv, the ultra-fast Python package manager and resolver that's changing how we manage dependencies.