menu

Python Libraries and Modules


1. Which library in Python is used for data visualization?

Matplotlib

Seaborn

Plotly

All of the


2. Which library in Python is used for working with scientific computing?

NumPy

SciPy

Pandas

all of the above


3. Which module in Python is used for working with compressed files?

gzip

zipfile

tarfile

all of the above


4. Which library in Python is used for machine learning?

TensorFlow

Keras

Scikit-learn

All of the above


5. Which module in Python is used for working with JSON data?

json

simplejson

ujson

all of the above


6. Which module in Python is used for file input/output operations?

os

sys

io

shutil


7. Which library in Python is used for working with databases?

SQLite

MySQL

PostgreSQL

all of the above


8. Which module in Python is used for working with network sockets?

socket

urllib

http

all of the above


9. Which library in Python is used for working with APIs?

Requests

Flask

Django

all of the above


10. Which module in Python is used for working with regular expressions?

re

regex

pattern

all of the above