摘要:
特此声明: 以下内容来源于博主:http://blog.csdn.net/pleasecallmewhy http://cuiqingcai.com/ 根据需要整理到自己的笔记中,用于学习。 网页抓取:把URL地址中指定的网络资源从网络流中读取出来,保存到本地。 在python中,使用urllib2 阅读全文
posted @ 2015-10-31 22:44
邬家栋
阅读(1741)
评论(0)
推荐(0)
摘要:
特此声明: 以下内容来源于博主:http://blog.csdn.net/pleasecallmewhy http://cuiqingcai.com/ 根据需要整理到自己的笔记中,用于学习。 网络爬虫(Web crawler):也叫网络蜘蛛(Web spider),网络爬虫的基本操作就是抓取网页。 阅读全文
posted @ 2015-10-31 21:46
邬家栋
阅读(251)
评论(0)
推荐(0)
摘要:
例1:用python程序将DNA的一条链翻译出来s1=’ATTACGGC‘ 此题感谢 每天一题目Python 的帮助得以解决 例2: 阅读全文
posted @ 2015-10-31 20:30
邬家栋
阅读(144)
评论(0)
推荐(0)
摘要:
方法一:使用aggregate()分组获取描述性统计量1 aggregate(mtcars[vars],by=list(am=mtcars$am),mean)2 aggregate(mtcars[vars],by=list(mtcars$am),mean)3 aggregate(mtcars[var... 阅读全文
posted @ 2015-10-31 16:25
邬家栋
阅读(2314)
评论(0)
推荐(0)

浙公网安备 33010602011771号