Archive for the 'Python' Category

Get Subversion revision information into your source code files

Thursday, September 8th, 2005

A quick Python script to update the revision information in your files

Python Madness - Crash your computer in just 3 lines of code

Thursday, August 25th, 2005

A script that takes 10 seconds to write, 20 minutes to stop

Introducing Fast Job Applier

Monday, August 1st, 2005

Fast Job Applier is a program I wrote in Python (using PythonCard for the GUI). I’ve found it quite useful in applying for 100’s of jobs while still keeping organized (i.e. knowing what I’ve applied to.) and most importantly keeping my job applications targeted and non-spammish. The cover letter customization, resume selection and […]

How to send emails with Python

Tuesday, July 26th, 2005

This is just a simple script I wrote to send emails through Python. It works well for me, I post it here in the hope that it will be useful to others as well.
Simple email in Python module

VB’s iif in Python

Saturday, July 2nd, 2005

Visual Basic’s IIF equivalent in Python