I’ve been learning coding. What’s next? (Python Edition)

6 years ago

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…

Face Recognition on Webcam with CV2

6 years ago

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 and 6 Things It’s Not

6 years ago

6 Things Coding Is 6 Things Coding is and 6 Things It’s Not1. Road to Riches. I think this is…

How to get a Screenshot with Python

6 years ago

PIL image manipulation library of Python has more tricks under its sleeve than editing images such as taking a screenshot…

How to Capture Your Screen with Python

6 years ago

ImageGrab of PIL library offers great skills to capture your screen with Python conveniently.In this tutorial we will demonstrate how…

How to create a Translator in 4 lines (in Python w/ TextBlob)

6 years ago

Textblob has many useful tricks up its sleeve. Generally it's a very useful Language Processing library that can be used…

How to batch resize multiple images in Python (via PIL library)

6 years ago

This tutorial will show you how to resize any number of images in 6 lines of Python code (excluding library…

Digital Image Basics with PIL Library in Python

6 years ago

A digital image is basically a representation of colors through numbers. In this tutorial we'll see the logic behind those…

Python code to show the difference between 2 images

6 years ago

This is a tutorial about how to write a simple code in Python to show the differences between 2 images.Although…

Python faux pas list

6 years ago

We usually focus on all the amazing features and practicalities in Python. But it can also be helpful to know…