Re: Sending information to a website
On Jun 24, 12:13 am, Alex Bryan <[EMAIL PROTECTED]> wrote: > Okay, so what I want to do is connect to dictionary.com and send the > website a word, and later receive the definition. But for now, I want > to focus on sending the word. A good guy from this mailing list said I > should look into the c
Re: Sending information to a website
One way is to use a package that allows you to simulate being a browser: http://wwwsearch.sourceforge.net/mechanize/ . -- http://mail.python.org/mailman/listinfo/python-list