Python
alanlonglong
一分耕耘一分收获
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【python异常记录】之IndentationError: unexpected indent
IndentationError: unexpected indent close failed in file object destructor: sys.excepthook is missing lost sys.stderr 由于在centos服务器手敲代码调试程序,在for循环的字句中出现缩进错误原创 2018-01-20 12:21:08 · 758 阅读 · 0 评论 -
内置函数--备用
内置函数 abs() divmod() input() open() staticmethod() all() enumerate() int() ord() str() any() eval() isinstance() pow() sum() basestring() execfile() issu原创 2018-01-20 13:06:28 · 220 阅读 · 0 评论 -
Python标准库--留给自己作查询
虽然“Python语言参考”描述了Python语言的确切语法和语义,但该库参考手册描述了使用Python分发的标准库。它还介绍了Python发行版中通常包含的一些可选组件。 Python的标准库非常广泛,提供了下面列出的长表所示的各种设施。该库包含内置模块(用C语言编写),提供对Python程序员无法访问的系统功能(如文件I / O)的访问,以及使用Python编写的模块,为出现的许多问题提翻译 2018-01-20 13:06:51 · 7675 阅读 · 0 评论 -
python之matplotlib 之pyplotAPI
功能 描述 acorr 绘制自相关x。 angle_spectrum 绘制角度谱。 annotate xy用文字标注点s。 arrow 向轴添加一个箭头。 autoscale 自动缩放轴视图到数据(切换)。 axes 向图中添加一个轴。 axhline 在轴上添加一条水平线。 axhspan原创 2018-02-05 22:07:13 · 1691 阅读 · 0 评论
分享