$ grep -rn "#Python" ./posts

Python: how to read files

Python like many other languages has built in commands to interact with files, lets see how they work.…

How To Use ThreadPoolExecutor in Python

There are several ways to run parallel tasks in Python. Threads in python are well suited for applications that the parallel tasks are I/O……