Files
python3-cookbook/source/chapters/p11_network_and_web_program.rst
2015-04-28 15:13:01 +08:00

18 lines
511 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=============================
第十一章网络与Web编程
=============================
This chapter is about various topics related to using Python in networked and distributed
applications. Topics are split between using Python as a client to access existing
services and using Python to implement networked services as a server. Common techniques
for writing code involving cooperating or communicating with interpreters are
also given.
Contents:
.. toctree::
:maxdepth: 1
:glob:
../c11/*