Python
simplecat123
成功就是过自己想要的生活
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
urllib Python 2 name Python 3 name
urllibPython 2 namePython 3 name urllib.urlopen() Deprecated. See urllib.request.urlopen() which mirrorsurllib2.urlopen() urllib.urlretrieve() urllib.request.urlretrieve() urllib.urlcleanup() url转载 2014-08-28 13:39:19 · 776 阅读 · 0 评论 -
py文件右键Edit with IDLE选项(windows)
cmd regedit 在HKEY_CLASSES_ROOT\SystemFileAssociations中添加.py\shell\Edit with IDLE\command HKEY_CLASSES_ROOT\SystemFileAssociations\.py\shell\Edit with IDLE\command command的值为"D:\Python27\pyt原创 2014-08-28 22:21:00 · 4627 阅读 · 1 评论 -
python字符串与数字的转化
数字变为字符串 str(4) 字符串变为数字 string.atoi(s,[,base]) //base为进制基数 浮点数转换 string.atof(s) 字符转数字 int(str)转载 2014-08-29 19:37:20 · 6097 阅读 · 0 评论 -
Python – (转)time
http://www.blogjava.net/cpegtop/archive/2012/07/30/384308.html转载 2014-08-30 09:30:42 · 596 阅读 · 0 评论 -
BeautifulSoup+正则+Python 抓取网页数据
最近在研究利用Python抓取新浪微博数据原创 2014-08-30 09:34:15 · 2801 阅读 · 1 评论 -
用Python做网页抓取与解析入门笔记(转)
http://www.open-open.com/lib/view/open1346166586770.html转载 2014-09-04 14:07:36 · 744 阅读 · 0 评论
分享