Linked by Thom Holwerda on Thu 9th Oct 2008 21:04 UTC, submitted by ganges master
Permalink for comment 333064
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-05
I thought that would bug me when I first started using Python back in the 1.x days, and it did. However, it really stops being an issue after just a short while.
While I'm a die-hard fan of parenthesis and curly braces, I think Python's syntax forces good code formatting and makes your code very easy to read. Also, when a problem comes my way, the first language I reach for to solve it is Python, so I think the Python team must be doing something right; at least from my point of view.