Skip to content

Category Archives: Geeks Premier League

If you are new to the software Engineering industry or just started studying computer science you may have heard about open source software like Git,… Read More
We are going to create a to-do list web API using Django rest framework, docker and also going to write different tests for different functionalities… Read More
In this article, we’ll try to understand how the blobfromImage function from the dnn module in the OpenCV library works and when should you use… Read More
Opencv 3.3 brought with a very improved and efficient (dnn) module which makes it very for you to use deep learning with OpenCV. You still… Read More
In this article, we will see how we can make a simple app with Pygame. Pygame is a library for python that helps us to… Read More
In this article, we will see how to get data from ImmutableMultiDict in the flask. It is a type of Dictionary in which a single… Read More
In this article, we are going to see how to utilize Pandas DataFrame and series for data wrangling. The process of cleansing and integrating dirty… Read More
If you like to play with API’s or like to scrape data from various websites, you must’ve come around random annoying text, numbers, keywords that… Read More
In this article, we will see how to create Collections in Postman. It is an Application Programming Interface (API) tool that streamlines the lifecycle of… Read More
Excel is among the most powerful and widely used spreadsheet tools which eases organizing numbers and data within the sheets with pre-built formulas and functions.… Read More
In the corporate world, they say “Java is immortal!”. But Why? Java remains one of the major platforms for developing enterprise applications. Enterprise Applications are… Read More
In this tutorial, we are going to see the entire process of creating an Age predictor and Gender classifier project using OpenCV. Age Detection  Our… Read More
A pattern, in general, refers back to the unique format which enables one to carry out positive responsibilities with ease. Technically, styles may be taken… Read More
Let’s implement bitset in C++, such that following operations can be performed in stated time complexities : init(int size): initializes a bitset of size number… Read More
Pre-requisites: Inheritance in C++, Multiple Inheritance in C++ In multiple inheritances, when one class is derived from two or more base classes then there may… Read More

Start Your Coding Journey Now!