[BangPypers] I am new to python language. Suggest way to improve my skills in python

2009-10-19 Thread Senthil Kumar M
I am new to python language. Suggest way to improve my skills in python M.Senthil Kumar ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] I am new to python language. Suggest way to improve my skills in python

2009-10-20 Thread Senthil Kumar M
thank the link. I will check On Tue, Oct 20, 2009 at 12:15 PM, Arvind Jamuna Dixit wrote: > You may find something useful in the answers to these > questions<http://stackoverflow.com/questions/tagged/python+learning> > . > > On Tue, Oct 20, 2009 at 11:34 AM, Senthil Kumar

Re: [BangPypers] I am new to python language. Suggest way to improve my skills in python

2009-10-20 Thread Senthil Kumar M
OK,.I will follow this in feature On Tue, Oct 20, 2009 at 1:38 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > On Tue, Oct 20, 2009 at 1:25 PM, Senthil Kumar M wrote: > >> thank the link. I will check >> >> >> On Tue, Oct 20, 2009

[BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
I am using python IDLE (python3.0.1) . I dont know why this error comes ? I am a new user to python. -- M.Senthil Kumar ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/b

[BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
I am using python IDLE (python3.0.1) . I dont know why this error comes ? I am a new user to python. the link of the image snapshot is http://img197.imageshack.us/img197/3405/pythonshell.png -- M.Senthil Kumar

Re: [BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
s of python. I'd suggest you either find a python 3 based > tutorial or use an older version of python, maybe python 2.6. > > ps Can you cut and paste the code into the mail next time, images are > a pain to work with. > > Regards, > Sidharth > > On Tue, Oct 20, 2009 a

Re: [BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
On Tue, Oct 20, 2009 at 2:59 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > > > On Tue, Oct 20, 2009 at 2:40 PM, Senthil Kumar M wrote: > >> -- >> #!/usr/bin/python >> >> from string

Re: [BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
gt; > On Tue, Oct 20, 2009 at 3:11 PM, Senthil Kumar M wrote: > >> from string import maketrans >> intab = "aeiou" >> outtab = "12345" >> trantab = maketrans(intab,outtab) >> st = "this is string examplewow!!!"; >> print(st.t

Re: [BangPypers] help me to fix this error

2009-10-20 Thread Senthil Kumar M
this works fine.thank you On Tue, Oct 20, 2009 at 3:38 PM, ashok raavi wrote: > > > On Tue, Oct 20, 2009 at 3:24 PM, Senthil Kumar M wrote: > >> See this link. I have tried this site but could not find what is the >> mistake.Thats why I send it here.ok? >> >