Python爬虫入门一之综述
摘要:大家好哈,最近博主在学习Python,学习期间也遇到一些问题,获得了一些经验,在此将自己的学习系统地整理下来,如果大家有兴趣学习爬虫的话,可以将这些文章作为参考,也欢迎大家一共分享学习经验。 Python版本:2.7,Python 3请另寻其他博文。 首先爬虫是什么? 网络爬虫(又被称为网页蜘蛛,网
阅读全文
posted @
2016-09-18 11:32
熊哥club
阅读(277)
推荐(0) 编辑
Python学习基础知识概要
摘要:1.输入输出 输出实例 1 2 print 'hello','world' hello world 1 2 print 'hello','world' hello world 1 2 1 2 print 'hello','world' hello world print 'hello','world
阅读全文
posted @
2016-09-18 11:31
熊哥club
阅读(467)
推荐(0) 编辑