收集python常用的脚本. 这样可以在需要的时候直接就用,避免到处去去找, 浪费时间~. 计划按照下面分类
去进行收集整理.
Notebook | Description |
---|---|
download | 使用requests 下载文件、显示下载进度 |
Notebook | Description |
---|---|
question | 文件相关的问题整理 |
traverse-directories | 目录遍历 |
excel | excel读写 |
Notebook | Description |
---|---|
pendulum | pendulum库日期使用整理 |
Notebook | Description |
---|---|
download | 使用better_exceptions 展示异常时变量值 |
Notebook | Description |
---|---|
pyinstaller | windows下使用pyinstaller打包 |
Notebook | Description |
---|---|
performance-analysis | 性能优化整理 |
待整理:
- https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/
- https://blog.dominodatalab.com/lesser-known-ways-of-using-notebooks/
- https://github.com/niloch/iplotter
- https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook#gs.ARjLZWE
Notebook | Description |
---|---|
subprocess_windowserror_5 | windows下subprocess启动的子进程调用os.rename 出错WindowsError: [Error 5] |
Notebook | Description |
---|---|
pymysql | pymysql使用整理 |
knowledge | SQL知识点 |
question | mysql一些问题整理 |
- 执行命令
git clone https://github.com/510908220/python-toolbox.git
cd python-toolbox
,执行docker-compose up
. 打开浏览器,输入http://192.168.0.66:8888