Details for some third packages of Python

  • dill

        dill details

  • getpass
    • getpass模块提供了平台无关的在命令行下输入密码的方法; 该模块主要提供:
      • 两个函数: getuser, getpass
      • 一个报警: GetPassWarning
        • 当输入的密码可能会显示的时候抛出,该报警为UserWarning的一个子类。通过IDLE中来调getpass函数,会显示输入的密码,必须在Python Shell或Windows下的Cmd才不会显示密码。

                        Details for some third packages of Python_第1张图片                       

  • hydra

        hydra details

        【Python】Hydra 库使用记录_Kin__Zhang的博客-CSDN博客_hydra python

  • logging

        Python 模块之 logging 详解 - 知乎

  • pdb

        【Python】pdb使用简介_芒果太甜的博客-CSDN博客_python pdb

你可能感兴趣的:(Learning,Notes,python)