Q. How are software libraries useful ? Name some software libraries of Python.
Answer :-
A software library is a predefined and available to use, suite of data and programming code in the form of pre-written code/functions/scripts/ classes etc. that can be used in the development of new software programs and applications.
Name of some software libraries of Python :-
1. NumPy (Numerical Python):- It provides an abundance of useful features and functions
for operations on numeric arrays and matrices in Python.
2. SciPy (Scientific Python):- SciPy contains modules for linear algebra, optimization, integration, and statistics.
3. Panda Library:- Pandas is a Python package designed to do work with "labeled" and "relational" data. It is designed for quick and easy data manipulation, aggregation, and visualization.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )