2005年06月29日 星期三 20:20
我在安装IPython后发现无法输入中文了,有人有类似的问题吗?
2005年06月30日 星期四 03:10
我也一样。而且按下Caps Lock键它就叫一次,很烦。 至于它吹嘘的功能,用得不熟,暂时没有体会。 On 6/29/05, hw1979 <hw1979 at gmail.com> wrote: > 我在安装IPython后发现无法输入中文了,有人有类似的问题吗? > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年06月30日 星期四 10:47
我在linux下使用ipython,已经成为我标准python shell了 最好用的是自动代码补全和自动缩进,在evalute代码的时候非常方便。 使用?看docstring,使用??看源码,很方便。 还有可以在发生异常时自动进入pdb,也是经常使用的。 shhgs wrote: > 我也一样。而且按下Caps Lock键它就叫一次,很烦。 > > 至于它吹嘘的功能,用得不熟,暂时没有体会。 > > On 6/29/05, hw1979 <hw1979 at gmail.com> wrote: > >>我在安装IPython后发现无法输入中文了,有人有类似的问题吗? >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> >> >> >>------------------------------------------------------------------------ >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese -- Qiangning Hong ____________________________________________________________ ( It's trivial to make fun of Microsoft products, but it ) ( takes a real man to make them work, and a god to make them ) ( do anything useful. ) ------------------------------------------------------------ o ^__^ o (oo)\_______ (__)\ )\/\ ||----w | || ||
2005年06月30日 星期四 14:11
有什么基本的使用教程什么的哪?? 中文的, 我在 windows 中使用 总是报怨少这少那的………… 在 05-6-30,Qiangning Hong<hongqn at gmail.com> 写道: > 我在linux下使用ipython,已经成为我标准python shell了 > 最好用的是自动代码补全和自动缩进,在evalute代码的时候非常方便。 > 使用?看docstring,使用??看源码,很方便。 > 还有可以在发生异常时自动进入pdb,也是经常使用的。 > > shhgs wrote: > > 我也一样。而且按下Caps Lock键它就叫一次,很烦。 > > > > 至于它吹嘘的功能,用得不熟,暂时没有体会。 > > > > On 6/29/05, hw1979 <hw1979 at gmail.com> wrote: > > > >>我在安装IPython后发现无法输入中文了,有人有类似的问题吗? > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > >> > >> > >> > >>------------------------------------------------------------------------ > >> > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > > -- > Qiangning Hong > > ____________________________________________________________ > ( It's trivial to make fun of Microsoft products, but it ) > ( takes a real man to make them work, and a god to make them ) > ( do anything useful. ) > ------------------------------------------------------------ > o ^__^ > o (oo)\_______ > (__)\ )\/\ > ||----w | > || || > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- [Time is unimportant, only life important!]
2005年06月30日 星期四 14:58
我在 FreeBSD 的 Emacs 里用 IPython, 一样很好用 而且现在的 python-mode 也支持 IPython 了 Qiangning Hong <hongqn at gmail.com> wrote: > 我在linux下使用ipython,已经成为我标准python shell了 > 最好用的是自动代码补全和自动缩进,在evalute代码的时候非常方便。 > 使用?看docstring,使用??看源码,很方便。 > 还有可以在发生异常时自动进入pdb,也是经常使用的。 > > shhgs wrote: >> 我也一样。而且按下Caps Lock键它就叫一次,很烦。 >> >> 至于它吹嘘的功能,用得不熟,暂时没有体会。 >> >> On 6/29/05, hw1979 <hw1979 at gmail.com> wrote: >> >>>我在安装IPython后发现无法输入中文了,有人有类似的问题吗? >>>_______________________________________________ >>>python-chinese list >>>python-chinese at lists.python.cn >>>http://python.cn/mailman/listinfo/python-chinese >>> >>> >>> >>>------------------------------------------------------------------------ >>> >>>_______________________________________________ >>>python-chinese list >>>python-chinese at lists.python.cn >>>http://python.cn/mailman/listinfo/python-chinese > > > -- > Qiangning Hong > > ____________________________________________________________ > ( It's trivial to make fun of Microsoft products, but it ) > ( takes a real man to make them work, and a god to make them ) > ( do anything useful. ) > ------------------------------------------------------------ > o ^__^ > o (oo)\_______ > (__)\ )\/\ > ||----w | > || || > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- Dryice @ http://dryice.3322.org Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/sylvester-response.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050630/5b348177/attachment.pgp
2005年06月30日 星期四 17:42
当初是想试试metelabplot才装的iPython,现在都没用了。 在 05-6-30,Zoom Quiet<zoom.quiet at gmail.com> 写道: > 有什么基本的使用教程什么的哪?? > 中文的, > 我在 windows 中使用 总是报怨少这少那的………… > > 在 05-6-30,Qiangning Hong<hongqn at gmail.com> 写道: > > 我在linux下使用ipython,已经成为我标准python shell了 > > 最好用的是自动代码补全和自动缩进,在evalute代码的时候非常方便。 > > 使用?看docstring,使用??看源码,很方便。 > > 还有可以在发生异常时自动进入pdb,也是经常使用的。 > > > > shhgs wrote: > > > 我也一样。而且按下Caps Lock键它就叫一次,很烦。 > > > > > > 至于它吹嘘的功能,用得不熟,暂时没有体会。 > > > > > > On 6/29/05, hw1979 <hw1979 at gmail.com> wrote: > > > > > >>我在安装IPython后发现无法输入中文了,有人有类似的问题吗? > > >>_______________________________________________ > > >>python-chinese list > > >>python-chinese at lists.python.cn > > >>http://python.cn/mailman/listinfo/python-chinese > > >> > > >> > > >> > > >>------------------------------------------------------------------------ > > >> > > >>_______________________________________________ > > >>python-chinese list > > >>python-chinese at lists.python.cn > > >>http://python.cn/mailman/listinfo/python-chinese > > > > -- > > Qiangning Hong > > > > ____________________________________________________________ > > ( It's trivial to make fun of Microsoft products, but it ) > > ( takes a real man to make them work, and a god to make them ) > > ( do anything useful. ) > > ------------------------------------------------------------ > > o ^__^ > > o (oo)\_______ > > (__)\ )\/\ > > ||----w | > > || || > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > -- > [Time is unimportant, only life important!] > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
Zeuux © 2025
京ICP备05028076号