18 lines
511 B
ReStructuredText
18 lines
511 B
ReStructuredText
=============================
|
||
第十一章:网络与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/*
|