python list and Tuple
A simple definition of Data Structure is a particular way of collecting data on a computer. This article is all about Python List()and tuple. They are the most popular data…
A simple definition of Data Structure is a particular way of collecting data on a computer. This article is all about Python List()and tuple. They are the most popular data…
In this article, you will learn about python string format. Python String is a sequence of character. In python, any character inside single and double quotes is a string. This…
In this article, you will learn about the python functions from basic to advance. A function is a name sequence of statement that performs the computation. In python there are…
In this article, we are learning about python loop from basic to advance. Loop is also calling iteration. The loop is using when the same code run in multiple time.…
In these articles, you will learn about python if else statement from basic to advance. If you are new in python here is a link for python variable and datatype…
This is our final part of the realtime face mask detection project. Firstly please read the first and second part of this project. Previously we are training vgg16 model with…
anaconda is a package manager for python. In this tutorial, you will learn about how to installing anaconda on windows. I will guide you in step-wise. Follow this step after…
python variable and data type Python is an object-oriented programing language. Here we learn Python data types and variable from basic. We can’t learn advance python on the first day…
how to install python on windows 10 this question is arise when need python on your window operating system. Install python on window operating system is very easy. You just…
This is the second part of face mask detection using OpenCV project. We perform pre-process on face mask data and load it into collab earlier. Here is a link you…