Python Tutorials

Turtle Recap for Learning Python Programming Essentials

Turtle Recap for Python Programming Essentials Some people think turtle is such a waste of time. We don’t find these…

5 years ago

Face Recognition on Webcam with CV2

This tutorial conveniently makes use of opencv (cv2) library in Python.You can learn how to get a Webcam input, make…

5 years ago

How to get a Screenshot with Python

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

6 years ago

How to Capture Your Screen with Python

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

6 years ago

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

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

6 years ago

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

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

6 years ago

Digital Image Basics with PIL Library in Python

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

6 years ago

Python code to show the difference between 2 images

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

6 years ago

Face Recognition on Screen Capture with CV2

This tutorial conveniently makes use of opencv (cv2) library in Python combined with PIL library's ImageGrab for screen capture and…

6 years ago

A guide to Matplotlib’s built-in styles

Just using a couple of lines to generate fantastic charts with your Python code is very cool. What's even cooler…

6 years ago