Computer Science

What is a Python library? Explain with examples.

Python Modules

1 Like

Answer

The Python library is an extensive collection of functions and modules that help the programmer in the faster development of programs.

For example, NumPy, Pandas etc.

Answered By

2 Likes


Related Questions