python_Q&A

__init__.py文件是干什么的

官网说明链接
将文件夹变为一个Python模块,也可以初始化包,设置__all__变量

UnicodeDecodeError: ‘utf-8’ when debugging Python files in PyCharm Community

In the Settings/Preferences dialog Ctrl+Alt+S, select Editor | File Encodings.

都设成 utf-8 就没问题了