Python 字典(Dictionary)
关键词:字典dictionary、python dictionary、python dictionary u、python的dictionary、python中dictionary、python 字典、python 遍历字典、pytho...
cdadata
9年前 (2016-07-06) 3076℃
0喜欢
Python 元组
关键词:python元组操作、python 元组 添加元素、python 元祖、python 元组 列表、python 元组转list、python 元组遍历、python 元组转字符串
Python的元组与列表类似,不同之处在于元组的元素不能修改。
元组使用...
cdadata
9年前 (2016-07-06) 7313℃
1喜欢
Python 列表(List)
关键词:python list、清空列表 python list、python list 操作、python list 长度、python list 排序、 python list sort、python list 合并、python list a...
cdadata
9年前 (2016-07-06) 2944℃
0喜欢
Python 字符串
关键词:python 字符串截取、python 字符串替换、python 字符串连接、python 字符串比较、python字符串转数字、python 字符串查找、python 字符串分割、python 字符串操作、python 字符串拼接
字符串是 Pyt...
cdadata
9年前 (2016-07-06) 4191℃
1喜欢
Python Number(数字)
关键词:python is number、python number
Python Number 数据类型用于存储数值。
数据类型是不允许改变的,这就意味着如果改变 Number 数据类型的值,将重新分配内存空间。
以下实例在变量赋值时 Num...
cdadata
9年前 (2016-07-06) 2619℃
0喜欢
Python continue 语句
关键词:continue语句、continue语句的作用
Python continue 语句跳出本次循环,而break跳出整个循环。
continue 语句用来告诉Python跳过当前循环的剩余语句,然后继续进行下一轮循环。
continu...
cdadata
9年前 (2016-07-06) 2409℃
0喜欢
Python break 语句
关键词:break语句、break语句的用法、Python基础教程、python培训
Python break语句,就像在C语言中,打破了最小封闭for或while循环。
break语句用来终止循环语句,即循环条件没有False条件或者序列还没被完...
cdadata
9年前 (2016-07-06) 3267℃
0喜欢
如何进行多组数据中组间的两两比较?
关键词:两组性别卡方检验,两组数据卡方检验,两组数据的卡方检验,多组卡方检验spss,三组数据的卡方检验
如有三组数据,组别为A、B、C,先进行三组间的卡方检验,现想对三组间进行两两检验比较,如何进行呢?可否分别对两组进行卡方检验?会不会降低检...
cdadata
9年前 (2016-07-05) 20990℃
13喜欢
python实现简易采集爬虫_python实现爬虫
关键词:python简易爬虫、python实现网络爬虫、python实现爬虫、网络爬虫 python
#!/usr/bin/python
#-*-coding:utf-8-*-
# 简易采集爬虫
# 1.采集Yahoo!Ans...
cdadata
9年前 (2016-07-05) 3625℃
1喜欢
logistics中的hosmer and Lemeshow Test
关键词:hosmer lemeshow test,hosmer lemeshow检验,hosmer和lemeshow检验
用spss做logistics回归分析,如何根据Hosmer and Lemeshow...
cdadata
9年前 (2016-07-05) 32966℃
19喜欢