Hacker News new | ask | show | jobs
by cgufus 2131 days ago
Regarding indentation versus braces: In the beginning, I always thought python's only weakness is that it relies on indentation for code structure and I feared that some day my code will be messed up because of that. However that fear quickly disappeared as soon as I got my editors set up correctly... and the mess up never happened.

Still love pythons syntax in general.