import this The Zen of Python, by Tim Peters # python的设计哲学, 作者:Tim Peters Beautiful is better than ugly. # 优雅胜于丑陋(Python 以编写优美的代码为目标) Explicit is better than implicit. # 明确胜于含糊晦涩(优美的代码应当是明了的,命名规范,风格相似) Simple is better than complex. # 简单胜于复杂(优美的代码应当是…
实在搞不定博客园的排版,排版更佳的版本在: https://zhuanlan.zhihu.com/p/24162430 Life is short, you need Python 人生苦短,我用Python -- Bruce Eckel 5.1 Python简介 本章将介绍Python的最基本语法,以及一些和深度学习还有计算机视觉最相关的基本使用. 5.1.1 Python简史 Python是一门解释型的高级编程语言,特点是简单明确.Python作者是荷兰人Guido van Rossum,1…