Posts by Lokesh Dandia
Author Biographical Info: The guy who answered "what are you doing?" with "Nothing!".
In this blog, we will learn how we can convert .docx file into .pdf format using Python and its packages. It is quite a difficult task if we use general libraries and packages for .... Read More
In this blog, we will be seeing how we can remove all the special and unwanted characters (including whitespaces) from a text file in Python. first of all, there are multiple ways .... Read More
In this blog, we will be learning about changing the pixel values of an image in Python. For this purpose, we will have to use the Python Imaging Library (abbreviated as PIL). Now.... Read More