什麼是 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