您的位置:首页 > 编程语言 > Python开发

python 常用模块 Top200

2016-05-30 17:40 609 查看
名次 模块名称 被使用项目数

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: