[Tutor] What lib should I use?
Alan Gauld
alan.gauld at btinternet.com
Mon May 26 14:28:39 CEST 2008
"Julia" <midnightjulia at gmail.com> wrote
> I've written a program to solve a specific type of problems earlier.
> Now I
> wanted to take it to the next level and have it fetch the problem by
> itself
> and then submit the answer. I thought that would be kind of cool :)
If you want to simulate a web browser then the urllib/BeautifulSoup
stuff is the right approach. If you want to catch a browser form
submission
at the server then CherryPy is a good framework.
Alan G
More information about the Tutor
mailing list