跳转至内容

The Wikibooks community is developing a policy on the use of generative AI. Please review the draft policy and provide feedback on its talk page.

Python 编程/标准库

来自,一个开放的世界开放的书籍


Python 标准库是一组脚本模块,Python 程序可以使用这些模块以简化编程过程,并省去重复编写常用命令的麻烦。它们可以在脚本开头通过“调用/导入”来使用。

可以在 https://pythonlang.cn/doc/ 上找到标准库模块的列表。

下面是其中最重要的:

  • time
  • sys
  • os
  • math
  • random
  • pickle
  • urllib
  • re
  • cgi
  • socket


取自“https://wikibooks.cn/w/index.php?title=Python_Programming/Standard_Library&oldid=4230794”
华夏公益教科书