pyOpenSSL ndg-httpsclient pyasn1

What is the use of this library?
I have completed project 12 without using this library .
Why were we asked to install this library?

Libraries are a bunch of functions, we install them so we don’t need to write code for that function from root.

Hi @munazziliitd,

These libraries handle the connection and data format between your system and server when you are using python to call APIs/requests. It will require only when you are missing these packages in your system.

To know more read -

  1. https://github.com/etingof/pyasn1
  2. https://pythonhosted.org/ndg-httpsclient/module-tree.html
  3. https://github.com/pyca/pyopenssl

Do let me knowing case you need any other information.