摘要: 参考链接 https://blog.csdn.net/u012662731/article/details/78537432 详解 python3 urllib https://www.jianshu.com/p/2e190438bd9c 需要的包 requests 官方文档: https://do 阅读全文
posted @ 2019-01-31 21:39 Macaulish 阅读(160) 评论(1) 推荐(0) 编辑
摘要: 安装python插件:ext install python 配置flake8:pip install flake8 配置yapf:pip install yapf(在VScode中按Alt+Shift+F即可自动格式化代码) tips: 1. 更改变量名 在变量名上按F2即可实现重命名变量 阅读全文
posted @ 2019-01-31 21:12 Macaulish 阅读(287) 评论(0) 推荐(0) 编辑