26. 开发工具

此章描述的模块帮助您编写软件。例如, pydoc module takes a module and generates documentation based on the module’s contents. The doctest and unittest modules contains frameworks for writing unit tests that automatically exercise code and verify that the expected output is produced. 2to3 can translate Python 2.x source code into valid Python 3.x code.

此章描述的模块列表:

上一话题

25.6. 其它 GUI (图形用户界面) 包

下一话题

26.1. pydoc — 文档编制生成器和在线帮助系统

本页