Python 3.14 introduces PEP 768, a zero-overhead debugging interface that “allows debuggers and profilers to safely attach to running Python processes without stopping or restarting them” [1]. One main application of this new feature is enabling pdb to attach to live processes (via pdb -p <pid>), which allows interactive debugging of Python apps in real-time.
Most of us developers reach that point in time where we think:
I should have a website/blog…
I’m not here to say that you need one. But creating and hosting a site is definitely a good learning experience (at least).
That’s why I decided to write down what I have learned while creating this very website.
The code is available on GitHub.
In this post, you will learn how to build a website using Markdown and host it on
GitHub Pages using a custom domain.