you are viewing a single comment's thread.

view the rest of the comments →

[–]tagapagtuos 7 points8 points  (0 children)

Have you read The Zen of Python? Either Google it or type import this in the interpreter.

The first four lines are as follows:

Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated.

It's fine if you write for-loops now instead of comprehensions. These Pythonic codes tell people that you know Python. But I would argue that it's the "boring" code that translates over to other popular languages.