tungwaiyip.info

home

about me

links

Blog

< June 2012 >
SuMoTuWeThFrSa
      1 2
3 4 5 6 7 8 9
10111213141516
17181920212223
24252627282930

past articles »

Click for San Francisco, California Forecast

San Francisco, USA

 

Python Whitespace Misconception

Whitespace is significant in Python. This uncommon syntax rule is one of the refrain of many non-Python programmers about Python. Given most computer languages since Fortran has adopted free layout syntax, this feel like an objectionable design.

Now that I think of it, I find this mostly a problem of wrong framing. The term "whitespace" has already embedded the meaning of unimportant filler. In this sense "significant whitespace" sounds like a problem. Actually the right way to describe it is that Python uses indentation to determine the block structure. Rather than feeling wrong, this is lot more likely to evoke an "aha" reaction from non-Python programmers. Of course it makes a lot sense for the indentation to follow the block structure. I can hardly find any legitimate case for those two to differ.

Austere programmers may notice that there are two way to indicate block structure in main stream languages, by using language construct like "begin" and "end" and by laying out the code using indentation. Whenever there are two ways to do express one thing there will be problem of inconsistency. This extra degree of freedom can get you into trouble sometimes. One of the most nasty class of programming bug is dangling else. It is the case in free layout language when the apparent block structure is different from the actual block structure. Dangling else is not possible in Python. It is because the block structure is determined by the indentation.

2012.06.08 [] - comments

 

 

blog comments powered by Disqus

past articles »

 

BBC News

 

Donald Trump liable for business fraud, says judge in New York civil case (27 Sep 2023)

 

Nagorno-Karabakh: More than 40,000 refugees flee to Armenia (26 Sep 2023)

 

Climate change: Six young people take 32 countries to court (27 Sep 2023)

 

Mexico: Bear gatecrashes picnic leaving onlookers frozen (26 Sep 2023)

 

Drive-thru worker draws gun on 'missing curly fries' customer (27 Sep 2023)

 

S Jaishankar: India asks Canada for information on Sikh leader's murder (27 Sep 2023)

 

'They bombed everywhere': Survivors recount Karabakh attack (27 Sep 2023)

 

Russia shows video to prove top commander is alive (27 Sep 2023)

 

Owner's husband arrested in Bronx nursery fentanyl child death (26 Sep 2023)

 

Biden dog Commander bites another Secret Service agent (26 Sep 2023)

more »

 

SF Gate

more »


Site feed Updated: 2023-Sep-27 03:00