普通の python shell で tab 補完が動くようにする方法
IPython 使えばいいんだけど。たまにサーバー上とかで普通の python shell でアレコレしたりもするので。
>>> import readline, rlcompleter
>>> readline.parse_and_bind("tab: complete")
>>> a
abs(    all(    and     any(    apply(  as      assert  
>>> a
IPython 使えばいいんだけど。たまにサーバー上とかで普通の python shell でアレコレしたりもするので。
>>> import readline, rlcompleter
>>> readline.parse_and_bind("tab: complete")
>>> a
abs(    all(    and     any(    apply(  as      assert  
>>> a