Python Modules Types Flashcards
1
Q
Module used for Random numbers ?
A
random,secrets
2
Q
Module used to run Linux commands from python ?
A
subprocess module
3
Q
Module to generate safe Random numbers for cryptography
A
secrets module
4
Q
Module to interpret command line arguments for Python program ?
A
optparse module
5
Q
Module used to find square root ?
A
math module
6
Q
Module to import PDF files
A
PyPDF2module
7
Q
Module to get present working directory ?
A
os module
8
Q
Module to working with regular expressions ?
A
re module
9
Q
Module to work with hash ?
A
hashlib module
10
Q
Module to work with paths ?
A
pathlib module
11
Q
Module to work with syymetric key ?
A
Fernet Module
It is an sub module of cryptography Module