I think Go will supersede python in a few years time as the more performant language useful for systems programming but also glue code as well. The fact that it builds to a single static binary is huge IMO.
What would be the best way to integrate Go for performant pieces in a python codebase?
The only things I found online currently offer the use of cgo, which results in even less performant code.