python学习记录

环境搭建

安装python3

下载链接

https://www.python.org/downloads/windows/

python学习记录_第1张图片

教程

https://blog.csdn.net/weixin_40844416/article/details/80889165

安装openpyxl

https://jingyan.baidu.com/article/6f2f55a1ef0b87f4b83e6c3a.html

https://blog.csdn.net/weixin_30919919/article/details/100004379

自动安装。

点击windows键+R键,弹出cmd框。

cmd框中输入pip install openpyxl,回车。

安装成功,则弹出消息Finished processing dependencies for openpyxl==openpyxl的版本号。

python学习记录_第2张图片

linux下protobuf的编译环境。

pip3 install protobuf = 3.20.1

centos 安装python

https://www.cnblogs.com/xiejava/p/15541899.html

你可能感兴趣的:(python,学习,开发语言)