Hi!!
I'm new to python and just trying to play around,
when I run my program in the interactive shell before executing the program it shows the following warning :
Warning: HOME environment variable points to H: but the path does not exist. RESTART ===
Hi,
I have just started learning python...
Following is an example from dive into python:
def info(object,spacing=10,collapse=1): """Print methods and doc strings. Takes module,class,list,dictionary or string.""" methodList=[method for method in dir(object) if callable(getattr(object,met
Hi,
I was wondering where I could get problems in python for practicing.
Thanks
Regards
Devayani
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Hi
I'm a begginner in python,tried the link
pythonchallenge.com solved the first level, but i dont know how to go to the next one.
Can somebody tell me how?
Thanks
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
ttp://www.pythonchallenge.com/pc/def/ .html
On 7/14/06, Kent Johnson <
[EMAIL PROTECTED]> wrote:
devayani barve wrote:> Hi> I'm a begginner in python,tried the link
pythonchallenge.com> <http://pythonchallenge.com/
> solved the first level, but i dont know> how to
this is what i did for level 2 of python challenge:
dict={'a':'c','b':'d','c':'e','d':'f','e':'g','f':'h','g':'i','h':'j','i':'k','j':'l','k':'m','l':'n','m':'o','n':'p','o':'q','p':'r','q':'s','r':'t','s':'u','t':'v','u':'w','v':'x','w':'y','x':'z','y':'a','z':'b','.':'.',"'":"'","(":"(",")":")
Hi
This is my program:
import urllibans='y'while ans=='y': name=raw_input("Enter search:") name=name.replace(' ','+') name=name.replace('&','%26') go_url="
http://www.google.co.in/search?hl=en&q=%s" %name+"&meta=lr\%3Dlang_en" print go_url page = urllib.urlopen(go_url).read
Hi all,
I'm using python 2.3;
I want to learn dom implementation in python right from the very basics
do i need to install pyxml or anything else?
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
hi
I wanted to know if there was any other source of learning dom implementation apart from python library reference?
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
I have a table in hmtl and i want to write a program so that I can insert a
column within it..
Can someone tell me what to use . as in dom???
Just want to know how to go about it!!!
Thanks
___
Tutor maillist - Tutor@python.org
http://mail.python.o
10 matches
Mail list logo