Spy on Python down to the Linux kernel level

Observability into native call stacks requires some compromise. In this post I explain what this actually means for a Python tool like Austin. Read more

Similar

The Disaster of Python 3

I have long noted issues with Python 3’s bytes/str separation, which is designed to have a type “bytes” that is a simple list of 8-bit characters, and “str” which is a… (more…)

Read more »

Python 3.8 on IBM z/OS

IBM has enabled Python to run on z/OS. Often touted as the great “glue language” because it can glue large software components together, Python is one of the most popular and fastest growing programming languages. Python’s popularity is driven by it’s sim... (more…)

Read more »