·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