Posting to the Twitter API on an admin change
For context, I've been working on a project that involves submitted messages going through a manual review process - once they've been approved in the admin, each message should be posted to Twitter. My Twitter API script is over here, for reference.
I had originally thought I'd set up ...
Read More
East Coast vs. West Coast - It's On
Django Dash, "a chance for Django enthusiasts to flex their coding skills", is coming at the end of May. The idea is to give developers a weekend to build a site - any site - with high scores given to those that are the most polished at the end ...
Read More
Posting to the Twitter API
Just to provide a little bit of context, I'm working on a project that will be similar to secrettweet. Users will be able to post anonymous messages. Those messages will be reviewed manually through the Django admin, and once they're approved, they'll be posted to a Twitter account through ...
Read More
Simple Parsing Script
A simple script to parse plain text files (in this case pipe-delimited), then write the rows to a table. Take a look at the sample text file - the fields in the first row should match the column headers.
#!/usr/bin/python # usage: ./parser.py CUSTOMERORDERS_20090401.txt # don't forget ...
Read More
PyCon 2009 Wrap-Up
I was a little nervous about going - with less than a year of Python under my belt, I still feel like a relative newbie. And the last few months of my life have been dominated by PHP (hey, that's what pays the bills).
But I'm so glad I went. ...
Read More





