Working with datetime in Python
Working with DateTime in Python can be a challenging job if we do not know the right module to do the right thing. Here we will explore some of the useful mo...
Working with DateTime in Python can be a challenging job if we do not know the right module to do the right thing. Here we will explore some of the useful mo...
OpenCV is a multi-platform Image Processing tool which provides lots of algorithms and processes. This notebook was written in 2019 by me when I was just lea...
CNN with Keras is easiest way to create CNN (Convolutional Neural Networks. But Why? Images I used in this blog are not owned by me and the full credit goes ...
Python Generators are kind of iterators which allows us to iterate through the values returned through the function using yield keyword. In simple words, gen...
MySQL Prepared Statements are the queries or statements they are prepared in a way that they can be used later on. They are complied while on creation and ca...