Python & PI

Have you ever wondered about the enigmatic number “pi” in mathematics calculations and problems? The ratio of a circle’s circumference to its diameter is represented by the mathematical constant pi, which has an infinite...

Linux Csplit

What do you do if you have a file that is too large to handle or wants to have it segmented based on a text pattern? I could write a one-off bash script to take this case or use one of the valuable utilities in Linux. Introduction to csplit...

Python Wheels: An Overview

I wrote a brief article on creating a Python Egg a few weeks ago. While the egg isn’t used as much as it was, the wheel is now the preferred packaging format. I will show you how to create a wheel and its brief history in this article...