Numpy(0)

A、Introduction of Numpy

  1.Numpy---Numeric python package provides basic routines for manipulating large arrays and matrices of numeric data.

  2. Importing the Numpy module

import numpy

import numpy as np

from numpy import *
posted @ 2020-12-19 09:50  flyingswallow  阅读(93)  评论(0编辑  收藏  举报