Just a quick note:
Someone asked me why I wouldn't feature httplib2 again for API feeds. The reason is I was going for the simplest possible utility possible. One thing is httplib requires more manual labor to prep a connection. I think it's important to understand how that works but when you're just trying to get things done who wants to rinse and repeat when you can basically "one line it"?
We aren't doing special, custom things nor are we handling things like cookies so I chose plain ol' urllib. Chuzzah!
#urllib #httplib #python #api
No comments:
Post a Comment