CLASS XII

CLASS XII A, XII B

1 comment:

  1. CLASS XII IP
    TOPIC: NumPy

    NumPy is the fundamental package for scientific computing in Python. (please refer what a package is)
    NumPy helps to manipulate arrays. Provides various functions to do different tasks.

    Command to install NumPy is: pip install numpy

    To add numpy library with our program we can use the following code with each program:

    import numpy

    OR
    import numpy as n # here n is a name which stands for numpy in this program only.

    ReplyDelete

Note: Only a member of this blog may post a comment.

E-CONTENT FOR CLASS I TO V

K V S E -CONTENT FOR CLASS I TO V