Tracing the Python GIL

Tracing and visualizing the Python GIL with perf and VizTracer… Read more

Similar

Make Your Code Great, Python Style

Python is a great programming language that offers us amazing tools to make our code more readable, concise, and cool. Today I’d like to talk about ways to write more Pythonic code, we will cover some great tricks that will improve the quality of your cod... (more…)

Read more »