module_name,模块
package_name,包
ClassName,类
method_name,方法
ExceptionName,异常
function_name,函数
GLOBAL_VAR_NAME,全局变量
instance_var_name,实例
function_parameter_name,参数
local_var_name,本变量
爬取图片直接用get请求图片网址即可
1 # photo_url = 'https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-685513.jpg' 2 # response_get = requests.get(gif_uri) 3 # with open('panda.gif','wb') as f: 4 # f.write(response_get.content)