Re: Calling a list of functions

2015-12-13 Thread Anand
On Sunday, December 13, 2015 at 9:26:52 AM UTC-8, Ganesh Pal wrote: > Hi Team, > > Iam on linux and python 2.7 . I have a bunch of functions which I > have run sequentially . > I have put them in a list and Iam calling the functions in the list as > shown below , this works fine for me , please

Re: Calling a list of functions

2015-12-13 Thread Chris Angelico
On Mon, Dec 14, 2015 at 1:43 PM, Steven D'Aprano wrote: > Why do people do this? > > "Hi, here's a cake a made earlier, I think it tastes really nice. What do > you think?" > > "That's not a cake. It's a bowl of mud with a cherry on top. Where is the > actual cake?" Steven, haven't you ever had a

Re: Calling a list of functions

2015-12-13 Thread Steven D'Aprano
On Mon, 14 Dec 2015 04:26 am, Ganesh Pal wrote: > Hi Team, > > Iam on linux and python 2.7 . I have a bunch of functions which I > have run sequentially . > I have put them in a list and Iam calling the functions in the list as > shown below , this works fine for me , No it doesn't. It doesn

Re: Calling a list of functions

2015-12-13 Thread Grant Edwards
On 2015-12-13, Ganesh Pal wrote: > Hi Team, > > Iam on linux and python 2.7 . I have a bunch of functions which I > have run sequentially . I have put them in a list and Iam calling the > functions in the list as shown below , this works fine for me , > please share your opinion/views on the same

Re: Calling a list of functions

2015-12-13 Thread Ian Kelly
On Sun, Dec 13, 2015 at 10:26 AM, Ganesh Pal wrote: > Hi Team, > > Iam on linux and python 2.7 . I have a bunch of functions which I > have run sequentially . > I have put them in a list and Iam calling the functions in the list as > shown below , this works fine for me , please share your > op

Re: Calling a list of functions

2015-12-13 Thread Peter Otten
Ganesh Pal wrote: > Hi Team, > > Iam on linux and python 2.7 . I have a bunch of functions which I > have run sequentially . > I have put them in a list and Iam calling the functions in the list as > shown below , this works fine for me , please share your > opinion/views on the same > > > S

Re: Calling a list of functions

2015-12-13 Thread BartC
On 13/12/2015 17:26, Ganesh Pal wrote: Iam on linux and python 2.7 . I have a bunch of functions which I have run sequentially . I have put them in a list and Iam calling the functions in the list as shown below , this works fine for me , please share your opinion/views on the same Sample c

Calling a list of functions

2015-12-13 Thread Ganesh Pal
Hi Team, Iam on linux and python 2.7 . I have a bunch of functions which I have run sequentially . I have put them in a list and Iam calling the functions in the list as shown below , this works fine for me , please share your opinion/views on the same Sample code : def print1(): print "