
Python
松鼠NLP
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Web crawler
The software needed to be installedsudo pip install requestssudo pip install BeautifulSoup4sudo pip install jupyter原创 2017-01-02 22:21:06 · 795 阅读 · 0 评论 -
Python异常
原创 2017-01-04 15:43:39 · 440 阅读 · 0 评论 -
Shell 与Python的交互
在python中:import osos.system('mkdir Test')则会在当前目录下生成Test目录,和shell一样原创 2017-01-04 22:23:00 · 732 阅读 · 0 评论 -
ConfigParser模块简明教程
参考官方文档:https://docs.python.org/3.4/library/configparser.htmlSupported INI File StructurePlease note写一个文件的例子再把它读出来ConfigParser函数原创 2017-01-05 17:58:39 · 471 阅读 · 0 评论 -
Python Requests 简明教程
参考官方文档http://www.python-requests.org/en/master/Requests 一个HTTP-Python库给URL地址传递参数读出对象的性质读取二进制文件对象JSON格式Github原创 2017-01-05 18:29:31 · 829 阅读 · 0 评论 -
Python类简明教程
Python类简明教程原创 2017-01-04 15:22:00 · 583 阅读 · 0 评论 -
Python3 Urllib学习
urllib 的四个模块 1 . urllib.request 2. urllib.error 3. urllib.parser 4. urllib.robotparser import urllib.request response = urllib.request(“http://yaopu.github.io“) /#得到的是一个对象,response type(resp原创 2017-01-07 20:17:35 · 791 阅读 · 0 评论 -
Python读文件要用到的一些东西
enumerate 函数,读取内容和行split 函数 切割字符串 len() 每一行字符串的个数原创 2017-01-09 14:08:36 · 501 阅读 · 0 评论 -
Python数理统计
参考此文:http://wenku.baidu.com/link?url=A6-0HbEHaHO4XFMwaoTuHzEnkaDhmzjCjGxpLh3dey3rJlPR9n63opl-uwOiaNm3W08qDl-IZv9hVulOGZCXF0CIzJPAQ5ahtiJ8HyiIdkG原创 2017-02-13 20:15:15 · 2600 阅读 · 0 评论