Python Scripts

« Back to projects

I typically use Python for any scripting needs that I may have. Most of the time I think it is faster, more robust, and easier to reuse. Check the links below for some scripts that may help you.

validatePHP.py

This module will validate all of the .php files in a directory by running it through the PHP syntax checker. This is useful for automated code testing - schedule a script to run at a certain interval and check the code on your machine for errors and email you if something changes.

Tags: agile, automation, coding