这是一个新事物,尽管它在产品方面确实有一些记录。 它(特别是版本 1.x)可以被视为稳定且可供生产使用,并且开发由 Microsoft 官方资助,微软似乎对 CLR 之上的动态语言感兴趣。 它是主要 Python 实现中最环保的,但看起来相当稳定。
Stackless Python
这在 EVE Online 中被广泛使用,他们似乎将其视为生产准备就绪。 请记住,Stackless Python 已经存在了大约 10 年。
CPython
Used in many, many products and production systems
Jython
I am aware of production systems and products (a transactional integration engine) based on Jython. In the latter case the product has been on the market since the early 2000's. Jython is a bit stagnant (although it seems to have picked up a bit lately) but it is mature and stable.
IronPython
This is the new kid on the block, although it does have some track record in products. It (particularly version 1.x) can be viewed as stable and ready for production use, and development is officially funded by Microsoft, who appear to have an interest in dynamic languages on top of the CLR. It is the greenest of the major python implementations, but appears to be reasonably stable.
Stackless Python
This is used extensively in EVE Online, and they seem to view it as production ready. Bear in mind that Stackless Python has been around for something like 10 years.
Resolver One 是一款将熟悉的类似电子表格的界面与强大的 Python 编程语言相结合的程序,为您提供了一种可以更好地分析和呈现数据的工具。
At least one product, Resolver One, is said to be production-level and is totally based on IronPython.
Resolver One is a program that blends a familiar spreadsheet-like interface with the powerful Python programming language, giving you a tool with which to better analyse and present your data.
You can check http://www.portablepython.com/ which is the portable version of CPython. It is also bundled with very common and useful libraries and even an IDE, all portable.
发布评论
评论(4)
CPython
用于许多很多产品和生产系统
Jython
我知道基于 Jython 的生产系统和产品(事务集成引擎)。 对于后一种情况,该产品自 2000 年代初就已投放市场。 Jython 有点停滞(尽管最近似乎有所回升),但它成熟且稳定。
IronPython
这是一个新事物,尽管它在产品方面确实有一些记录。 它(特别是版本 1.x)可以被视为稳定且可供生产使用,并且开发由 Microsoft 官方资助,微软似乎对 CLR 之上的动态语言感兴趣。 它是主要 Python 实现中最环保的,但看起来相当稳定。
Stackless Python
这在 EVE Online 中被广泛使用,他们似乎将其视为生产准备就绪。 请记住,Stackless Python 已经存在了大约 10 年。
CPython
Used in many, many products and production systems
Jython
I am aware of production systems and products (a transactional integration engine) based on Jython. In the latter case the product has been on the market since the early 2000's. Jython is a bit stagnant (although it seems to have picked up a bit lately) but it is mature and stable.
IronPython
This is the new kid on the block, although it does have some track record in products. It (particularly version 1.x) can be viewed as stable and ready for production use, and development is officially funded by Microsoft, who appear to have an interest in dynamic languages on top of the CLR. It is the greenest of the major python implementations, but appears to be reasonably stable.
Stackless Python
This is used extensively in EVE Online, and they seem to view it as production ready. Bear in mind that Stackless Python has been around for something like 10 years.
至少有一个产品,Resolver One,据说是生产级的,并且完全基于IronPython。
At least one product, Resolver One, is said to be production-level and is totally based on IronPython.
我知道 Jython 已经相当成熟并且已经存在很长时间了。
另外,我会看看 Stackless python
I know that Jython is pretty mature and has been around for a long time.
Also, I'd take a look at Stackless python
您可以查看 http://www.portablepython.com/ 这是 CPython 的便携式版本。 它还捆绑了非常常见和有用的库,甚至是 IDE,全部都是可移植的。
有 Pyrex,可以在 http://www. cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/。 它不是Python,但非常接近。 Cython(不是 CPython)基于 Pyrex,可以在 http://www.cython.org/。 它们对于创建 Python 的 C 扩展都很有用。 他们的语言非常Pythonic。
You can check http://www.portablepython.com/ which is the portable version of CPython. It is also bundled with very common and useful libraries and even an IDE, all portable.
There was Pyrex, which can be found at http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/. It is not Python, but very close. The Cython (not CPython) is based on Pyrex and can be found at http://www.cython.org/. They are both useful for creating C extensions for Python. Their languages are so Pythonic.