Posts by Shalini Gupta
Author Biographical Info: Not available
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
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
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
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
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
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
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
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