fengyu@fengyu-pc ~/projects/docker_build/kinglandiot master ipython
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
Type "copyright", "credits" or "license" for more information.
IPython 1.2.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython*s features.
%quickref -> Quick reference.
help -> Python*s own help system.
object? -> Details about *object*, use *object??* for extra details.
In [1]: import urllib2
In [2]: request = urllib2.url
urllib2.url2pathname urllib2.urlopen urllib2.urlparse
In [2]: request = urllib2.urlopen(*
http://www.genome.jp/kegg-bin/get_htext?br08901.keg*)
In [3]: request.re
request.read request.readline request.readlines
In [3]: request.read()
Out[3]: *<html>\n<head>以下略