I have been using Python extensively for the last 7 years but using pip and requirements.txt file for managing dependencies never clicked with me. Maybe it was because during those 7 years, my work required me to use Spring Boot for a few months and that ... (more…)
Read more »
In this post I’m going to explain about entry points in Python.Most people know entry points as the little snippet that you put in your setup.py file to make... (more…)
Read more »
Software as a Service (SaaS) has become a very common way to deliver software today. While providing the benefits of easy access to users without the overhead of having to manage the operations themselves, this flips the paradigm and places the responsibi... (more…)
Read more »
A critical but informative look at the new structural pattern matching feature in Python 3.10, with real-world code examples. (more…)
Read more »
In this step-by-step tutorial, you’ll learn how to create, customize, and use Python menus, toolbars, and status bars for creating GUI applications using PyQt. (more…)
Read more »