Get YouTube video key from URL in JavaScript

By Faruque Ahamed Mollick

YouTube video page URL has a specific format. If we know the YouTube video URL format, then we can get the key using JavaScript. In this article, we are going to learn how to get Y.... Read More

JavaScript switch case statement with an example

By Faruque Ahamed Mollick

We can find the switch case statement almost in all programming languages. The main concept is the same, but the syntax may vary in different types of programming language. In Java.... Read More

Capture and save webcam video in Python using OpenCV

By Faruque Ahamed Mollick

Python is a great programming language to work with the webcam. OpenCV is a popular library available for Python that can make it easier to work with videos and webcam. Using this .... Read More

How to create rock paper scissors two players game in Python

By Shivam Singh

In this Python tutorial, we will learn how to create rock paper scissors two player scissor game in Python. So, at first we will define the moves about the rock, paper and scissors.... Read More

Binary Search in CPP using Divide and Conquer Algorithm

By Ravi Raj

In this CPP tutorial, we are going to discuss the binary search algorithm using Divide and Conquer paradigm in C++ Binary search in C++ with Divide and Conquer Algorithm This tutor.... Read More

How to shuffle a list in Python

By Saruque Ahamed Mollick

In this Python tutorial, we will learn how to shuffle a list in Python. We will take a list with some elements in it. Our goal is to shuffle the elements in the list using Python. .... Read More

How to find whether a given year is a leap year or not using Python?

By Priyam Sur

In this Python tutorial, we will learn how to find if a year is a leap year or not in Python. Find whether a given year is a leap year or not using Python Leap Year (LY) is a year .... Read More

What is CSS and difference between CSS and CSS3

By Richa Tripathi

Today in this tutorial, we will learn about CSS and history about CSS and also know about  difference between CSS and CSS3 that which one is better to use in today’s world. .... Read More

Related Posts