For the first website that I created in my life, I used plain HTML to structure the page and simple…
In recent years, one of the most popular server-side Python web frameworks is Django. Despite the existence of numerous other…
You know that, right now, “pandas” is the most popular open-source dataframe library in the world of Data Science. It…
The traditional and most common way of looking into “automation” applied to the software testing field is the automation of suites of…
Introduction If we talk about program development and maintenance, we must talk about “Refactoring” too. If the word “Refactoring” does…
Introduction In my earlier blog posts, I have discussed In detail a couple of ways to create objects in Java…
In one of my previous blog posts, I have explained how, many a time, it is advantageous to use “Static…
One of the most important aspects of using an object-oriented programming language is how and when programmers decide to create…
The selection control mechanisms are present in almost all the modern-day programming languages. In selection control structures, the conditional statements…