博客目录总纲首页

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. [luogu2312] 解方程

    题面 ​ 秦九韶公式 ​ 看了上面这个之后大家应该都会了, 就是读入的时候边读入边取模, 从\(1\)到\(m\)间将每一个数带进去试一下就可以了, 复杂度是\(O(nm)\)的. ​ 古人的智慧是无 ...

  2. Java 中 Emoji 的正则表达式

    一.emoji 的范围 查阅维基百科中 emoji 的说明 1. 杂项符号及图形 杂项符号及图形一共有768个字符,范围为: U+1F300 - U+1F5FF,在 Java 中正则表达式为: &qu ...

  3. POJ 1080( LCS变形)

    题目链接: http://poj.org/problem?id=1080 Human Gene Functions Time Limit: 1000MS   Memory Limit: 10000K ...

  4. 让你的QT显示一个窗口吧

    项目文件 01_QtTest.pro #------------------------------------------------- # # Project created by QtCreat ...

  5. mac电脑iTerm2链接linux服务器断线解决方案

    问题 用windows链接linux服务器,方式很多,我最经常用的是xshell.但是xshell没有mac版,那用mac电脑,比较好的命令行软件是什么呢?我用的是iTerm2 ,这个功能确实蛮强大, ...

  6. Hadoop源码学习笔记之NameNode启动场景流程一:源码环境搭建和项目模块及NameNode结构简单介绍

    最近在跟着一个大佬学习Hadoop底层源码及架构等知识点,觉得有必要记录下来这个学习过程.想到了这个废弃已久的blog账号,决定重新开始更新. 主要分以下几步来进行源码学习: 一.搭建源码阅读环境二. ...

  7. POJ 1235 Machine Schedule 【二分图】

    这道题考察对最小点覆盖的理解. 做法: 对于一个作业,它需要A的a模式和B的b模式,那么可以从a模式向b模式连一条边:可以感性的理解为每一条边就是一个作业,需要求得有多少个模式可以覆盖所有的边,也就是 ...

  8. JavaWeb基础—会话管理之Cookie

    一.什么是会话 打开浏览器,浏览各种资源,点击各种超链接,直至关闭浏览器,整个过程称为会话 二.会话管理的两种技术 1.Cookie 基于客户端.在客户端记录信息来确认用户身份.以cookie的形式写 ...

  9. RabbitMQ(三):消息持久化策略

    原文:RabbitMQ(三):消息持久化策略 一.前言 在正常的服务器运行过程中,时常会面临服务器宕机重启的情况,那么我们的消息此时会如何呢?很不幸的事情就是,我们的消息可能会消失,这肯定不是我们希望 ...

  10. 【SQLSERVER】处理一对多标签的语法糖

    数据库表设计的时候,经常会出现一对多的情况,比如标签.明细之类的. 有时,需要在一个查询中,将每个主体的所有标签在一个字段中展示出来,这个时候就可以用 FOR XML PATH 这个语法轻易的实现. ...