Files
python3-cookbook/source/chapters/p14_test_debug_and_exceptions.rst

19 lines
623 B
ReStructuredText
Raw Normal View History

2014-08-21 10:27:10 +08:00
=============================
第十四章:测试调试和异常
=============================
Python provides a variety of useful built-in data structures, such as lists, sets, and dictionaries.
For the most part, the use of these structures is straightforward. However,
common questions concerning searching, sorting, ordering, and filtering often arise.
Thus, the goal of this chapter is to discuss common data structures and algorithms
involving data. In addition, treatment is given to the various data structures contained
in the collections module.
Contents:
.. toctree::
:maxdepth: 1
:glob:
../c14/*