Introduction to Django Views and how to create them(Part VIII)

By Aayush Gupta

In this tutorial, we are going to have a look at what Django views and how to create one for your local Blog Web Application. This tutorial is a part of our series on Creating Blo.... Read More

CODECHEF April Cook-off ( Div. 2 ) – Making a Meal in C++

By Ravi Raj

In this C++ tutorial, we are going to discuss the codechef April Cook-off problem “Making a meal”. This problem uses the concept of string and basic mathematics only. P.... Read More

Print Each Character of a String one at a time in Python

By Saruque Ahamed Mollick

In this Python tutorial, we will learn how to print each character of a string one by one in Python. If you search this topic on the internet I am sure that you gonna find a lot of.... Read More

Use of routers in Express JavaScript

By Richa Tripathi

Routers are used in express to write clean code. Using routers we can create different JavaScript files and call using the main file. Here in this tutorial, I have created two diff.... Read More

Body parsing in Express JavaScript body-parser

By Richa Tripathi

Fetching data from a website using express is easier than without express in Node.js. Here we are going to fetch data from the website and print it to the console and this website .... Read More

How to Sort an array in Ascending Order in Java

By Mayank Garg

In this program, we will learn how to sort array elements in ascending order in Java. The user will give the inputs. on the basis of input, we have to sort the array in ascending o.... Read More

Color filtering with OpenCV in python

By Purnendu Das

This tutorial about Color Filtering in a given image. Sometimes we need to fetch the particular color or color range will be visible in the given image. This article will help you .... Read More

Voice Command Calculator in Python using speech recognition and PyAudio

By Saruque Ahamed Mollick

Here we are going to build our own voice command calculator in Python. So what is a voice command calculator? The name itself is the answer to our question. A calculator calculates.... Read More

Related Posts