博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python常用模块目录
阅读量:7009 次
发布时间:2019-06-28

本文共 2018 字,大约阅读时间需要 6 分钟。

 

 

                 

 

核心模块:os sys     _ _builtin_ _   exceptions  stat  string  re    math  cmath   operator  copy   atexit  time   types  gc 

 更多标准模块: fileinput  tempfile StringIO cStringIO  mmap  UserDict   UserList UserString  traceback  errno  getopt  getpass  glob  fnmatch  random  whrandom  md5   sha  crypt   rotor  zlib   code 

线程和进程:threading  Queue thread commands  pipes  popen2  signal  

数据表示:array  struct   xdrlib marshal  pickle cPickle  copy_reg  pprint  repr   base64  binhex  quopri uu  binascii 

文件格式: xmllib xml.parsers.expat  sgmllib  htmllib htmlentitydefs  formatter ConfigParser   netrc shlex  zipfile  gzip 

邮件和新闻消息处理:  rfc822  mimetools  MimeWriter  mailbox  mailcap mimetypes  packmail  mimify  multifile  

网络协议: socket  select  asyncore asynchat urllib urlparse cookie robotparser  ftplib  gopherlib  httplib  poplib imaplib   smtplib  telnetlib nntplib  SocketServer BaseHTTPServer  SimpleHTTPServer  CGIHTTPServer  cgi  webbrowser 

国际化:locale  unicodedata  ucnhash

多媒体相关模块:imghdr  sndhdr  whatsound  aifc  sunau  sunaudio wave audiodev winsound 

数据储存:anydbm  whichdb  shelve  dbhash dbm  dumbdbm  gdbm  

工具和实用程序 :  dis pdb  bdb  profile  pstats tabnanny  

其他模块: fcntl  pwd grp nis  curses termios  tty resource   syslog  msvcrt  nt  winreg  posix 

执行支持模块:dospath  macpath  ntpath  posixpath  strop  imp new  pre sre py_compile compileall  ihooks  linecache macurl2path   nturl2path   tokenize keyword  parser  symbol   token

其他模块:pyclbr  filecmp cmd  rexec Bastion readline rlcompleter  statvfs  calendar sched  statcache  grep dircache dircmp cmp   cmpcache util   soundex   timing  posixfile bisect   knee  tzparse   regex  regsub  reconvert  regex_syntax  find

 

 

datatime  random  json  pickle shelve 

xml  hashlib  logging  urllib2  shutil  itchat  subprocess  argparse re sys os  socket multiprocessing time yaml httplib imp glob logging.handlers urllib 

hashlib ConfigParser  errno  requests importlib settings  threading random  getpass tempfile traceback simplejson optparse range

 

__init__

 

 

一会看:https://blog.csdn.net/ruanxingzi123/article/details/82787852

参考文献:Python模块大全  https://blog.csdn.net/sinat_22991367/article/details/79435705

转载于:https://www.cnblogs.com/machangwei-8/p/9539601.html

你可能感兴趣的文章
oracle函数
查看>>
百度贴吧爬虫1.0
查看>>
ant+jmeter接口批量执行测试用例
查看>>
Mongodb
查看>>
小规模低性能低流量网站设计原则
查看>>
POI之PPT-元素操纵
查看>>
python 将txt文件转换成excel
查看>>
程序员N容N耻
查看>>
C语言基础及指针⑨联合体与枚举
查看>>
Discuz截取字符串
查看>>
连接数据库操作
查看>>
nginx错误:13: Permission denied
查看>>
如何检查一个单向链表上是否有环?
查看>>
spring核心点总结
查看>>
解决:Determining IP Information for eth0...问题
查看>>
使用虚拟机安装 Linux 操作系统
查看>>
Spring mvc中@RequestMapping 6个基本用法小结
查看>>
使用Chrome 浏览器调试移动端网页 chrome://inspect/#devices
查看>>
Windows10下安装spacemacs
查看>>
ELK平台介绍
查看>>