名次 模块名称 被使用项目数
1 sys 7858
2 os 6983
3 re 5663
4 time 5268
5 random 3339
6 datetime 3310
7 setuptools 3225
8 logging 3189
9 subprocess 2991
10 unittest 2923
11 json 2865
12 urllib 2641
13 future 2541
14 collections 2295
15 shutil 2255
16 string 2254
17 threading 2220
18 math 2205
19 tempfile 2151
20 urllib2 2095
21 socket 2079
22 traceback 2070
23 copy 2055
24 optparse 2053
25 hashlib 2025
26 StringIO 1812
27 django.db 1780
28 distutils.core 1780
29 struct 1753
30 itertools 1720
31 django.conf 1719
32 types 1667
33 django.core.management 1658
34 django.contrib 1604
35 glob 1582
36 urlparse 1559
37 base64 1555
38 inspect 1523
39 django.http 1510
40 django 1496
41 cStringIO 1447
42 os.path 1432
43 django.shortcuts 1419
44 functools 1395
45 argparse 1379
46 operator 1360
47 warnings 1345
48 codecs 1308
49 django.template 1262
50 django.test 1216
51 pickle 1200
52 errno 1133
53 pprint 1107
54 signal 1102
55 requests 1082
56 cgi 1052
57 django.contrib.auth.models 1018
58 getopt 1010
59 ConfigParser 972
60 django.core.urlresolvers 963
61 httplib 947
62 uuid 938
63 pkg_resources 906
64 imp 901
65 doctest 899
66 csv 893
67 django.db.models 877
68 zipfile 861
69 textwrap 860
70 django.utils 844
71 gzip 817
72 io 804
73 platform 798
74 django.core.exceptions 775
75 md5 755
76 xml.dom 753
77 binascii 751
78 fnmatch 750
79 Queue 744
80 getpass 719
81 select 701
82 utils 699
83 stat 693
84 numpy 685
85 mimetypes 683
86 ctypes 678
87 models 673
88 django.contrib.auth.decorators 669
89 django.core.management.base 664
90 zlib 649
91 simplejson 648
92 thread 644
93 distutils 643
94 django.template.loader 632
95 fcntl 617
96 contextlib 614
97 django.utils.encoding 605
98 decimal 592
99 atexit 576
100 locale 575
101 django.core 572
102 PIL 554
103 cPickle 552
104 calendar 551
105 yaml 547
106 multiprocessing 544
107 hmac 540
108 django.utils.safestring 540
109 django.conf.urls 537
110 weakref 533
111 unicodedata 527
112 mock 517
113 tarfile 504
114 django.contrib.auth 504
115 settings 500
116 smtplib 480
117 htmlentitydefs 475
118 array 474
119 sqlite3 462
120 google.appengine.api 457
121 email 457
122 django.template.defaultfilters 455
123 util 454
124 sha 452
125 flask 452
126 config 444
127 UserDict 440
128 django.contrib.sites.models 439
129 shlex 438
130 lxml 436
131 difflib 432
132 django.core.mail 431
133 BaseHTTPServer 424
134 webbrowser 424
135 gc 419
136 django.forms 417
137 django.contrib.contenttypes.models 413
138 Image 407
139 jinja2 406
140 django.utils.html 396
141 bisect 394
142 twisted.internet 384
143 django.conf.urls.defaults 379
144 commands 375
145 pdb 374
146 pwd 373
147 sqlalchemy 368
148 pytest 366
149 django.core.cache 364
150 BeautifulSoup 359
151 xml.dom.minidom 357
152 django.views.generic.simple 355
153 django.views.generic 355
154 xmlrpclib 355
155 Cookie 355
156 exceptions 353
157 sets 349
158 posixpath 348
159 SocketServer 347
160 code 343
161 django.core.paginator 338
162 gettext 338
163 google.appengine.ext.webapp 336
164 urllib.request 334
165 south.db 332
166 urllib.parse 329
167 new 329
168 pstats 329
169 msvcrt 328
170 builtin 325
171 ez_setup 324
172 gtk 323
173 django.dispatch 321
174 MySQLdb 318
175 HTMLParser 315
176 termios 311
177 scipy 311
178 pkgutil 309
179 abc 309
180 matplotlib 307
181 django.db.models.signals 306
182 six 306
183 xml.sax.saxutils 303
184 xml.sax 301
185 chardet 298
186 heapq 296
187 django.test.client 295
188 cProfile 295
189 bs4 290
190 sgmllib 289
191 django.utils.functional 287
192 xml.etree 286
193 ssl 283
194 tokenize 282
195 django.db.models.query 281
196 xml 281
197 nose.tools 281
198 nose 275
199 pygments 273
200 gobject 270

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

  1. Python常用模块之sys

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

  2. Python常用模块中常用内置函数的具体介绍

    Python作为计算机语言中常用的语言,它具有十分强大的功能,但是你知道Python常用模块I的内置模块中常用内置函数都包括哪些具体的函数吗?以下的文章就是对Python常用模块I的内置模块的常用内置 ...

  3. python——常用模块2

    python--常用模块2 1 logging模块 1.1 函数式简单配置 import logging logging.debug("debug message") loggin ...

  4. python——常用模块

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

  5. Python常用模块——目录

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

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

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

  7. python常用模块之时间模块

    python常用模块之时间模块 python全栈开发时间模块 上次的博客link:http://futuretechx.com/python-collections/ 接着上次的继续学习: 时间模块 ...

  8. python常用模块之subprocess

    python常用模块之subprocess python2有个模块commands,执行命令的模块,在python3中已经废弃,使用subprocess模块来替代commands. 介绍一下:comm ...

  9. python常用模块之string

    python常用模块string模块,该模块可以帮我们获取字母.数字.特殊符号. import string #打印所有的小写字母 print(string.ascii_lowercase) #打印所 ...

