·numpy

NumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。

8安装·0热度·@tondevrel

安装

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy

如何安装 numpy

通过命令行快速安装 numpy AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:tondevrel/scientific-agent-skills。

SKILL.md

查看原文

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 numpy
分类
{}数据分析
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

快速解答

什么是 numpy?

NumPy 综合指南 - Python 中科学计算的基础包。用于数组运算、线性代数、随机数生成、傅里叶变换、数学函数和高性能数值计算。 SciPy、pandas、scikit-learn 和所有科学 Python 的基础。 来源:tondevrel/scientific-agent-skills。

如何安装 numpy?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numpy 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/tondevrel/scientific-agent-skills

详情

分类
{}数据分析
来源
skills.sh
收录时间
2026-02-25