⚡ I’m currently working on improving Python / Zig DevTools ✨
💬 Ask me about Linters, code formatters and other Python tooling
✍ I write detailed Python articles on my blog
💌 Reach me on Twitter
- Replacing pyinstaller with 100 lines of code
- How I added C-style for-loops to Python
- Implementing @property, @staticmethod and @classmethod from scratch
- Lazy recursion, with generators
- Learn Python ASTs, by building your own linter
- Why YOU should write a blog
- Understanding all of Python, through its builtins
- The math behind Python's slices
- What the f-strings?
- Ace your leetcode preparations
- The Comprehensive Guide to mypy
- Does Python need types?
- Connecting android apps to localhost, simplified
- How to setup PostgreSQL on Manjaro linux / Arch
- How I made my own URL shortener for free
- Explaining all Python dunders
- What exactly is a
__pycache__
?