《Python编程案例教程》第章--网络爬虫.pptx
胜利****实阿
亲,该文档总共41页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
Python编程案例教程第章-网络爬虫.pptx
find_all('div',{'class':'bk_show_info'})find_all(name,attrs,recursive,string,limit)掌握通过正则表达式进行数据解析的方法match(pattern,string[,flags])或1)直接使用re模块方法用于编译正则表达式,生成一个正则表达式调用get()函数是获取网页最常用的方式,在调用requests.#调用json()方法python匹配python除了属性,Response对象还提供了两个常用的方法:reg=r'sr
《Python编程案例教程》第章--网络爬虫.pptx
find_all('div',{'class':'bk_show_info'})find_all(name,attrs,recursive,string,limit)掌握通过正则表达式进行数据解析的方法match(pattern,string[,flags])或1)直接使用re模块方法用于编译正则表达式,生成一个正则表达式调用get()函数是获取网页最常用的方式,在调用requests.#调用json()方法python匹配python除了属性,Response对象还提供了两个常用的方法:reg=r'sr
《Python编程案例教程》第章--游戏开发.pptx
#构造方法,初始化敌机对象的属性direction='down'screen=pygame.#判断事件是否为退出事件#获取当前等待处理的事件,使用for循环遍历里面的事件lines(surface,color,closed,pointlist,width)background=pygame.rect(screen,BLACK,[150,10,50,20])循环绘制下去,就可以得到物体移动的效果。image_num=0开发一款飞机大战游戏,要求:y))#将发射的子弹对象存储到bullet_list中defm
《Python编程案例教程》第章--异--常.pptx
classSexException(Exception):Traceback(mostrecentcalllast):print('商为:',c)#可能会引发异常的代码块Traceback(mostrecentcalllast):Traceback(mostrecentcalllast):Traceback(mostrecentcalllast):>>>ifa==1print("Yes")Traceback(mostrecentcalllast):捕获到了异常,但是又想重新引发它(传递异常),可以使用不带
Python编程案例教程第章-异-常.pptx
classSexException(Exception):Traceback(mostrecentcalllast):print('商为:',c)#可能会引发异常的代码块Traceback(mostrecentcalllast):Traceback(mostrecentcalllast):Traceback(mostrecentcalllast):>>>ifa==1print("Yes")Traceback(mostrecentcalllast):捕获到了异常,但是又想重新引发它(传递异常),可以使用不带