Tutorial

Tutorials about programming, coding styles and how to do X in Y stuffs that shows you how to work through some end to end examples.

How to copy file in Python

Using Python to copy file, move file by using os or shutil package in Python. In this tutorial, I will show you how to copy a file from a folder to another folder. There is also an option if you want to move the file instead of copying it.

Find all text files in a directory with extension .txt in Python

With Python, it is easy to find all the files in a directory having a specific extension such as .txt. In this tutorial, I will show you how to do it using Python

Image conversion in Python using PIL (PNG ⇄ JPG, WEBP ⇄ PNG)

Convert PNG image format to JPG and vice versa, convert webp to png, jpg and vice versa using PIL in Python

How to print colored text in terminal in Python?

Print colored text in terminal in Python on Linux, Windows and Mac

How to insert text to image using Python

Add text to image using PIL, Pillow Python

How to Read File Line by Line Python

Read a file line by line using Python, read file into a list line by line, read text file line by line

Last modified February 4, 2021