python环境搭建注意事项
安装python参考,个人更喜欢用jupyter notebook,不过追求更严谨的小伙伴还是用pycharm。
从零开始!Jupyter Notebook的安装教程(附带pip和Python的安装教程)_jupyter notebook安装教程-CSDN博客
不爬梯的情况下,使用pip安装很容易超时然后报错。
下载pandas的时候就出现了超时,于是在网上找到网友解决方案,从阿里云的国内镜像库下载。在cmd里输入下列语句就可以。
pip install pandas -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com/pypi/simple
dataframe操作
excel文件读写
python打包exe
Python小技巧—jupyter notebook脚本生成exe_python打包时会把jupyter也打包吗-CSDN博客
python读取excel中带公式的值

浙公网安备 33010602011771号