Archive for the 'Python' Category

Removing Duplicate MP3’s with Python - a Naive Yet Fuzzy Approach

Tuesday, January 31st, 2006

Update: I just discovered this little gem of program that does all of what I do here and more, and has a nice GUI interface.
Here’s a short Python script I put together to find potentially duplicate MP3 files and move them to a seperate folder for further inspection. Go ahead and give it a […]

Fast Job Applier Updated

Tuesday, December 20th, 2005

I made some minor updates to Fast Job Applier. It now works with GMAIL accounts. It also now runs on Python 2.4 instead of Python 2.3.
Go check it out

By the way, if you want Python’s smtplib to work with Gmail I found that adding the code below made it work. I’m not […]

Setting Up IIS to Use Python

Tuesday, October 18th, 2005

Setting up Internet Information Server to execute Python Scripts

Social Code Editing Experiment

Friday, October 14th, 2005

Lets all try editing this thing.

Quick Screenshots Script (Python + PIL)

Friday, October 7th, 2005

Just a simple script I use for my screen shotting needs