摘要: https://study.163.com/course/courseLearn.htm?courseId=1005913008#/learn/text?lessonId=1053258283&courseId=1005913008 把豆瓣“即将上映”的电影爬出来。 很简陋的代码,现在的知识只能写这 阅读全文
posted @ 2018-12-22 22:05 薇薇前进 阅读(440) 评论(0) 推荐(0) 编辑
摘要: https://study.163.com/course/courseLearn.htm?courseId=1005913008#/learn/video?lessonId=1053258282&courseId=1005913008 课堂上的代码,做个记录 阅读全文
posted @ 2018-12-22 20:00 薇薇前进 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 程序运行报错:requests.exceptions.SSLError: HTTPSConnectionPool(host='movie.douban.com', port=443): Max retries exceeded with url: /cinema/nowplaying/changsh 阅读全文
posted @ 2018-12-22 19:15 薇薇前进 阅读(700) 评论(0) 推荐(0) 编辑
摘要: https://study.163.com/course/courseMain.htm?courseId=1005913008在学习这个视频教程中,看到老师使用了if __name__ == 'main': 代码,所以百度找了下使用原理: 原文链接:http://www.dengfeilong.co 阅读全文
posted @ 2018-12-22 19:07 薇薇前进 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 使用PyCharm中,代码整体左移,可是按tab没反应,百度找到这个文章,解决了问题。 以下为原文: 这里借鉴了https://blog.csdn.net/u013088062/article/details/50148219它是将Pycharm作为Vim编辑器使用的。 我们在Ubuntu中的安装P 阅读全文
posted @ 2018-12-22 19:04 薇薇前进 阅读(3358) 评论(0) 推荐(0) 编辑
摘要: 安装了PyCharm,写代码过程中总是看到有波浪线,百度了下找到了这篇文章。 原文链接https://blog.csdn.net/Jason_Lewis/article/details/75386598 最近刚刚接触Python,为了养成好习惯,尽量保证自己写的代码符合PEP8代码规范,下面是过程中 阅读全文
posted @ 2018-12-22 19:00 薇薇前进 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: Python学习开始,记录下学习过程中的问题以及解决方法。就当是Python的学习笔记吧。希望可以坚持学习下去。 阅读全文
posted @ 2018-12-22 18:56 薇薇前进 阅读(107) 评论(0) 推荐(0) 编辑