Ouch. I’m really quite fond of Python as a language, but a) every time I swap editors I wind up with differently indented code (even if it’s only visual, and doesn’t annoy the interpreter, it’s disconcerting to me). Yes, I could probably fix that (somewhere between vi on Windows and BBEdit on the Mac
More annoyingly, I got bitten by the last line of an if statement being considered by Python to be outdented by one level, and as such not included in the if statement. A classic error in C/C++ if you don’t use block delimiters with a single line statement.
Maybe it’s time to look at Ruby. Or add a pre-processor with block delimiters to Python
Related posts:
- Python 2.5 released! For those who care about programming languages, Python 2.5 has...
- Transperth ticket machine user interface anomalies So, I find myself buying a family ticket on Transperth,...
- Snakes on a laptop Spent the evening at The Moon Café in Northbridge with...
- Don’t die with the art inside you! Lets face it, when their time is up nobody’s ever...
- BBQ for Adrian For those of you who know him, Adrian Smith is...
Related posts brought to you by Yet Another Related Posts Plugin.





