It is practically impossible to teach good programming style to students that have had prior exposure to Basic; as potential programmers they are mentally mutilated beyond hope of regeneration.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
Simple hack to use more than one google...
In the tool I am developing I needed to be able to input different google's to search so i came up with this simple hack
class GoogleSearch(object): .... def __init__(self, query, tld, random_agent=False, debug=False, lang="en", re_search_strings=None): self.query = query self._tld = tldYou can then specify a different google by typing
GoogleSearch("keywords", tld="co.uk")Reply To This Comment