名次 模块名称 被使用项目数
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的关于TABLE_SCHEMA的sql语句和nformation_schema表

    1.查询sjcenter数据库里开头为sj_demo和sj_onlyinv的所有表的总条数 select sum(table_rows) from (select table_name,table_r ...

  2. 浅谈Javascript中Promise对象的实现

    https://segmentfault.com/a/1190000000684654 What? Promise是CommonJS的规范之一,拥有resolve.reject.done.fail.t ...

  3. POJ 3276 (开关问题)

    题目链接: http://poj.org/problem?id=3276 题目大意:有一些牛,头要么朝前要么朝后,现在要求确定一个连续反转牛头的区间K,使得所有牛都朝前,且反转次数m尽可能小. 解题思 ...

  4. JAVA的自动装箱拆箱

    转自:http://www.cnblogs.com/danne823/archive/2011/04/22/2025332.html 蛋呢  的空间 ??什么是自动装箱拆箱 基本数据类型的自动装箱(a ...

  5. [译]使用Continuous painting mode来分析页面的绘制状态

    Chrome Canary(Chrome “金丝雀版本”)目前已经支持Continuous painting mode,用于分析页面性能.这篇文章将会介绍怎么才能页面在绘制过程中找到问题和怎么利用这个 ...

  6. Codeforces Round #228 (Div. 2) A. Fox and Number Game

    #include <iostream> #include <algorithm> #include <vector> #include <numeric> ...

  7. 【BZOJ】2795: [Poi2012]A Horrible Poem

    题意 一个长度为\(n(n \le 500000)\)的字符串\(s\),给\(q(q \le 2000000)\)个询问,每个询问给一个区间\([l, r]\),求这个区间内最短的循环节. 分析 分 ...

  8. iOS 项目中用到的一些开源库和第三方组件

    iOS 项目中用到的一些 iOS 开源库和第三方组件 分享一下我目前所在公司 iOS 项目中用到的一些 iOS 开源库和第三方组件, 感谢开源, 减少了我们的劳动力, 节约了我们大量的时间, 让我们有 ...

  9. VS2010 F5调试时出现:“ 尝试运行项目时出错:未捕获通过反射调用的方法引发的异常”解决

    VS2010 F5调试时出现 尝试运行项目时出错:未捕获通过反射调用的方法引发的异常 两个解决方法:1) 打开项目属性,选择调试选项卡,将“启用非托管代码调试”一项钩上.2) 打开项目属性,选择调试选 ...

  10. Watering Grass

    题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/E 题意: 给定一条草坪,草坪上有n个喷水装置.草坪长 ...