记在川师的第二年前
个人博客地址:https://www.wjsaya.top
github地址:https://github.com/wjsaya/
[python每日一练]--0009:找出html里的链接
题目链接:https://github.com/Show-Me-the-Code/show-me-the-code
我的github链接:https://github.com/wjsaya/python_spider_learn/tree/master/python_daily
个人博客地址:https://wjsaya.github.io
第 0009 题:一个HTML文件,找出里面的链接。
[随笔一写]--在本科的第一个月
进入本科的第一个月,心累!总结篇
[python爬虫]--爬取mzitu.com的图片并保存
最近在学习python爬虫,写出来的一些爬虫记录在csdn博客里,同时备份一个放在了github上。
github地址:https://github.com/wjsaya/python_spider_learn/
因为本人为菜鸡一只,所以写出来的代码应该是十分丑陋并且效率底下的,请各路大神不要鄙视,当然,如果能够不吝赐教那就更好啦(≧▽≦)/
个人博客:https://wjsaya.github.io
CSDN博客::http://blog.csdn.net/saya_wj
本次内容:爬取mzitu.com的图片并保存到本地
[python每日一练]--0008:找出html中正文
题目链接:https://github.com/Show-Me-the-Code/show-me-the-code
我的github链接:https://github.com/wjsaya/python_spider_learn/tree/master/python_daily
个人博客地址:https://wjsaya.github.io
第 0008 题:一个HTML文件,找出里面的正文。
[python每日一练]--0007:代码统计
题目链接:https://github.com/Show-Me-the-Code/show-me-the-code
我的github链接:https://github.com/wjsaya/python_spider_learn/tree/master/python_daily
个人博客地址:https://wjsaya.github.io
第 0007 题:有个目录,里面是你自己写过的程序,统计一下你写过多少行代码。包括空行和注释,但是要分别列出来。