Journey of Programming At this stage you might be wondering What's Next? It's a very common and fair question. I've been learning…
This tutorial conveniently makes use of opencv (cv2) library in Python.You can learn how to get a Webcam input, make…
6 Things Coding Is 6 Things Coding is and 6 Things It’s Not1. Road to Riches. I think this is…
PIL image manipulation library of Python has more tricks under its sleeve than editing images such as taking a screenshot…
ImageGrab of PIL library offers great skills to capture your screen with Python conveniently.In this tutorial we will demonstrate how…
Textblob has many useful tricks up its sleeve. Generally it's a very useful Language Processing library that can be used…
This tutorial will show you how to resize any number of images in 6 lines of Python code (excluding library…
A digital image is basically a representation of colors through numbers. In this tutorial we'll see the logic behind those…
This is a tutorial about how to write a simple code in Python to show the differences between 2 images.Although…
We usually focus on all the amazing features and practicalities in Python. But it can also be helpful to know…