LaTeX hat(^) symbol – Circumflex or Caret

By Saruque Ahamed Mollick

In this tutorial, we will learn how to print Hat symbol in LaTeX. Then we will also learn to write the caret or circumflex symbol in Latex. The simplest way to write this symbol wi.... Read More

Accessing Live CCTV from RTSP on Local Network on Ubuntu/Linux

By Faruque Ahamed Mollick

Suppose on the same WI-Fi setup in which your computer is connected, there is also a CCTV camera attached on the same local Wi-Fi network. Now in this tutorial, I am going to show .... Read More

Company name matching from csv with matching score – Python

By Saruque Ahamed Mollick

Well, finally I have come up with a solution of matching company names using Python. This time, we are going to match company names from two CSV datasets even if the company names .... Read More

Get official URL of any company using Python

By Saruque Ahamed Mollick

In this tutorial, I will show you how to fetch or get the URL of official website of any company using Python. We will use beautifulsoup and requests module to do this. Logic behin.... Read More

How to calculate and plot the Normal CDF in Python

By Sourav Rastogi

First, we will import some libraries numpy, scipy, and Matplotlib. numpy for numerical operations,scipy. stats for statistical functions and matplot for plotting the plot. import n.... Read More

How to download Predictive Code Completion Model in Xcode

By Saruque Ahamed Mollick

First of all, you need to have a minimum Xcode 16 version to download the Predictive Code Completion Model in Xcode. Stuck at downloading Predictive Code Completion Model in Xcode?.... Read More

Make Python Dictionary keys Case insensitive – CaseInsensitiveDict

By Saruque Ahamed Mollick

Today, I found a cool thing in Python. Actually, this function is a part of requests module. Using CaseInsensitiveDict of requests module, we can easily make our dictionary to be c.... Read More

To Do list GUI app using Tkinter in Python (Pie chart included) – Full code

To Do list GUI app using Tkinter in Python (Pie chart included) – Full code

By Saruque Ahamed Mollick | July 29, 2024

In this Tkinter tutorial, I am going to share you with full Python code of a Tkinter GUI application which is To do app. I am considering  it as the best To do app that you will find on the internet built using Python. The reason is, here I have made an easy-to-understand interface for […] Read More

Related Posts