Fun with Python

A collection of Python scripts.

Gathered here are all of the articles related to Python.
As new posts are written, they will be archived here for quick access.
The site is new, so the collection is small. Check back for more.

  • Fun with Python - Log Analysis with Regex

    In this installment, the author analyzes a log file with a simple Python script using regex.

  • Fun with Python - Log Analysis with Regex v2

    In this installment, the author updates the original log analysis code with new fnctionality.