Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-02 Thread Paul Kölle
Its the entry point if the script is executed directly. This message was sent from my 7 years old Dell D800 (without cables) Am 01.11.2010 19:18, schrieb brad...@hotmail.com: Sorry that is what I mean. What is it for? Sent wirelessly from my BlackBerry. -Original Message- From: MRAB Sen

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread Ben Finney
brad...@hotmail.com writes: > Sorry that is what I mean. What is it for? Branden, you're welcome to ask questions about Python here. But please, help us help you: Don't top-post. It makes the flow of conversation difficult to follow. Instead, respond in-line beneath the point you're responding

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread Grant Edwards
On 2010-11-01, Benjamin Kaplan wrote: > On Mon, Nov 1, 2010 at 2:18 PM, wrote: >> Sorry that is what I mean. What is it for? >> Sent wirelessly from my BlackBerry. > > What is what for? I think I smell troll... -- Grant Edwards grant.b.edwardsYow! hubub, hubub, HUBUB,

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread Terry Reedy
On 11/1/2010 2:18 PM, brad...@hotmail.com wrote: Sorry that is what I mean. What is it for? Sent wirelessly from my BlackBerry. Does it require you to toppost? Understanding the above requires one to guess what 'that' forward references. Perhaps the OP means: if __name__ == "__main__

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread Andreas Waldenburger
On Mon, 1 Nov 2010 18:18:45 + brad...@hotmail.com wrote: > Sorry that is what I mean. What is it for? > Sent wirelessly from my BlackBerry. > >>> andreas.quick_hot_anger = True Braden! Stop Top-Posting already! Please. If your BlackBerry makes this hard, then get another mail client. It get

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread Benjamin Kaplan
On Mon, Nov 1, 2010 at 2:18 PM, wrote: > Sorry that is what I mean. What is it for? > Sent wirelessly from my BlackBerry. > What is what for? There is no boiler plate on variable names. *BY CONVENTION*, variables and methods with a special meaning will start and end with two underscores. *BY CON

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread MRAB
On 01/11/2010 18:18, brad...@hotmail.com wrote: Sorry that is what I mean. What is it for? Sent wirelessly from my BlackBerry. -Original Message- From: MRAB Sender: python-list-bounces+bradenf=hotmail@python.org Date: Mon, 01 Nov 2010 17:33:22 To: Reply-To: python-list@python.org Sub

Re: [Beginer Question] I heard about python needing somesort of_VariableName_ boiler plate?

2010-11-01 Thread bradenf
Sorry that is what I mean. What is it for? Sent wirelessly from my BlackBerry. -Original Message- From: MRAB Sender: python-list-bounces+bradenf=hotmail@python.org Date: Mon, 01 Nov 2010 17:33:22 To: Reply-To: python-list@python.org Subject: Re: [Beginer Question] I heard about pyth