Posts by Gourav Sahoo

Author Biographical Info: Not available

Saving figures in Matplotlib as PDF in Python

By Gourav Sahoo

Matplotlib is a Python 2D plotting library that produces figures and plots, and in this article, we will learn how to save them as a PDF. Tutorial: Saving figures in Matplotlib as .... Read More

Python reduce() function

By Gourav Sahoo

In this article, we will learn the usage and syntax of the reduce() function in Python with examples. In Python 3, this function is available in the functools module. This function.... Read More

Python bytearray()

By Gourav Sahoo

In this article, we will learn the usage and syntax of the bytearray() method in Python with examples. A bytearray is similar to a string, with the only difference being that where.... Read More