Files
python3-cookbook/source/chapters/p06_data_encoding_and_process.rst
2014-09-29 11:45:35 +08:00

16 lines
433 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.

=============================
第六章:数据编码和处理
=============================
这一章主要讨论使用Python处理各种不同方式编码的数据比如CSV文件JSONXML和二进制包装记录。
和数据结构那一章不同的是,这章不会讨论特殊的算法问题,而是关注于怎样获取和存储这些格式的数据。
Contents:
.. toctree::
:maxdepth: 1
:glob:
../c06/*