代码搜索结果
找到约 11,834 项符合
Python 的代码
dom0.py
#!/usr/bin/python
import sys
from xml.dom.ext import PrettyPrint
from xml.dom import minidom
doc = minidom.parse(open(sys.argv[1]))
xml-python.txt
Author: David Beazley (beazley@cs.uchicago.edu)
XML Processing in Python
========================
This chapter provides an general overview of XML processing topics in
Python. Particular atte
pydetect.py
while 1:
line = raw_input("Sentence: ")
if line == "":
break
words = line.split()
for w in words:
if w == "Python":
break # Python detected!
test1.py
#!/usr/bin/python
#
# test1.py: simple CGI script
#
print """Content-type: text/html
My First CGI Script
One and one and one and one and one is
dbwebsrv.log
>>> GET / HTTP/1.0
Caching department () at 2001-08-03 11:54:05.34
>>> GET /Image/py.gif HTTP/1.0
>>> GET /DeptHome/python HTTP/1.0
>>> GET /Image/py.gif HTTP/1.0
>>> GET / HTTP/1.0
Interval: 0
errata for practical python.htm
Errata for Practical Python
c2029.htm
String Objects in Python and Qt
book1.htm
GUI Programming with Python: QT Edition
c8349.htm
Delivering your Application
f26.htm
Preface