-
人们选择Python的六个主要原因是什么?
① 软件质量 ②提高开发者效率 ③ 程序的可移植性 ④ 标准库的支持 ⑤ 组件集成 ⑥ 享受乐趣 -
请列举如今正在使用Python的四个著名的公司和组织的名称。
Intel NASA YouTube Google Irobot -
出于什么样的原因会让你在应用中不使用Python呢?
对于执行速度有要求的领域: 动画,解码,操作系统等 -
你可以用Python做什么?
系统编程 用户图形接口 Internet脚本 组件集成 数据库编程 快速原型 数值计算和科学计算编程 游戏,图像,人工智能,XML,机器人等
5 在Python中import this有什么意义
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Python的编程设计哲学
网友评论