PEP8 has emerged as the style guide that most projects. it promotes a very readable and eye-pleasing coding style. It's a well-established convention in the Python community, and in general we should follow these. The style guide is about consistency. Consistency with this style guide is important. Consistency within a ...
Mechanize A very useful python module for navigating through web forms is Mechanize. In a previous post I wrote about "Browsing in Python with Mechanize". Today I found this excellent cheat sheet on scraperwiki that I would like to share. Create a browser object Create a browser object and give ...