How to slow down output of a shell command using Python
On Linux there are a many times that a command or just a text file has a lot of output which is of-course impossible to read.…
# Linux, Devops, Scripting, Cats and various things come to my mind
On Linux there are a many times that a command or just a text file has a lot of output which is of-course impossible to read.…
Scenario: We need to check if any of the list elements is True…
Preparing our data for analysis / reporting takes most of the task time, but what to clean? how to clean them using Pandas functionality……
Image the following scenario: every-night we execute a task the task is a shell script that copies some files remotelly.…
One common way to runfunctions in parallel with Python is to use the multiprocessing module which is powerfull, it has many options to……
Scenario: Read a large number of xls files with pandas convert them to dataframes and concat them to a single dataframe.…