#Guido van Rossum
#Python’s Design Philosophy (Original 8 Points, 2009)
#English #英语学习 #Python
Borrow ideas from elsewhere whenever it makes sense.
"Things should be as simple as possible, but no simpler." (Einstein)
Do one thing well (The "UNIX philosophy").
Don’t fret too much about performance--plan to optimize later when needed.
Don’t try for perfection because "good enough" is often just that.
A large complex system should have multiple levels of extensibility.
Don’t bother users with details that the machine can handle.
The Python implementation should not be tied to a particular platform.