Python NumPy 函数及例程

例程

在本章中,将显示常规文档字符串,按功能分组。许多文档字符串包含示例代码,它演示了例程的基本用法。


>>> import numpy as np

A convenient way to execute examples is the %doctest_mode mode of IPython, which allows for pasting of multi-line examples and preserves indentation.

猜你喜欢

转载自blog.csdn.net/hhaowang/article/details/86532696