Re: Binding was Re: Function declarations ?

2011-06-14 Thread Patty
- Original Message - From: "Ethan Furman" To: Sent: Monday, June 13, 2011 10:55 PM Subject: Re: Binding was Re: Function declarations ? Patty wrote: So I am wondering if you learned this in Computer Science or Computer Engineering?, on the job? I learned it on

Re: Binding was Re: Function declarations ?

2011-06-13 Thread Ethan Furman
Patty wrote: So I am wondering if you learned this in Computer Science or Computer Engineering?, on the job? I learned it on this list. :) ~Ethan~ -- http://mail.python.org/mailman/listinfo/python-list

Binding was Re: Function declarations ?

2011-06-13 Thread Patty
"Gregory Ewing" wrote in message news:95ntrifod...@mid.individual.net... > Tim Roberts wrote: >> Andre Majorel wrote: >> >>>Anyway, it seems the Python way to declare a function is >>> >>> def f (): >>> pass >> >> No, that DEFINES a function. > > Actually, it's more illuminating to say tha