Posts from Python

Human Pose estimation using OpenCV Python

By Sushant Shaw

Hey there everyone, today we see how we can locate joints/point of the human body and estimate its position. We will do this using OpenCV in Python. We will use an image(.jpg) file.... Read More

Oracle Database Connection in Python

By Shubhodh Amaravadi

Hello geek! In this article, we will learn how to set up a connection between the Oracle database and our Python program in a simple way. First of all, we need to have the Oracle d.... Read More

Tkinter messagebox in Python

By Manam Sampath Kumar Reddy

In this tutorial, we are going to learn about creating different message boxes using the Tkinter library. Tkinter module is most commonly used for GUI(Graphical User Interface) in .... Read More

playsound module in Python

By Harish Mullagura

In this tutorial, we will discuss how to use playsound module in Python. By using playsound module we can play sound. This is a cross platform module that can play audio files. Pla.... Read More

Make Grouped Violinplot with Seaborn in Python

By Khushi Aswani

In this tutorial, we will learn how to make grouped voilinplot with the help of seaborn library in Python. About VoilinPlot: Before heading towards the implementation of voilinplot.... Read More

How to install pywhatkit in Python

By Harish Mullagura

In this tutorial, we will discuss how to install pywhatkit in Python. Pywhatkit module contains many features like Send WhatsApp messages Send WhatsApp images Converting an Image t.... Read More

Download YouTube Video as MP3 using Python

By Varsha Neelamma

Today, Youtube is the second most popular social media site. People are using it to watch, add, and simply entertain themselves through video content. You must have already tried t.... Read More

How to delete only empty folders in Python

By Nikhil Vaddipati

Hello folks, in this tutorial we are going to discuss how to delete only empty folders in Python. This is very useful because we can delete multiple empty folders at a time. Librar.... Read More

Related Posts