月归档:2020年08月

ModuleNotFoundError: No module named ‘***‘

在用 Python 编写程序后,如果在运行时报错如下,说明该模块还未安装,需要进 … 继续阅读

发表在 Python | 标签为 , , , , , , | 留下评论

python -m pip install –upgrade pip

如果再用工具 pip 安装模块的过程中,出现如下提示: You are usin … 继续阅读

发表在 Python | 标签为 , , , | 留下评论

Python 格言(The Zen of Python)

Python 的设计哲学是“优雅”、“明确”、“简单”。因此,Perl 语言中“ … 继续阅读

发表在 Python | 标签为 , , | 留下评论