代码搜索结果

找到约 10,000 项符合 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

title.py.orig

#!/usr/local/bin/python import sys import re p = r'(.*?)' p = r'((.|\n)*?)' filename = sys.argv[1] data = open(filename).read() m = re.search(p,da

title.py

#!/usr/bin/python import sys import re p = r'(.*?)' p = r'((.|\n)*?)' filename = sys.argv[1] data = open(filename).read() m = re.search(p,data) if not m:

c2029.htm

String Objects in Python and Qt

book1.htm

GUI Programming with Python: QT Edition