View Single Post
  #116   Report Post  
Posted to uk.d-i-y
[email protected] news14k@moo.uklinux.net is offline
external usenet poster
 
Posts: 13
Default OT - Programming Languages

Martin Bonner wrote:
Hum, personally I'm not keen on Python, it relies on correct and non
mixed (tab/space) indentation to run


Just set your editor to insert spaces when you press the tab key. Tab
characters in source files are the spawn of satan.

and when it doesn't it doesn't,
in my experience, tell you that it's upset about the indentation, it
just weird things (cause code is being run in an unexpected order) or
falls over with an error "that can't happen", except when the code is
running in an unexpected order.


I find Python easy to read and write, and (more to the point) my son
found it fairly easy to pick up at 16.

[...]

I also dislike python, although it has its uses (and a wide variety of
special purpose libraries). However, in case you consider it a useful
piece of information, note that the Physics dept at Imperial College
teaches python in first year physics.

#Paul