Conversation
Notices
-
My first love was !python. I made me feel like nothing else on the planet could.
Thursday, 11-Jun-09 05:41:50 UTC from web-
@excid3 When did you start learnimg Python?
-
@excid3 Ah. How do you feel about Python's stance with indentation?
-
@p248 i agree with it, keeps the code unified spaced and everything. also makes it a LOT cleaner without braces everywhere.
-
@excid3 I like the braces. The only reason I take issue with Python's indentation policy is one cannot use braces.
-
@excid3 If I were given a programming/scripting language syntax where indentation and braces were mandatory, then I would be a happy panda.
-
@p248 yeah, you could probably modify python to do that. :D i think the braces make it less readable IMO
-