On 08/30/2012 05:15 PM, Alan Gauld wrote:
On 30/08/12 15:43, John Maclean wrote:
Thanks. This is a heck of a lot more clearer to me! BNF, huh? Another
set TLA that I don't need to know ;-)
Actually, BNF is one of those useful skills for any programmer because
almost every langua
On 08/30/2012 03:05 PM, Dave Angel wrote:
On 08/30/2012 09:30 AM, John Maclean wrote:
What does the first line from `pydoc try` actually mean? This does not
look like the syntax that one is supposed to use.
try_stmt ::= try1_stmt | try2_stmt
You're looking at the first of thre
What does the first line from `pydoc try` actually mean? This does not
look like the syntax that one is supposed to use.
try_stmt ::= try1_stmt | try2_stmt
I can write simple statements as shown below, but I want to actually
understand what I am doing.
try:
import io
print("import
t; what is the difference between
> #!/usr/bin/python
> and
> #!/usr/bin/env python
> ?
>
> thanks
>
> ___
> Tutor maillist - Tutor@python.org
> http://mail.python.org/mailman/listinfo/t