20 Apr, 2025

Typer: the easiest way to create command line tools | By Saad Jamil | January 2025

The command line tools are the backbone of automation and productivity for developers. But building them often feels like a chore. Enter Guys: A modern Python library that makes the command line interfaces (CLI), intuitive and powerful command interfaces. In this blog, we will explore typer in depth, to move on to advanced features, comparisons […]

1 min read

How I stopped fighting my Python code and finally I made it modular | By Saad Jamil | February 2025

Some time ago, I worked on a Python project It started as a simple scenario but quickly became an unmanageable system. Each function depended on another, creating an invisible network of dependencies. At first, everything worked well. But as the project grew up: Tests have become a nightmare – The mockery was painful because the […]

3 mins read