Posts by Aditi Deo
Author Biographical Info: Not available
Geometric transformations of images are used to transform the image by changing its size, position or orientation. It has many applications in the fields of Machine Learning and Im.... Read More
In this tutorial, we will understand how to implement a nested List in Python. Before that let us understand list in Python. List in Python is a data type that can store multiple i.... Read More
Sometimes, when we try to store a string in the database, it gets stored along with the HTML tags. But, certain websites need to render the strings in their raw format without any .... Read More
Imagine an eCommerce website that stores a list of products in its database. Now consider another list in the same database that contains products under the category of sports. Thi.... Read More
Have you ever wondered how Images are being stored and transferred without being corrupted? Sometimes, when we open the images in their raw format, we observe that they are encoded.... Read More
This tutorial will help you to understand the different ways of converting all characters of a string to Uppercase in Python. We shall convert the string to Uppercase by using in-b.... Read More
Loops are significant in python as without them we would have to repeat instructions all over again which could be time-consuming for a programmer. A while loop simply evaluates a .... Read More