代码搜索:diveintopython
找到约 457 项符合「diveintopython」的源代码
代码结果 457
www.eeworm.com/read/367736/9735065
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/367736/9735069
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/367736/9735079
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/367736/9735081
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/367736/9735085
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/367736/9735087
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/367736/9735115
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/253499/12218823
py 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
www.eeworm.com/read/253499/12218868
py roman2.py
"""Convert to and from Roman numerals
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/253499/12218924
py roman1.py
"""Convert to and from Roman numerals
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__auth