Posts from Python

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

Count the number of small letters in a string in Python

By shubham singh

Hey guys In this tutorial, we will learn how to count the number of capital letters in a given string. first, we will know what is our problem. we have a given string that contains.... Read More

Count the number of capital letters in a string in Python

By shubham singh

Hey guys In this tutorial, we will learn how to count the number of capital letters in a given string in Python. First, we will know what is our problem. we have a given string tha.... 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

Enter ‘*’ between two identical characters in a string using Python

By Nitesh Jhawar

If you are a Computer Science student, I believe you like problems which test your logic building abilities. Well, your wait is over because today we are going to solve the problem.... Read More

Implementation of FizzBuzz game in python

By shubham singh

In this tutorial, we will learn how to implement the FizzBuzz game in Python. By the help of python, we can implement different types of games. Here are some examples: Build a Numb.... Read More

Related Posts