Posts by Shalini Gupta

Author Biographical Info: Not available

Check if the characters of a string are uppercase or lowercase values in Python

By Shalini Gupta

Hello friends, in this tutorial, I will tell how to check if the characters of a string are uppercase or lowercase values in Python. Check if the characters of a string are upperca.... Read More

Convert a string to uppercase in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how to convert a string variable’s case to its uppercase equivalent in Python. Online Python Course Convert a string to upperc.... Read More

Check if a character is an alphabet, digit, or a whitespace in Python

By Shalini Gupta

Hello friends, in this tutorial I will how to check if a character is an alphabet, digit, or a whitespace in Python. Check if a character is an alphabet, digit, or a whitespace Thi.... Read More

Convert a string to title case in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how to convert a string variable’s case to title case in Python. In short, it will convert the first letter of each word to up.... Read More

How to access metadata of a file in Python using tinytag

By Shalini Gupta

Hello friends, in this tutorial, I will tell you how to access the metadata of a file in Python. Access the metadata of a file in Python using tinytag I have used the tinytag packa.... Read More

Create a PDF using fpdf in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how you can create a PDF file using fpdf package in Python. The tutorial will contain the following : Installation of the fpdf packa.... Read More

Convert Base64 to PDF in Python

By Shalini Gupta

Hello friends, you know how to convert a string to base64 using pybase64 module. In this tutorial, I will tell you how you can convert a base64 string to PDF in Python. Convert Bas.... Read More

Generate random UUID in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how to generate random UUID in Python. Generate random UUID in Python Before going ahead, make sure to import the uuid library into .... Read More

Related Posts