Posts from Python

Check given four-point in an array form a square or not in Python

By Bipin Kumar

In this tutorial, we will learn how to check the given four-point in an array form a square or not in Python. This four-point are given in the form of an array and we have to check.... Read More

Google Assistant Like Chat Bot Building using Python

Google Assistant Like Chat Bot Building using Python

By Isha Bansal | November 29, 2023

Hey there, fellow Python coder! One is always fascinated with how AI assistants like Google Assistant, Alexa, Siri, and other apps work. And I am sure you always wonder about building a similar application by yourself. Well, Buckle Up! In this tutorial, we will learn how to build our own Voice-assisted AI assistant just like […] Read More

Quiver Plot in Matplotlib in Python

By Syeda Hina

In this tutorial, we will be looking into Quiver Plot in Matplotlib in Python. We will be using matplotlib which is an open-source data visualization library. Also, it is used to v.... Read More

How to calculate Canberra distance in Python

By Syeda Hina

In this tutorial, we will be looking into How to calculate Canberra distance in Python. What is Canberra distance? It is a variation of Manhattan distance. It is used to find the m.... Read More

Support Vector Machine with RBF Kernel in Python

By Isha Bansal

In this tutorial, we will be looking into how we can implement a Support Vector Machine using the RBF Kernel in Python Programming Language. We will start off by first understandin.... Read More

JSON to Pandas DataFrame in Python

By Isha Bansal

Hey fellow Python coder! In this tutorial, we will be exploring the concept of modifying JSON data in a way that it gets converted to a Pandas DataFrame. Before explaining further,.... Read More

Extract posts from any subreddit in Python using PRAW

By Isha Bansal

Hey fellow Python coder! In this tutorial, we will be learning how to extract data from various Subreddits present on Reddit. If you haven’t heard about Reddit before, let me.... Read More

How to Calculate Skewness and Kurtosis in Python

By Syeda Hina

In this tutorial, we will be looking into How to Calculate Skewness and Kurtosis in Python. We know, in Python when we plot the probability distribution of data, we get bell-shaped.... Read More

Related Posts