Happy New Year!

Happy New Year 2013

It’s a new year, and a new opportunity to update skill sets! So far, my poll indicates that the most popular technologies for the upcoming year (at least for those who answered the poll) will be jQuery and Python. Given the increased number of articles and blog posts about jQuery and also Python’s use in … Read more

Sending SQL Server Stored Procedure Results as an HTML Table in Email Using Python

Python logo

By modifying the code I used for sending email attachments, I am able to execute a SQL Server stored proc and format the results as an HTML table in an email. Also, I use the sys.exit command if there are no rows returned so that the email is not sent if there is no data … Read more

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