Posts by Harshil Gupta

Author Biographical Info: Not available

Test Internet Speed using Python

By Harshil Gupta

Python as a language offers various functionalities and has a wide range of applications. One such application we will be talking in this post is to measure speed of the internet u.... Read More

Converting PDFs to JPEG using Python

By Harshil Gupta

In this tutorial, we will see how to convert all the pages of pdf into jpeg format using the pdf2image library in Python 3. It is a powerful open-source library that provides a dir.... Read More

Detect Polygons in an Image using OpenCV in Python

By Harshil Gupta

In this tutorial, we will be learning to identify different shapes present in an image on the basis of the number of edges detected in Python. We will be detecting shapes in an ima.... Read More

Related Posts