开发工具

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

此章描述的模块列表:

上一话题

IDLE

下一话题

typing — 支持类型提示

本页