Women Who Code – In Honor of Ada Lovelace’s Birthday

I was reminded today by Google that it is the 197th birthday of Ada Lovelace, the first computer programmer, who assisted Charles Babbage in the development of his Analytical Engine. I’ve put together a list of women coders / developers / hackers / techies on Twitter who are worth following: Developer/Hacker Women

Sending an Email with Attachments using Python – Archiving Functionality Added

Python logo

(This article has an update.) I have added code to the program I wrote in my previous post that now allows for folders to exist in the path.  This one does not pull files out of the subfolders, however.  Also, after being attached to the email, the files are renamed with the current date at the … Read more

Troubleshooting an SSRS Error

SSRS logo

SQL Server Reporting Services is a great tool that comes with SQL Server, and it is the tool I prefer to use when a report is needed. I have built and continue to maintain many such reports, and once the reports are built, they don’t often need updating, unless the database schema changes or the … Read more