代码搜索结果

找到约 11,834 项符合 Python 的代码

plural1.py

"""Pluralize English nouns (stage 1) This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. Command lin

soundex.py

"""Soundex algorithm 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 Pilg

odbchelper.py

"""odbchelper.py sample script This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. All this stuff at

pluraltest.py

"""Unit test for plural.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__ = "Mar

fibonacci.py

"""Fibonacci sequences using generators This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __au

regression.py

"""Regression testing framework This module will search for scripts in the same directory named XYZtest.py. Each such script should be a test suite that tests a module through PyUnit. (As of Python

urllister.py

"""Extract list of URLs in a web page This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __auth

thinking.bat

@echo off python thinking.py

hamilton.py

#!/usr/bin/env python # -*- coding: GB2312 -*- # Last modified: """ halmilton question """ __revision__ = '0.1' def isOK(k,x,c): for i in range (0,k): if x[k]==x[i] or not c[x[k]][x[k-

pychem.py

#!C:\WINDOWS\system32\python.exe from pychem import wxPyChemApp wxPyChemApp.main()