Visualizing the distribution of a dataset in Python

By Shubham Kumar Singh

Fellow coders, in this tutorial section, we will visualize the distribution of a dataset in Python. We use visualization techniques to better understand our data and to make it pre.... Read More

Analyze and Visualize Earthquake Data in Python with Matplotlib

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to learn to analyze and visualize earthquake data in Python using matplotlib. We will learn from where to download the CSV file for thi.... Read More

Solve 8 queenss problem in Python

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to learn about 8 queens problem and write a python program to solve it with the help of backtracking. What is the 8 queens problem? The.... Read More

Graphs, Automatic Differentiation and Autograd in PyTorch Python

By Shubham Kumar Singh

Fellow coders, in this tutorial section we are going to learn about automatic differentiation, graphs, and autograd in PyTorch Python. PyTorch is a very popular deep learning libra.... Read More

C++ program to find the last Saturday of each month in a given year

By Gagana Gonchikar N

In this tutorial, we’ll learn how to find the last Saturday of each month in a given year in C++. Let us see an example of how this program works Enter the year: 2020 January.... Read More

Scientific Calculator GUI in Python using Tkinter

By Saruque Ahamed Mollick

In this tutirial, we are going to build our own Scientific Calculator using Tkinter library of Python. This tutorial is originally written by Rahul Roy To download the full project.... Read More

Matrix transpose using Armadillo in C++

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to learn about matrix transpose using a high-quality linear algebra library in C++ called ‘armadillo’. Before we move on wi.... Read More

Using bfloat16 with TensorFlow models in Python

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to learn how to use ‘bfloat16’ with TensorFlow models in Python. When using bfloat16 as opposed to 32 bit often proves to b.... Read More