开发工具

此章描述的模块帮助您编写软件。例如, 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.

此章描述的模块列表:

See also the Python development mode: the -X dev 选项和 PYTHONDEVMODE 环境变量。

上一话题

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

下一话题

typing — 支持类型提示

本页