vinaykhatri
Vinay Khatri

I am a Full Stack Developer with a Bachelor's Degree in Computer Science, who also loves to write technical articles that can help fellow developers.

How to Analyze Sentiment using VADER in Python

How to Analyze Sentiment using VADER in Python

Natural Language Processing is one of the applications and domain of Machine Learning. Analyzing a …

How to Extract All PDF Links in Python?

How to Extract All PDF Links in Python?

In this tutorial, we will discuss how to extract all PDF links in Python. A Portable Document Forma…

How to Get Google Page Ranking in Python?

How to Get Google Page Ranking in Python?

If you have a website and you wish to check the Google search ranking for a specific keyword for yo…

How to Make a SYN Flooding Attack in Python

How to Make a SYN Flooding Attack in Python

TCP (Transmission Control Protocol) is the standard protocol used to exchange data between networks…

How to Create Plots with Plotly In Python

How to Create Plots with Plotly In Python

Plotly is one of the most powerful and interactive Python Data Visualization libraries. Here, inter…

How to Extract YouTube Comments in Python using YouTube API?

How to Extract YouTube Comments in Python using YouTube API?

Extracting information from the web is pretty cool, and it becomes more professional when you use A…

How to Detect Contours in Images using OpenCV in Python

How to Detect Contours in Images using OpenCV in Python

The contours are the boundaries of the object, they are similar to the edges, but we cannot use the…

How to Perform Edge Detection in Python Using OpenCV?

How to Perform Edge Detection in Python Using OpenCV?

Here in this Python tutorial, we will perform edge detection in Python using OpenCV methods. We wil…

Face Detection using OpenCV in Python

Face Detection using OpenCV in Python

Face Detection is one of the main applications of Machine Learning and with Python Machine Learning…

How to Apply HOG Feature Extraction in Python?

How to Apply HOG Feature Extraction in Python?

In this article, we will discuss how to apply HOG feature extraction in Python. Histogram of Orient…

How to Use Google Custom Search Engine API in Python?

How to Use Google Custom Search Engine API in Python?

Google is the >most popular search engine, and compared to other search engines, it is fast and …

Automated Browser Testing with Edge and Selenium in Python

Automated Browser Testing with Edge and Selenium in Python

In this Python tutorial, we will walk you through the Python Selenium library and perform automated…