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

Python如何安装pandas库,简单3步解决,亲测有效。_pandas pip-CSDN博客

dataframe操作

Pandas DataFrame 中取单个值的读取和修改_pandas读取一个数值-CSDN博客

Pandas 数据结构 – DataFrame | 菜鸟教程 (runoob.com)

excel文件读写

jupyter notebook读取/导出excel文件_jupyter 怎么打开excel-CSDN博客

用python对excel进行操作_jupyter notebook 读取excel文件中的子表-CSDN博客

python打包exe

Python小技巧—jupyter notebook脚本生成exe_python打包时会把jupyter也打包吗-CSDN博客

将jupyter notebook脚本打包成exe - CSDN文库

python读取excel中带公式的值

Python读取excel文件中带公式的值的实现_python excel公式-CSDN博客

posted @   villefort  阅读(24)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 地球OL攻略 —— 某应届生求职总结
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 提示词工程——AI应用必不可少的技术
· .NET周刊【3月第1期 2025-03-02】
点击右上角即可分享
微信分享提示