Files
blog/content/posts/python-speedup/index.md

345 B

+++ title = "Python speedup with rust" weight = 1 date = "2025-09-02"

[extra] preview_image = "posts/kube-intro/preview.png" +++

Why care

It's no secret that python is slow. Because it's interpreted language. But there is a solution for that problem.

Python has ABI for loading modules built with C.