📜  Python为什么叫Python(1)

📅  最后修改于: 2023-12-03 15:34:27.583000             🧑  作者: Mango

Python为什么叫Python

介绍

Python是一种高级编程语言,由Guido van Rossum于1989年在荷兰创造。 Python的受众不断增加,其许多特点使其成为一种有用的语言,如易于学习,易于读写,易于调试等等。 但是,你知道Python为什么被称为Python吗?

起源

Python这个名字是由Guido van Rossum的兴趣爱好-蒙提·派森(Monty Python)风格命名的。蒙提·派森是一部非常受欢迎的英国喜剧电视剧,荒诞且非常有趣。 Guido用Python这个名字为这些原因:

  1. 他想要一个独特的名字,同时又不是一个单词,这样能更容易地在搜索引擎中搜索或注册域名。

  2. 他想要一个模块化的名字,因为Python的模块化概念是重要的部分之一。

  3. 此外,他认为Python这个名字与一条蛇联系起来,这条蛇经常出现在世界各地的国旗上,而且他觉得这个名字非常酷。

结论

因此,Python之名来自于Guido van Rossum的幽默感和对蒙提·派森的喜爱。这也是为什么PyCon(Python开发者会议)贯穿始终地充满蒙提·派森的运动,例如怪物头骨、看门狗等等。

在计算机编程领域中,Python已经成为最流行且使用最广泛的编程语言之一。Python的命名从一定程度上说明了Python为什么能够赢得如此广泛的认可和喜爱。

代码片段
# Python代码也可以用于说明Python的命名起源
import this

# 输出
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!