- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 76字
- 2021-08-13 15:19:34
PyPy
PyPy is not a package; it is an alternative implementation of Python 3.5.3 that supports most of the commonly used Python standard packages (unfortunately, NumPy is currently not fully supported). As an advantage, it offers enhanced speed and memory handling. Thus, it is very useful for heavy-duty operations on large chunks of data, and it should be part of your big data handling strategies:
- Website: http://pypy.org/
- Version at time of print: 6.0
- Download page: http://pypy.org/download.html
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- Deep Learning Quick Reference
- 精通MATLAB圖像處理
- 物聯(lián)網(wǎng)與云計(jì)算
- INSTANT Varnish Cache How-to
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 西門(mén)子變頻器技術(shù)入門(mén)及實(shí)踐
- The Python Workshop
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- 新編計(jì)算機(jī)圖形學(xué)
- 實(shí)用網(wǎng)絡(luò)流量分析技術(shù)
- Introduction to R for Business Intelligence
- 基于ARM9的小型機(jī)器人制作
- 一步步寫(xiě)嵌入式操作系統(tǒng)
- AVR單片機(jī)工程師是怎樣煉成的