How to access MP3 metadata in Python

By Mariya Banatic J

In this tutorial, I will show you how to get the metadata of an Audio file or MP3 file using eyed3 in Python. Here we are going to see how to access MP3 metadata in Python in a sim.... Read More

How to get URL from HTML using lxml in Python

By Mariya Banatic J

In this tutorial, we will see two simple methods that are available in Python to get a URL from HTML using Python. Method 1 At first, we have to know about the lxml library. lxml: .... Read More

java.io.Console class in Java

By Caushik Subramaniam

The command-line environment that is often used to run programs is called a console. Though there are other methods for reading from and writing to the console, the Console class i.... Read More

Quote of the day Project in JavaScript and HTML

By Sumanth

In this post let’s learn how to completely implement the Quote of the day project in HTML using JavaScript. Here you will see all the required HTML and JS code that you can.... Read More

Gun Detection Program using OpenCV Python

By Akarsh Shekhar

We will learn about the detection of guns in Python with deep learning. We will be using CNN here. Gun detection using CNN and OpenCV in Python Importing Libraries We are going to .... Read More

Predict Age using Convolutional Neural Network in Python

By Akarsh Shekhar

In this tutorial program, we will learn about building Age Predictor using machine learning with the language used is Python. So here I am going to discuss what are the basic steps.... Read More

Removing the cycle from a linked list in Java

By Sahil Singh

In this article, we will be learning how to remove a cycle or loop from a linked list in Java. Linked lists are linear data structures that store nodes having- data and a pointer t.... Read More

Implement Browser Automation using Selenium with Python

By Aman Kumar

Selenium is a powerful tool used for testing web pages. Selenium is an API that can support any browser on any os and its script can be written in various programming languages. In.... Read More