随机推荐

  1. MySQL设置当前时间为默认值的方法

    方法一.是用alert table语句: 复制代码代码如下: use test_db1; create table test_ta1( id mediumint(8) unsigned not nul ...

  2. topcoder SRM 625 DIV2 AddMultiply

    由于题目告诉肯定至少存在一种解, 故只需要根据条件遍历一下, vector <int> makeExpression(int y) { vector<int> res; ; i ...

  3. POJ 1329 Circle Through Three Points(三角形外心)

    题目链接 抄的外心模版.然后,输出认真一点.1Y. #include <cstdio> #include <cstring> #include <string> # ...

  4. jQuery的Dom插入操作图示

  5. window 安装Mysql 5.6 发生系统错误 1067

    问题: #安装MySQL服务:mysqld -install MySQL5 D:\Program Files\mysql_5.6.24_winx64\bin>mysqld -install My ...

  6. U-Boot编译过程解析

    解压u-boot-2010.03.tar.bz2就可以得到全部U-Boot源程序.在顶层目录下有29个子目录,分别存放和管理不同的源程序.这些目录中所要存放的文件有其规则,可以分为3类. ● 与处理器 ...

  7. Redis_master-slave模式

    类似mysql的master-slave模式一样,redis的master-slave可以提升系统的可用性,master节点写入cache后,会自动同步到slave上. 环境: master node ...

  8. uboot中添加FIQ中断及相关问题

    本文主要说明了在uboot中添加FIQ中断时遇到的问题以及对应的解决办法. 首先交代一下项目的软硬件环境.硬件方面,使用s3c2440作为主控芯片,外接串口.网卡等设备.软件方面,主控芯片上电后运行u ...

  9. javascrit2.0完全参考手册(第二版) 第2章第3节 变量

    变量存储数据.每个变量都有一个名字,叫做标识符.在js中声明变量使用var关键字,var为新的数据分配存储空间,或者指示一直标识符正在使用.声明变量非常简单: var x; 这个语句告诉解释器一个新的 ...

  10. 关于ASPCMS标签调用的一些总结

    菜单的应用 <ul class="nav navbar-nav"> {aspcms:navlist} {}<!--判断是否有下级目录--> <li c ...