代码搜索:diveintopython

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

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

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

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

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

py apihelper.py

"""Cheap and simple API helper 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/9735073

py 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
www.eeworm.com/read/253499/12218805

py apihelpertest.py

"""Unit test for apihelper.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__ = "
www.eeworm.com/read/253499/12219015

py odbchelpertest.py

"""Unit test for odbchelper.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__ =
www.eeworm.com/read/119287/14834254

py apihelpertest.py

"""Unit test for apihelper.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__ = "
www.eeworm.com/read/119287/14834318

py odbchelpertest.py

"""Unit test for odbchelper.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__ =
www.eeworm.com/read/330387/3424208

py plural3.py

"""Pluralize English nouns (stage 3) 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