全国旗舰校区

不同学习城市 同样授课品质

北京

深圳

上海

广州

郑州

大连

武汉

成都

西安

杭州

青岛

重庆

长沙

哈尔滨

南京

太原

沈阳

合肥

贵阳

济南

下一个校区
就在你家门口
+
当前位置:首页  >  技术干货  >  Python技术干货  >  详情

怎么查看python文档

来源:千锋教育
发布人:xqq
2023-11-06

推荐

在线提问>>

查看文档是一个程序员的基本功,这里简单介绍几种查看Python文档的方法,下面以struct模块为例。

1.help

在交互模式下,help函数是获取文档的好帮手,使用非常简单。

>>>importstruct

>>>help(struct)

Helponmodulestruct:

NAME

struct

DESCRIPTION

FunctionstoconvertbetweenPythonvaluesandCstructs.

PythonbytesobjectsareusedtoholdthedatarepresentingtheCstruct

andalsoasformatstrings(explainedbelow)todescribethelayoutofdata

intheCstruct.

Theoptionalfirstformatcharindicatesbyteorder,sizeandalignment:

@:nativeorder,size&alignment(default)

=:nativeorder,std.size&alignment

<:little-endian,std.size&alignment

>:big-endian,std.size&alignment

!:sameas>

Theremainingcharsindicatetypesofargsandmustmatchexactly;

thesecanbeprecededbyadecimalrepeatcount:

x:padbyte(nodata);c:char;b:signedbyte;B:unsignedbyte;

?:_Bool(requiresC99;ifnotavailable,charisusedinstead)

h:short;H:unsignedshort;i:int;I:unsignedint;

2.__doc__

__doc__是每个对象都有的属性,其存放了对象文档。

3.离线文档

安装Python时会自带一个chm格式的离线文档Pythondocumention,该文档的信息比较全。

4.离线模块文档

Python针对模块还有一个单独的文档,该文档在浏览器中查看。

5.在线文档。

以上内容为大家介绍了怎么查看python文档,希望对大家有所帮助,如果想要了解更多Python相关知识,请关注IT培训机构:千锋教育。

相关文章

如何使用python中的help函数?

如何使用python的callable函数?

python gensim库是什么?

python中xluntils库是什么?

python中getattr()是什么?

开班信息 更多>>

课程名称
全部学科
咨询

HTML5大前端

Java分布式开发

Python数据分析

Linux运维+云计算

全栈软件测试

大数据+数据智能

智能物联网+嵌入式

网络安全

全链路UI/UE设计

Unity游戏开发

新媒体短视频直播电商

影视剪辑包装

游戏原画

    在线咨询 免费试学 教程领取