Re: New to Python

2007-03-12 Thread Alberto Monteiro
! What is the best way to get documentation about the functions and classes of python? I tried to google, but usually I can just find the __doc__ of the objects, without examples or anything that can help me use it. Alberto Monteiro -- http://mail.python.org/mailman/listinfo/python-list

Re: New to Python

2007-03-12 Thread Alberto Monteiro
searched for EventList to see what is that, I got back to the page with the functions that returned the EventList :-) Also, basic things like how does + operate on object xxx are impossible to google search. Anyway, thanks for the help. Alberto Monteiro -- http://mail.python.org/mailman/listinfo

Re: New to Python

2007-03-12 Thread Alberto Monteiro
I am trying to adjust to too many things at the same time. Alberto Monteiro -- http://mail.python.org/mailman/listinfo/python-list

Re: using python to visit web sites and print the web sites image to files

2007-03-12 Thread Alberto Monteiro
. This is not impossible. Maybe I should save the contents to a file... Alberto Monteiro -- http://mail.python.org/mailman/listinfo/python-list