一个完整的大作业

摘要: 1.选取一个自己感兴趣的主题,我选取了搜狐新闻 网站:http://news.sohu.com/ 2.网络上爬取相关的数据,并输出结果 3.进行文本分析,生成词云。 阅读全文
posted @ 2017-11-02 16:32 27--何卓霖 阅读(179) 评论(0) 推荐(0)

字符串操作练习:星座、凯撒密码、99乘法表、词频统计预处理

摘要: 星座: 凯撒密码: 输入姓名: 格式化输出GDP: 99乘法表: 歌曲: 打开校园新闻列表: 阅读全文
posted @ 2017-09-18 11:45 27--何卓霖 阅读(381) 评论(0) 推荐(0)

条件、循环、函数定义、字符串操作练习

摘要: 五角星: 同心圆: 太阳花: 国旗: 钻石太阳花: 学号: 星期: 身份证: 阅读全文
posted @ 2017-09-13 18:34 27--何卓霖 阅读(157) 评论(0) 推荐(0)

Python输入输出练习,运算练习,turtle初步练习

摘要: print("Hello World!!") name=input("what is your name?\n") where=input("where are you now?\n") age=input("how old are you ?\n") print("your name is {}".format(name)) print("you live in {}".format(wh... 阅读全文
posted @ 2017-09-06 11:46 27--何卓霖 阅读(275) 评论(0) 推荐(0)