Re: urllib.urlopen and https question
Does anyone have an entire (simple) script for someone new to programming and Python that will illustrate how to open an https site and log on to it (with the script providing the username and password, if that's possible). Thanks very much. rpd "Electricity is actually made up of extremely tiny particles called electrons, that you cannot see with the naked eye unless you have been drinking."--Dave Barry -- http://mail.python.org/mailman/listinfo/python-list
Re: Caution newbie question: python window to stay open ?
mkengel wrote: > Caution: newbie question If you're pretty sure it's a common newbie question, then begin by going to the Google repository at: http://groups.google.com/group/comp.lang.python Search in the box at upper right, on, say, keep cmd window open, or keep dos window open. Like so: http://tinyurl.com/yfbtgx And you'll have answers going all the way back to antiquity. rd -- http://mail.python.org/mailman/listinfo/python-list
Re: noob question: "TypeError" wrong number of args
Just my opinion, but I think the Guido tutorial on Classes is unintelligible unless you're coming from another OO language. But I found something else that looks promising that you may want to peek at: http://pytut.infogami.com/node11-baseline.html rd -- http://mail.python.org/mailman/listinfo/python-list