Posts by Shalini Gupta
Author Biographical Info: Not available
Hello friends, you must have seen many slang words in the text you read. Either a blog post, comment section, or a 50-page long assignment, etc. Sometimes it’s not possible t.... Read More
In this tutorial, I will tell you how you can resize all images of a directory to a specific size. Hello friends, in our tutorial on resize image in Python you learned how to resiz.... Read More
Hello friends, you know how to read cell value in openpyxl in Python. In this tutorial, I will tell you how you can update cell values using openpyxl in Python. Update cell value u.... Read More
Hello friends, we have learned how to define functions in Python. We know how to pass various data types as arguments, however, it is also possible for you to pass a function as an.... Read More
Hello friends, do you like solving large mathematical expressions? Not me either, but we can use Python to compute mathematical expression strings for you. In this tutorial, you wi.... Read More
Hello friends, today we are going to retrieve anime show details by making an API request to AniList using Python. API stands for Application Programming Interface, it acts as a so.... Read More
Hello friends, many times you must have uncompressed a ZIP file using an external tool. In this tutorial, I will tell you how you can extract files from a ZIP file using Python Ext.... Read More
Hello friend, You must have created a lot of ZIP files using a number of tools. In this tutorial, I will tell you how you can create a ZIP file and add files to it using Python. Cr.... Read More