Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

NumPy 教程

[+:

NumPy 是一个 Python 库。

NumPy 用于处理数组。

NumPy 是 "Numerical Python" 的缩写。

阅读学习

我们为您创建了 43 个教程页面,以帮助您了解更多关于 NumPy 的知识。

从基础介绍开始,最终涵盖创建和绘制随机数据集以及使用 NumPy 函数。



示例学习

在我们的“尝试一下”编辑器中,您可以使用 NumPy 模块,并修改代码以查看结果。

示例

创建一个 NumPy 数组

import numpy as np

arr = np.array([1, 2, 3, 4, 5])

print(arr)

print(type(arr))
尝试一下 »

点击“尝试一下”按钮查看它是如何工作的。


练习学习

本教程中的许多章节以练习结束,您可以在其中检查您的知识水平。

查看所有 NumPy 练习


测验学习

通过测验测试您的 NumPy 技能。

开始 NumPy 测验


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.