Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 366 Bytes

File metadata and controls

18 lines (10 loc) · 366 Bytes

Python

《Python 从入门到实践》

###所谓“Python 之禅 ”的几条原则

The Zen of Python, by Tim Peters

Beautiful is better than ugly.

Simple is better than complex.

Complex is better than complicated.

Readability counts.

There should be one-- and preferably only one --obvious way to do it.

Now is better than never.