[ Thanks to Linux User &
Developer magazine for this link. ]
“As part of his massive Python Masterclass article,
Kunal Deo drew up some golden rules when working with Python. Click
here to jump straight to the article, or add a few of your own
golden rules in the comments thread below…“Keep it simple
“Things should be as simple as possible, but no simpler.”
(Einstein)“Do one thing well
The UNIX Philosophy certainly applies here.“Don’t fret!
Don’t fret too much about performance – plan to optimise
later when needed.”