Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Dave Angel
On 05/28/2013 09:45 AM, Citizen Kant wrote: I'm trying to figure out the rules on how to recognize when a combination of symbols is considered a well formed expression in Python. Since I couldn't find any doc that lists all Python syntax rules --or maybe the doc is too long to be managed b

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Walter Prins
Citizen, On 28 May 2013 14:45, Citizen Kant wrote: > I'm trying to figure out the rules on how to recognize when a combination > of symbols is considered a well formed expression in Python. > How do you recognize that an arithmetic expression is a well formed (e.g. valid) expression? How do

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Steven D'Aprano
On 28/05/13 23:45, Citizen Kant wrote: I'm trying to figure out the rules on how to recognize when a combination of symbols is considered a well formed expression in Python. Since I couldn't find any doc that lists all Python syntax rules Start by going to the Python website, www.python.org.

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Citizen Kant
2013/5/28 Dave Angel > On 05/28/2013 08:20 AM, Walter Prins wrote: > >> Hi, >> >> On 28 May 2013 12:44, Citizen Kant wrote: >> >> Could you please help me with a simple example of a Python well-formed >>> formula in order to understand "well-formed formulas" and "formation >>> rules" >>> concep

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Dave Angel
On 05/28/2013 08:20 AM, Walter Prins wrote: Hi, On 28 May 2013 12:44, Citizen Kant wrote: Could you please help me with a simple example of a Python well-formed formula in order to understand "well-formed formulas" and "formation rules" concepts properly? I'm assuming you perhaps meant "we

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Steven D'Aprano
On 28/05/13 21:44, Citizen Kant wrote: Could you please help me with a simple example of a Python well-formed formula in order to understand "well-formed formulas" and "formation rules" concepts properly? Probably not, since they aren't really Python terms, so I'll be guessing what they are.

Re: [Tutor] Python "well-formed formulas"

2013-05-28 Thread Walter Prins
Hi, On 28 May 2013 12:44, Citizen Kant wrote: > Could you please help me with a simple example of a Python well-formed > formula in order to understand "well-formed formulas" and "formation rules" > concepts properly? > I'm assuming you perhaps meant "well-formed expression". If so, here's a u

[Tutor] Python "well-formed formulas"

2013-05-28 Thread Citizen Kant
Could you please help me with a simple example of a Python well-formed formula in order to understand "well-formed formulas" and "formation rules" concepts properly? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: ht