|
|
|
|
|
by StavrosK
3435 days ago
|
|
As a Python programmer of 10+ years, here's the most Pythonic tip you can get: Don't try to be clever, do the simplest (and most readable) thing that will work. Try "import this" in an interpreter to read a bit more on the above. |
|
Apart from that... What's readable tends to be the best option.