1.安装插件
- 调出命令面板(ctrl+shift+p)
- 配置中文界面
configure display language- 配置python编译环境
2.常用插件
- code runer
3.远程拉取、推送
git
4.安装第三方库目录
pip install pandas
pip install openpyxl
pip install xlwings
pip install matplotlib
pip install pyecharts
pip install requests
pip install django
pip install pyinstaller
pip install pymongo
pip install lxml
pip install retrying
5.错误总结
-
ImportError: Missing optional dependency ‘openpyxl’. Use pip or conda to install openpyxl.
pip install openpyxl
-
Expected indented block
应为缩进块
-
UserWarning: Workbook contains no default style, apply openpyxl’s default
-
TypeError: list indices must be integers or slices, not str
列表索引必须是整数或片,而不是str