什么是 numpy?
NumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。 来源:tondevrel/scientific-agent-skills。
NumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。
通过命令行快速安装 numpy AI 技能到你的开发环境
来源:tondevrel/scientific-agent-skills。
The fundamental package for numerical computing in Python, providing multi-dimensional arrays and fast operations.
Official docs: https://numpy.org/doc/ Search patterns: np.array, np.zeros, np.dot, np.linalg, np.random, np.broadcast
| Create arrays | array, zeros, ones | np.array([1, 2, 3]) | | Mathematical ops | +, , sin, exp | np.sin(arr) | | Linear algebra | dot, linalg.inv | np.dot(A, B) | | Statistics | mean, std, percentile | np.mean(arr) | | Random numbers | random.rand, random.normal | np.random.rand(10) | | Indexing | [], boolean, fancy | arr[arr > 0] |
NumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。 来源:tondevrel/scientific-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpyNumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。 来源:tondevrel/scientific-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills