
------ Python Practice
文章平均质量分 80
KLeonard
这个作者很懒,什么都没留下…
展开
-
Python解一道题的N种做法(2)
一道题的N种做法原创 2016-02-29 12:28:04 · 1402 阅读 · 0 评论 -
Python解一道题的N种做法(1)
题目描述:Check to see if a string has the same amount of 'x's and 'o's. The method must return a boolean and be case insensitive. The string can contains any char.原创 2016-02-28 23:46:33 · 1655 阅读 · 0 评论 -
Python扩展内置类型
本文介绍了扩展内置类型的技术,给出了两种扩展内置类型的方法原创 2016-02-24 21:36:00 · 2776 阅读 · 0 评论 -
Python3中urllib的UnicodeDecodeError错误
在用Python3抓取最简单的网页内容时,出现了这个错误:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte源代码如下:fp = urllib.request.urlopen(url)mybytes = fp.read()text = mybytes.d原创 2015-12-12 23:47:07 · 6078 阅读 · 0 评论 -
IPython介绍
本文简要介绍了IPython的使用方法,以及IPython Notebook的使用方法原创 2016-11-08 20:03:32 · 117177 阅读 · 11 评论 -
Ubuntu系统下IPython Notebook的远程访问配置
本文讲述了Ubuntu系统下IPython Notebook的远程访问配置流程原创 2016-11-15 21:20:43 · 6968 阅读 · 1 评论