代码搜索:diveintopython

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

代码结果 457
www.eeworm.com/read/367736/9734969

py builddialectexamples.py

"""Build examples of output of dialect module This script is used during the build process of "Dive Into Python" (http://diveintopython.org/) to create examples of the output of the code in chapter 4
www.eeworm.com/read/367736/9734974

py makerealworddoc.py

#coding=gbk """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
www.eeworm.com/read/367736/9734975

py search.py

"""Search Google from the command line This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """
www.eeworm.com/read/367736/9735036

py argecho.py

"""Echo command line arguments This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ =
www.eeworm.com/read/367736/9735040

py plural.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/367736/9735044

py pluraltest3.py

"""Unit test for plural3.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/9735048

py pluraltest2.py

"""Unit test for plural2.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/9735053

py pluraltest4.py

"""Unit test for plural4.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/9735061

py pluraltest5.py

"""Unit test for plural5.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/9735063

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