Site Overlay

Yard Sale and More Python

Went and helped set up for an indoor fundraiser yard sale thing that is happening this weekend. A benefit is that you get first pick of the sale items. I came home with a decent amount of things. On the Python front, I got an emailer script running via Gmail SMTP, so now I can haz automated emails.

Nearly there

I spent all day manually testing code before its handed over to actual users on a sandbox. Fixed some things that bubbled up. Added some more tickets for later. I’m gonna need a week-long nap when I’m done.

Testing phase

This web app I’m updating is now in the testing phase. And, back when I first wrote it, I was a baby dev and didn’t know about automated testing. Now I a) know about testing but not how to write tests, and b) don’t have time to both learn and write tests. So I’m manually testing everything.

Scroll Up