8個開源的Python變種
1. PyPy - fast, compliant alternative implementation of the Python language
PyPy is a fast, compliant alternative implementation of the Python language. It supports most of the commonly used Python standard library modules. Its feature include Just-in-Time compiler, Less memory usage, support Stackless and lot more. PyPy focuses on speed, efficiency and 100% compatibility with the original CPython interpreter. It was conceived as an implementation of Python written in Python, which enables Python developers to hack the implementation.
2. IronPython - Python programming language for the .NET Framework
IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. It supports an interactive console with fully dynamic compilation.
PyPy is a fast, compliant alternative implementation of the Python language. It supports most of the commonly used Python standard library modules. Its feature include Just-in-Time compiler, Less memory usage, support Stackless and lot more. PyPy focuses on speed, efficiency and 100% compatibility with the original CPython interpreter. It was conceived as an implementation of Python written in Python, which enables Python developers to hack the implementation.
2. IronPython - Python programming language for the .NET Framework
IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. It supports an interactive console with fully dynamic compilation.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-745109/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Github改變開源世界的七種方法Github
- python 是開源語言嗎:Python 是一種開源語言嗎?Python
- 8個最佳Web開發資源推薦Web
- 15個最受歡迎的Python開源框架Python框架
- 14個最受歡迎的Python開源框架Python框架
- 8 個基於 Lucene 的開源搜尋引擎推薦
- 8 個最佳的開源任務管理系統(附打分)
- 開源史上的8大交易
- 推薦 5 個 yyds 的開源 Python Web 框架PythonWeb框架
- 20 個頂尖的 Python 機器學習開源專案Python機器學習
- 【轉】15個最受歡迎的Python開源框架Python框架
- 8 個你應該瞭解的環保開源專案
- 選擇商業庫而不是開源庫的 8 個理由
- Java中8個頂級開源NoSQL資料庫!JavaSQL資料庫
- 轉載:15個最受歡迎的Python開源框架Python框架
- 6個最佳的開源Python應用伺服器Python伺服器
- 12個在GitHub等開源網站中受歡迎的Python開源框架,你用過哪個Github網站Python框架
- iPhone 7的種種改變 其實都是在為iPhone 8鋪路iPhone
- 8個主流且實用的Python開發工具推薦!Python
- Python開源框架,你最中意哪一個?Python框架
- 這幾個好用的Python開源框架,你都知道嗎?Python框架
- Python常用的開源框架,這三個你必須知道!Python框架
- 推薦10個Java方向最熱門的開源專案(8月)Java
- 8種通用網路分析資料來源
- 前端你需要的各種開源庫前端
- 開源軟體盈利的5種方式
- 五種開源協議的比較協議
- 網站流量異常變動的8種常見原因網站
- 有效資源跟蹤的8個指標指標
- 開源史上最成功的八個開源產品
- 2018年8月Top 10 Python開源專案Python
- Python的8種文字處理工具合集!Python學習分享Python
- 用Python實現線性迴歸,8種方法哪個最高效?Python
- 8個關於Python的小技巧Python
- Python的事件溯源開源庫Python事件
- 如何開源你的 Python 庫Python
- 我的開源 GitBook: Python 之旅GitPython
- 併發體驗:Python抓圖的8種方式Python