Flask-WTF explained & how to use it?

By Mridul Goyal

In this tutorial, we are going to learn about the Flask-WTF extension. We are also going to learn why is this extension important for any basic website also. Also, we are going to .... Read More

Regular Expression in Python

By Snehil

In this tutorial, we will focus on Regular expression in Python with some examples. Regular Expression in Python with examples A regular expression is a group of a special sequence.... Read More

Sort a numerical array in ascending order using PHP

By Sanketh

Hey Guys, In this PHP tutorial, you are going to learn about creating a program to sort a numerical array in ascending order using PHP. Ascending order is a sorting method in which.... Read More

Flask – Mail extension explained and how to use it?

By Mridul Goyal

In this tutorial, we are going to learn about the Flask – Mail extension. We are also going to learn about all its functionalities and features. We will also learn about how .... Read More

Linear algebra with Scipy module in Python

By Apoorva Gupta

In this tutorial, you are going to learn about the linalg (linear algebra) which is the sub package of Scipy module in Python. Scipy module is an inbuilt library that will help us .... Read More

Print all the Repeated Numbers with Frequency in an Array in C++

By Pritam Hande

In this tutorial, we will learn how to print the repeated numbers with frequency in an array in C++. Before proceeding further First, Let’s understand the problem. What do y.... Read More

Send GET and POST requests in Python

By Asma Khan

In this tutorial, we will learn to send get and post requests in Python. The GET and POST are two most used  HTTP(Hypertext Transfer Protocol) methods. GET and POST requests in Py.... Read More

How to validate Email Address in Java

By Krishna Lakhi

Hey Everyone! In this article, we will see how we can validate an Email address provided by the user in Java. Email Address Validation in Java Email Address in Java can be validate.... Read More

Related Posts