Python科学计算与数据分析库/包大全
admin
2023-07-30 21:51:10
0

astropy – A community Python library for Astronomy.

一个面向天文学的Python社区库

bcbio-nextgen – A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.

一个为全自动高通量测序分析提供最佳实践管道的工具

bcbb – – Collection of useful code related to biological analysis.

与生物分析相关的有用代码集合。

Biopython -Biopython is a set of freely available tools for biological computation.

Biopython是一套用于生物统计的免费工具。

blaze – NumPy and Pandas interface to Big Data.

NumPy and Pandas连接大数据的接口

cclib – A library for parsing and interpreting the results of computational chemistry packages.

用于分析和解释计算化学软件包的结果的库。

NetworkX – A high-productivity software for complex networks.

一种用于复杂网络的高生产率软件。

Neupy – Running and testing different Artificial Neural Networks algorithms.

用于运行和测试不同的人工神经网络算法。

NIPY – A collection of neuroimaging toolkits.

一系列的影像学工具。

Numba – Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.

由Cython和NumPy开发者开发的旨在进行科学计算的Python JIT编译器

NumPy – A fundamental package for scientific computing with Python.

一个基本的Python科学计算包

Open Babel – A chemical toolbox designed to speak the many languages of chemical data.

一个用于使化学数据输出多种语言的工具包

Open Mining – Business Intelligence (BI) in Python (Pandas web interface)

商业智能(BI)在Python中应用(Pandas web界面)

orange – Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.

通过可视化编程或Python脚本来进行数据挖掘、数据可视化、数据分析和机器学习Python包

Pandas – A library providing high-performance, easy-to-use data structures and data analysis tools.

一个提供高性能、易于使用的数据结构和数据分析工具的库

PyDy – Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.

Python Dynamics的缩写,一个用于辅助基于SciPy,IPython,matplotlib的动态建模中工作流的工具

PyMC – Markov Chain Monte Carlo sampling toolkit.

RDKit – Cheminformatics and Machine Learning Software.

一个基于马尔可夫链蒙特卡尔理论的采样工具

SciPy – A Python-based ecosystem of open-source software for mathematics, science, and engineering.

一种基于Python语言的数学、科学和工程的开源软件生态系统。

statsmodels – Statistical modeling and econometrics in Python.

Python中用于统计模型和计量经济学的库。

SymPy – A Python library for symbolic mathematics.

一个用于数学符号的Python包

zipline – A Pythonic algorithmic trading library.

一个Pythonic的交易算法库

gwpy – Package for analysing and characterising gravitational wave data in python

一个分析和描述引力波数据的Python包

———————-

微信公众号:Python中文社区

Python中文社区2000人免费超级QQ群:152745094

Python高级技术交流群:273186166

—————————-

作者主页

Python中文社区知乎专栏

各专业技术方向QQ群:

Python数据分析与挖掘:539956362

Python网络爬虫:206241755

PythonWeb开发:577672548

Python量化交易策略:264204289

Python自然语言处理:570364809

————————–

史上最全Python学习免费资源下载汇总:

Python开发基础教学视频

http://pan.baidu.com/s/1dEAlfSP

密码:请关注微信公众号“Python中文社区”后回复“视频”二字获取

Python就业培训视频三套教程打包汇总下载

https://pan.baidu.com/s/1gfFicU3

密码:请关注微信公众号“Python中文社区”后回复“培训”二字获取

Python学习资料PDF电子书大合集

http://pan.baidu.com/s/1bpuqex5

密码:请关注微信公众号“Python中文社区”后回复“资料”二字获取

Python量化交易学习资料大全汇总打包下载

http://pan.baidu.com/s/1pKFXuWV

密码:请关注微信公众号“Python中文社区”后回复“量化”二字获取

Python学习思维脑图大全汇总打包

http://pan.baidu.com/s/1qYH6Tek

密码:请关注微信公众号“Python中文社区”后回复“思维”二字获取

微信公众号:Python中文社区


Python中文社区2000人超级QQ交流群:

相关内容

热门资讯

Mobi、epub格式电子书如... 在wps里全局设置里有一个文件关联,打开,勾选电子书文件选项就可以了。
500 行 Python 代码... 语法分析器描述了一个句子的语法结构,用来帮助其他的应用进行推理。自然语言引入了很多意外的歧义,以我们...
定时清理删除C:\Progra... C:\Program Files (x86)下面很多scoped_dir开头的文件夹 写个批处理 定...
scoped_dir32_70... 一台虚拟机C盘总是莫名奇妙的空间用完,导致很多软件没法再运行。经过仔细检查发现是C:\Program...
65536是2的几次方 计算2... 65536是2的16次方:65536=2⁶ 65536是256的2次方:65536=256 6553...
小程序支付时提示:appid和... [Q]小程序支付时提示:appid和mch_id不匹配 [A]小程序和微信支付没有进行关联,访问“小...
pycparser 是一个用... `pycparser` 是一个用 Python 编写的 C 语言解析器。它可以用来解析 C 代码并构...
微信小程序使用slider实现... 众所周知哈,微信小程序里面的音频播放是没有进度条的,但最近有个项目呢,客户要求音频要有进度条控制,所...
Apache Doris 2.... 亲爱的社区小伙伴们,我们很高兴地向大家宣布,Apache Doris 2.0.0 版本已于...
python清除字符串里非数字... 本文实例讲述了python清除字符串里非数字字符的方法。分享给大家供大家参考。具体如下: impor...