Python编程
Completion requirements
Python 标准库是 Python 程序可以访问的脚本模块的集合,旨在简化编程过程,并避免重新编写常用命令。可以通过在脚本的开头“调用/导入”它们来使用这些模块。
标准库模块的列表可以在 http://www.python.org/doc/ 中找到。
以下是一些最重要的模块:
time
sys
os
math
random
pickle
urllib
re
cgi
socket
Last modified: Friday, 31 January 2025, 1:16 AM