Posts by Prakash Raj

Author Biographical Info: Not available

python program to insert the value in table and show them using SQLite

By Prakash Raj

In this session, we are just going to implement the logic for the insertion of data into the tale and fetch them to display. Let’s learn how to insert data into SQLite table .... Read More

Python program to calculate the area of a trapezoid

By Prakash Raj

In this tutorial, we are going to learn how can we calculate the area of the trapezoid in python. How to calculate the area of the trapezoid in Python Before jump into the code let.... Read More

Calculate the discriminant value in Python

By Prakash Raj

In this session, we are going to discuss the definition of the Discriminant and how to calculate it’s valued by taking 3 points in Python. How to calculate the discriminant v.... Read More

Introduction to SQLite 3 with example in Python

By Prakash Raj

In this tutorial, we are going to see you how to establish the connection between SQLite 3 and python program and we also learn how to create a table through python programming. In.... Read More

Histogram of an image using matplotlib in Python

By Prakash Raj

In this session, we are going to learn how we can plot the histogram of an image using the matplotlib package in Python for a given image. what do you mean by histogram A histogram.... Read More

Python program to calculate the area of a parallelogram

By Prakash Raj

In this tutorial, we are going to learn how can we calculate the area of the parallelogram in the Python programming language. The parallelogram is a geometrical figure of a four-s.... Read More

Text watermark on an image in Python using PIL library

By Prakash Raj

In this program, we gonna learn how to make text watermark on an image in python using PIL library. You can also refer to this simple watermark tutorial: Watermark image using open.... Read More

Design priority queue in python from basic

By Prakash Raj

In this session, we are going to learn what is priority queue and how can we implement in an easy way using python programming. what do you mean by a priority queue The priority qu.... Read More

Related Posts