In an interview with Evrone Armin talks about his work at Sentry, shares his thoughts on handling errors in the backend, speaks about the differences between Rust and Python, the “gradual typing” approach, and, of course, the secrets of his work-life bala… Read more
Similar
"There are a lot of PEPs about typing!" said Guido van Rossum at the Language Summit. Since 2014 there have been ten PEPs approved for Pyth... (more…)
Read more »
The official home of the Python Programming Language...
Read more »
FastAPI is a modern web framework in Python that offers performances in par with Node or Go. In this article learn how to get started with it. (more…)
Read more »
i3 is a tiling window manager on Linux. It supports tiling, stacking, and tabbing layouts, which it handles dynamically.The advantage is that you no longer waste time organizing your windows with the mouse.With i3 the layout is automatic. The windows open... (more…)
Read more »
This deep dive on Python parallelization libraries - multiprocessing and threading - will explain which to use when for different data scientist problem sets. (more…)
Read more »