Posts by Anamika Roy

Author Biographical Info: Student of UIT BU, studying CSE.

How to Convert image from PIL to OpenCV format in Python

By Anamika Roy

Here we will discuss how to convert an image from PIL to OpenCV format using Python. PIL and OpenCV both are Python libraries mostly used in image processing. These are used to wor.... Read More

How to add space after dot or comma in Python string

By Anamika Roy

We are going to learn about adding space after dot or comma in a string, using Python programming language in this tutorial.  It is used in many cases like while making software, .... Read More

Related Posts