代码搜索结果

找到约 10,000 项符合 Python 的代码

module-shelve.html

3.14 shelve -- Python object persistence

module-tabnanny.html

17.6 tabnanny -- Detection of ambiguous indentation

module-threading.html

7.5 threading -- Higher-level threading interface

module-math.html

5.1 math -- Mathematical functions

module-re.html

4.2 re -- Regular expression operations

module-imghdr.html

14.9 imghdr -- Determine the type of an image

crypto.html

15. Cryptographic Services

kgptest.py

"""Unit test for kgp.py This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "Mark P

piglatin.py

"""Convert text to Pig Latin This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "M