
python
red_west
这个作者很懒,什么都没留下…
展开
-
centos7安装HFE算法
参考文章:https://fracpete.github.io/python-weka-wrapper/install.html 需要将JDK写到环境变量里面去 安装步骤如网站所示。 除此以外: 在javabridge安装时报错,需要在之前再安装一个Cython。 再安装python-weka-wrapper即可。 ...原创 2020-03-09 12:51:02 · 152 阅读 · 0 评论 -
python-027
0.集合中的元素唯一 1.frozenset() 2.len()计算 3.报错 4.不一样 5.报错 6.set.add() set.remove()原创 2017-10-17 17:31:04 · 180 阅读 · 0 评论 -
python-028
0.A 1.只读 2.不懂 3.关闭之后缓存的内容才会存入文件中 4.将文件转化为列表list(f) 5.for each_line in f: print(each_line) 6.读取10个字符长度 7.f.tell 8.不懂原创 2017-10-17 20:46:04 · 245 阅读 · 0 评论 -
python-026
0.不支持 1.报错 2.序列检查,检查字典只能检查键,不能检查值 3.没有 4.1:‘数字’,3:‘数字’ 5.dict2 = dict1 动动手: 0.#-------利用字典编写登录程序------# contacts = dict() while 1: print('|---新建用户:N/n---|') print('|--原创 2017-10-17 09:45:14 · 154 阅读 · 0 评论 -
python-025
0.python中的字典 1.dict1 = {'F':70, 'C':67, 'h':104, 'i':105, 's':115 >>> dict1['C'] 2.不对,字典是映射 3.emmmm 4.一样的,全都是字典 a是字典 //不懂 5.data = '1000, 小甲鱼, 男' MyDict = {} (MyDict['id'], MyDict['na原创 2017-10-15 20:46:16 · 167 阅读 · 0 评论