Advanced

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…

4 years ago

How to create Matplotlib Animations: The Ultimate Guide

Matplotlib.animation package has a great class that can be used to create great live charts and animations called FuncAnimation. We're…

4 years ago

How to save Matplotlib Animations: The Ultimate Guide

If you are creating animations with Matplotlib's fantastic matplotlib.animation object, chances are you'll also want to save that animation.Saving can…

4 years ago

Optical Character Recognition (OCR)

ABSTRACT In this tutorial we will take a closer look at pytesseract module and discover some of its powerful features.…

5 years ago

Web Scraping with Python

TUTORIAL - WEB SCRAPING WITH PYTHON In this tutorial we're going to do some very simple web scraping using requests…

6 years ago

Image Manipulation with Python (PIL)

In this tutorial we will take a closer look at PIL module and discover some of its powerful features. You…

6 years ago