代码搜索:diveintopython

找到约 457 项符合「diveintopython」的源代码

代码结果 457
www.eeworm.com/read/295246/8178613

py plural6.py

"""Pluralize English nouns (stage 6) This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. Comma
www.eeworm.com/read/295246/8178615

py pluraltest6.py

"""Unit test for plural6.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__ = "Ma
www.eeworm.com/read/295246/8178623

py pluraltest1.py

"""Unit test for plural1.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__ = "Ma
www.eeworm.com/read/295246/8178641

py 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
www.eeworm.com/read/295246/8178647

py 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
www.eeworm.com/read/295246/8178655

py 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
www.eeworm.com/read/295246/8178658

py 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
www.eeworm.com/read/295246/8178715

py 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
www.eeworm.com/read/367736/9734951

py makerealworddoc.py

"""Convert HTML page to Word 97 document This script is used during the build process of "Dive Into Python" (http://diveintopython.org/) to create the downloadable Word 97 version of the book (http:/
www.eeworm.com/read/367736/9734963

py soundextest.py

"""Unit test for soundex.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__ = "Ma