Posts from Python

How to install pyscreenshot on Linux – Python

By Sanam Sahoo

Hello, Coders! In this Python tutorial, we will learn how to install pyscreenshot module on a Linux System. Pyscreenshot Module in Python Pyscreenshot is a module of python which i.... Read More

Return vs Yield in Python with examples

By Varsha Neelamma

Python keywords are reserved words that are pre-defined to convey special meanings(functions) to the interpreter. In today’s tutorial, you will learn about two such keywords:.... Read More

How to install Python on Linux – Step by Step Guide

By Sanam Sahoo

Python is a  general-purpose, widely used high-level programming language. Nowadays, it became very popular for web development, AI, ML, and video game development. In this sectio.... Read More

Difference Between cla(), clf() and close() Methods in Matplotlib Python

By Yeshwanth Karnam

Matplotlib is a module that is used for data visualization and we can use this in machine learning also. It is an extension of NumPy library, In this matplotlib we have pyplot libr.... Read More

What is Quickhull Algorithm for Convex Hull? Explain using program in Python

By Karan Mittal

In this tutorial, we’ll be discussing the Quick hull algorithm for finding a convex hull in Python. Before starting first let’s discuss what a convex hull is: The conve.... Read More

Z algorithm in Python

By Karan Mittal

In this tutorial, we’ll be learning about the Z algorithm in Python. Before looking at the code let’s talk about what exactly the Z algorithm is about. Z algorithm help.... Read More

Download datasets into Google Drive using Google Colab – Python

By Avinash Bhargav Kompalli

Before learning how to download datasets into Google Drive using Google Colab lets see what Google Colaboratory is. Google Colaboratory: Google Colaboratory is commonly known as Go.... Read More

Python program to find the Nth Decagonal Number

By Abinash Reddy

In this article, we will learn how to find the nth Decagonal Number in Python. But first, let’s learn a few points about Decagonal Numbers. formula of decagonal numbers D(n) .... Read More

Related Posts