每个 GNU/Linux 发行版上都有 Python 吗?
我想知道每个 G/L 发行版上是否都预装了 Python。为什么它在 GNU/Linux 上如此流行,而在 Windows 上却不那么流行?
I would like to know if is Python on every G/L distribution preinstalled or not. And why is it so popular on GNU/Linux and not so much on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,Python 并不出现在所有 GNU/Linux 发行版上,但出现在大多数流行的 Linux 家庭用户发行版(例如 Ubuntu 和 Fedora Core)上,可能是因为 Gnome 桌面环境和 KDE 的大多数应用程序都使用 python 2.5+(不是python 3 还没有)解释器。由于Python从一开始就几乎集成到系统/环境中,Linux用户感觉用Python编程很容易。但这是一个主观意见,因为 java 在 Linux 发行版上仍然同样流行,甚至更流行。
同样,Windows (vista/7) 预装了 .net 框架,对 C# 提供了出色的支持,而在 Mac OSX 上,objective-C 在大多数操作系统集成应用程序中占据主导地位;用户只是倾向于使用他们认为对他们正在使用/针对的开发环境来说更“原生”的语言进行编程。
Well python does not come on ALL GNU/Linux distros but is present on most of the popular Linux home user distributions (Ubuntu and Fedora Core for example), possibly because most of the application of Gnome desktop environment and KDE use python 2.5+ (not python 3 yet) interpreters. Since python is almost integrated onto the system/environment from the start, linux users feel easy to program in python. But this is a subjective opinion, as java is still equally popular, if not more, on linux distributions.
Similarly, windows (vista/7) comes prepacked with .net framework, with awesome support for C#, and on Mac OSX objective-C is dominant for most os integrated apps; users just tend to program in languages they deem more "native" to the development environment they are using/targeting.
不,Python 并未预安装,也未安装在每个 Linux 发行版上。
No, Python is not pre-installed neither installed on every Linux distro.