Re: [Tutor] pipeline - what is it and how do I use it?

2007-11-25 Thread O.R.Senthil Kumaran
://www.rutherfurd.net/python/sendkeys/ -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] *args, **kargs as arguments

2007-11-10 Thread O.R.Senthil Kumaran
that will be receiving the tuple and a dictionary. Am I right? not quite. you're on the right track though. a couple of thoughts. Thank you Wesley for the examples and the explaination. And thanks Jeff for your explaination. It helped me clarify my doubts. :-) Really helpful. -- O.R.Senthil Kumaran

Re: [Tutor] Swapping variables ...

2007-11-10 Thread O.R.Senthil Kumaran
variables are swapped as we see it. yes, tuple concepts does not exist in C (as it is not a Very High Level Language). yes, I too find it cool when I got introduced to it. -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist - Tutor

Re: [Tutor] parsing an array

2007-11-09 Thread O.R.Senthil Kumaran
the copy of contents for j in i: # implement your logic with j if j i[0]: # or any dynamic conditional check. a[i][j] = j Does this help you? Thanks, -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist

[Tutor] *args, **kargs as arguments

2007-11-09 Thread O.R.Senthil Kumaran
is not a default argument, then is the dictionary values being passed through the namespace? I am scanning through the urllib.py code to understand the urlopen method and I am having the above doubts when trying to understand it. Please help. Thank you. -- O.R.Senthil Kumaran http

Re: [Tutor] Build exe on Vista, have it run on XP?

2007-11-01 Thread O.R.Senthil Kumaran
py2exe mailling list, if they have identified any solution for the backward compatiblities issues of VISTA exes on XP. Thanks, Senthil -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman

Re: [Tutor] Build exe on Vista, have it run on XP?

2007-10-31 Thread O.R.Senthil Kumaran
can help. Thanks, Senthil -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] data type conversion for print statement

2007-09-25 Thread O.R.Senthil Kumaran
be functional to write an empty string to standard output for this reason.) Not getting the last part as how you will write a empty string and use print not appending blank space in a single line http://phoe6.livejournal.com/50886.html -- O.R.Senthil Kumaran http://uthcode.sarovar.org

Re: [Tutor] Xml reference

2007-09-19 Thread O.R.Senthil Kumaran
with XML parsing. http://effbot.org/zone/element-index.htm#usage -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] class awareness of variable name

2007-09-18 Thread O.R.Senthil Kumaran
* Alan Gauld [EMAIL PROTECTED] [2007-09-17 18:54:43]: If you go with the flow rather than trying to make the flow go the way you want life is easier. Insightful. QOTW. :-) -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Tutor maillist