Posts by Sarbajit De
Author Biographical Info: Not available
Here we are going to discuss creating a loan calculator in Python using Tkinter. Before moving in further let’s first understand what is Tkinter. Tkinter is a standard yet po.... Read More
Here we are going to discuss backtracking to solve The Knight’s tour problem in Python. At first, before we move on to the problem let’s see what is backtracking. Backtrack.... Read More
Here we are going to discuss creating a table in Python using Tkinter. Before moving in further let’s first understand what is Tkinter. Tkinter is a standard yet powerful GUI.... Read More
We have encountered this 404 error many numbers of times. This error pops up when a page is not found. This happens when the page is deleted or maybe it’s URL got changed and.... Read More
Here, we are going to discuss a burning topic COVID-19 outbreak and its prediction using various libraries in Python. This code will help us to understand the various factors of th.... Read More
This is a very basic machine learning program that is may be called the “Hello World” program of machine learning. So here I am going to discuss what are the basic step.... Read More
Here in this post, I am going to teach you how to compute sentence similarity with Python. But why do we need to find similarity between two sentences? The reason is that when we n.... Read More
We all have faced this issue sometime or the other which I am going to discuss below. We have thousands of image some of which are duplicate i.e. having the same size, same image b.... Read More