Posts by Shalini Gupta

Author Biographical Info: Not available

Detect slang words from a string in Python

By Shalini Gupta

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

Resize all images of a directory to a specific size in Python

By Shalini Gupta

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

Update cell value using openpyxl in Python

By Shalini Gupta

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

Create custom decorators in Python

By Shalini Gupta

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

Compute a Mathematical Expression String in Python

By Shalini Gupta

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

Retrieve Anime data using AniList API

By Shalini Gupta

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

Extract files from a ZIP file in Python

By Shalini Gupta

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

Create a ZIP file and add files to it using Python

By Shalini Gupta

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