博客目录总纲首页

python其他知识目录

random  hashlib  os  sys  json __name__ shutil  xlrd  xlwt   xlutils

核心模块: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  poplibimaplib   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__

python模块

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

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

python常用模块目录的更多相关文章

  1. Python常用模块——目录

    Python常用模块学习 Python模块和包 Python常用模块time & datetime &random 模块 Python常用模块os & sys & sh ...

  2. Python常用模块之sys

    Python常用模块之sys sys模块提供了一系列有关Python运行环境的变量和函数. 常见用法 sys.argv 可以用sys.argv获取当前正在执行的命令行参数的参数列表(list). 变量 ...

  3. python——常用模块

    python--常用模块 1 什么是模块: 模块就是py文件 2 import time #导入时间模块 在Python中,通常有这三种方式来表示时间:时间戳.元组(struct_time).格式化的 ...

  4. python 常用模块之random,os,sys 模块

    python 常用模块random,os,sys 模块 python全栈开发OS模块,Random模块,sys模块 OS模块 os模块是与操作系统交互的一个接口,常见的函数以及用法见一下代码: #OS ...

  5. python常用模块-调用系统命令模块(subprocess)

    python常用模块-调用系统命令模块(subprocess) 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. subproces基本上就是为了取代os.system和os.spaw ...

  6. python常用模块之shutil模块

    python常用模块之shutil模块 shutil模块,高级的文件.文件夹.压缩包处理模块 1.shutil.copyfile(src,des[,length]):将文件内容拷贝到另一个文件 In ...

  7. python 常用模块 time random os模块 sys模块 json & pickle shelve模块 xml模块 configparser hashlib subprocess logging re正则

    python 常用模块 time random os模块 sys模块 json & pickle shelve模块 xml模块 configparser hashlib  subprocess ...

  8. Python常用模块大全

    Python常用模块大全 os模块: os.remove() 删除文件 os.unlink() 删除文件 os.rename() 重命名文件 os.listdir() 列出指定目录下所有文件 os.c ...

  9. (转)python常用模块(模块和包的解释,time模块,sys模块,random模块,os模块,json和pickle序列化模块)

    阅读目录 1.1.1导入模块 1.1.2__name__ 1.1模块 什么是模块: 在计算机程序的开发过程中,随着程序代码越写越多,在一个文件里代码就会越来越长,越来越不容易维护. 为了编写可维护的代 ...

随机推荐

  1. 关于jquery的click()方法

    昨天,有个同事研究了以下jqury的click()方法,代码如下: <!DOCTYPE html> <html> <head> <meta charset=& ...

  2. python pyspark入门篇

    一.环境介绍: 1.安装jdk 7以上 2.python 2.7.11 3.IDE pycharm 4.package: spark-1.6.0-bin-hadoop2.6.tar.gz 二.Setu ...

  3. CCF认证201712-2游戏

    问题描述 有n个小朋友围成一圈玩游戏,小朋友从1至n编号,2号小朋友坐在1号小朋友的顺时针方向,3号小朋友坐在2号小朋友的顺时针方向,……,1号小朋友坐在n号小朋友的顺时针方向. 游戏开始,从1号小朋 ...

  4. 关于JQ中ready()方法的几种写法总结

    ——习惯贵在坚持,天才在于积累. 好久没写博客的我,似乎是忘记了当初写博客的初衷是要在博客笔记中提升自己的写作能力和积累自己的知识要点. 废话不多说. ready()方法作用: 在页面加载完成后,立即 ...

  5. 详解 Python3 正则表达式(五)

    上一篇:详解 Python3 正则表达式(四) 本文翻译自:https://docs.python.org/3.4/howto/regex.html 博主对此做了一些注明和修改 ^_^ 非捕获组和命名 ...

  6. linux下pcf8563驱动时钟使用

    环境: HelperA64开发板 Linux3.10内核 时间:2019.01.17 目标:PCF8563实时时钟驱动的使用 问题:因为pcf8563的驱动是linux内核自带的,网上也有很多分析的方 ...

  7. C# 用QQ企业邮箱发邮件

    问题System.Net.Mail下的SmtpClient来发送邮件,而System.Net.Mail only仅支持Explicit SSL 不要465端口,用25,不用EnableSsl = tr ...

  8. 20155238 2016-2017-2 《Java程序设计》第三周学习总结

    教材学习内容总结 类定义使用class关键词,名称使用Cloths,建立实例运用New关键词 Clothes c1 = new Clothes(); = :制定参考名称参考某个对象 == :比较参考名 ...

  9. Noip前的大抱佛脚----奇技淫巧

    STL函数 set set查找前驱后继 multiset<int>::iterator iter; S.insert(x); iter=S.find(x);//返回迭代器 iter--;/ ...

  10. bzoj 2238 Mst

    显然先求出最小生成树 如果删的是非树边就不用管,还是能取最小生成树 如果删的是树边就有非树边可以替代它 反向考虑,每条非树边可以替代最小生成树上一条路径的边 所以树剖加线段树,对每条非树边在树上更新对 ...