美文网首页我爱编程
The Scientific Python ecosystem

The Scientific Python ecosystem

作者: 庞贝船长 | 来源:发表于2018-01-18 09:51 被阅读0次

Core numeric libraries

  • Numpy
    numerical computing with powerful numerical arrays objects, and routines to manipulate them.

  • Scipy
    high-level numerical routines. Optimization, regression, interpolation, etc;

  • Matplotlib
    2-D visualization, “publication-ready” plots

Advanced interactive environments

  • IPython
    an advanced Python console

  • Jupyter
    notebooks in the browser

Domain-specific packages

Refenrence

1.1. Python scientific computing ecosystem

相关文章

网友评论

    本文标题:The Scientific Python ecosystem

    本文链接:https://www.haomeiwen.com/subject/bluioxtx.html