menu

Python Libraries and Modules


1. Which module in Python is used for working with email?

smtplib

imaplib

poplib

all of the above


2. Which library in Python is used for working with web scraping?

BeautifulSoup

Scrapy

Selenium

all of the above


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

SQLite

MySQL

PostgreSQL

all of the above


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

json

simplejson

ujson

all of the above


5. Which library in Python is used for data analysis?

Pandas

NumPy

Matplotlib

Scikit-learn


6. Which library in Python is used for data manipulation and analysis?

Pandas

NumPy

Scipy

Statsmodels


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

gzip

zipfile

tarfile

all of the above


8.

Which library in Python is used for scientific computing?

NumPy

Pandas

Matplotlib

Scikit-learn


9. Which module in Python is used for working with Excel files?

xlrd

xlwt

openpyxl

all of the above


10. Which library in Python is used for working with geographical data?

Geopandas

Folium

Cartopy

all of the above