Python论坛  - 讨论区

标题:[python-chinese] ipython 怎么粘贴中文目录

2007年11月29日 星期四 12:20

Zoom.Quiet zoom.quiet在gmail.com
星期四 十一月 29 12:20:23 HKT 2007

On Nov 29, 2007 12:14 PM, Samuel Chi <princeofdatamining在gmail.com> wrote:
> 可能是IronPython(Python for .NET)吧
>
表说相声哪^^

http://ipython.scipy.org/moin/About
> 在07-11-29,篱笆 <nameliba在gmail.com> 写道:
> >
> >
> >
> > 路过一下.ipython是什么?
> >
> >
> > 在07-11-29,Jiahua Huang <jhuangjiahua在gmail.com > 写道:
> > > 这 ipython 下好像一直都不可以吧
> > >
> > > On Nov 29, 2007 11:32 AM, pan < nirvana117在gmail.com > wrote:
> > > > 还有就是如果用code = self.compile(str(source),filename,symbol).
> 在ipython下就不能在像这样s =
> > > > u"得到", 这时s不是unicode, 必须手动unicode才行, 像这样s = unicode("得到").
> > > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > _______________________________________________
> >
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to   python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
'''Time is unimportant, only life important!
过程改进乃是开始催生可促生靠谱的人的组织!
'''http://zoomquiet.org
博 @ http://blog.zoomquiet.org/pyblosxom/
维 @ http://wiki.woodpecker.org.cn/moin/ZoomQuiet
豆 @ http://www.douban.com/people/zoomq/
看 @ http://zoomq.haokanbu.com/
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Pls. usage OOo to replace M$ Office. http://zh.openoffice.org
Pls. usage 7-zip to replace WinRAR/WinZip.  http://7-zip.org
You can get the truely Freedom 4 software.

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月29日 星期四 12:23

Jiahua Huang jhuangjiahua在gmail.com
星期四 十一月 29 12:23:12 HKT 2007

btw:

如果嫌 ipython 碍事,
又喜欢 ipython 的自动补全,
那么可以在 python 交互界面里先执行下
import readline, rlcompleter; readline.parse_and_bind("tab: complete")
就可以跟 bash 下一样按 Tab 自动补全了


不想每次都这样的话,

Ubuntu 和 MAC OS X 下
可以新建个文件  ~/.pythonstartup.py
写入
import readline, rlcompleter; readline.parse_and_bind("tab: complete")

再在 ~/.bashrc
添加一行
export PYTHONSTARTUP=~/.pythonstartup.py




Windows 下估计可以在 这台电脑->属性->高级->环境变量  里边添加

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月29日 星期四 12:25

hongqing.lv hongqing.lv在gmail.com
星期四 十一月 29 12:25:00 HKT 2007

ÔΡ£Êǽ»»¥Ê½Python£¬¿ÉÒÔµ±½âShellÓõÄÒ»¸öPythonµÄÀ©Õ¹¡£¿ÉÒÔ¸ü·½±ãµÄ½øÐÐÃüÁî²Ù×÷¡£




hongqing.lv
2007-11-29



·¢¼þÈË£º Samuel Chi
·¢ËÍʱ¼ä£º 2007-11-29 12:15:13
ÊÕ¼þÈË£º python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ Re: [python-chinese]ipython ÔõôճÌùÖÐÎÄĿ¼

¿ÉÄÜÊÇIronPython(Python for .NET)°É


ÔÚ07-11-29£¬Àé°Ê <nameliba在gmail.com> дµÀ£º
·¹ýһϣ®ipythonÊÇʲô£¿


ÔÚ07-11-29£¬Jiahua Huang <jhuangjiahua在gmail.com > дµÀ£º 
Õâ ipython ϺÃÏñÒ»Ö±¶¼²»¿ÉÒÔ°É

On Nov 29, 2007 11:32 AM, pan < nirvana117在gmail.com > wrote:
> »¹ÓоÍÊÇÈç¹ûÓÃcode = self.compile(str(source),filename,symbol). ÔÚipythonϾͲ»ÄÜÔÚÏñÕâÑùs =
> u"µÃµ½", Õâʱs²»ÊÇunicode, ±ØÐëÊÖ¶¯unicode²ÅÐÐ, ÏñÕâÑùs = unicode("µÃµ½").
>
_______________________________________________ 
python-chinese
Post: send python-chinese在lists.python.cn
Subscribe: send subscribe to python-chinese-request在lists.python.cn 
Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese 


_______________________________________________
python-chinese
Post: send python-chinese在lists.python.cn 
Subscribe: send subscribe to python-chinese-request在lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071129/5cc2b443/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月29日 星期四 12:25

Jiahua Huang jhuangjiahua在gmail.com
星期四 十一月 29 12:25:04 HKT 2007

你贴 svn diff 、 git diff 也可以呀

diff 带有上下文等描述,
比你语言描述要清晰。

On Nov 29, 2007 12:18 PM, pan <nirvana117 at gmail.com> wrote:
> 一两行我想就不用diff了把, 还有svn也带了diff的, 用svn diff > d.patch也可以
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月29日 星期四 12:46

昆仑 jackyboy在163.com
星期四 十一月 29 12:46:55 HKT 2007

ÎÒҲŪ´íÁË£¬ÒòΪironpythonµÄÖ÷³ÌÐò¾ÍÊÇipy.exe£¬Ö»ËõдÁËÒ»¸öi¡£¡£¡£
ÎÒ¹À¼Æ¸úÎÒÒ»ÑùŪ´íµÄ²»Ö¹ÊÇSamuel Chi£¬»¹ÓбðÈ˵ġ££º£©

ÎÒÊÇÐÂÊÖ£¬²»ÊÇ˵ÏàÉùŶ¡£ºÇºÇ

2007-11-29 



À¥ÂØ 



·¢¼þÈË£º hongqing.lv 
·¢ËÍʱ¼ä£º 2007-11-29  12:24:32 
ÊÕ¼þÈË£º python-chinese在lists.python.cn 
³­ËÍ£º 
Ö÷Ì⣺ Re: [python-chinese]ipython ÔõôճÌùÖÐÎÄĿ¼ 
 
ÔΡ£Êǽ»»¥Ê½Python£¬¿ÉÒÔµ±½âShellÓõÄÒ»¸öPythonµÄÀ©Õ¹¡£¿ÉÒÔ¸ü·½±ãµÄ½øÐÐÃüÁî²Ù×÷¡£




hongqing.lv
2007-11-29



·¢¼þÈË£º Samuel Chi
·¢ËÍʱ¼ä£º 2007-11-29 12:15:13
ÊÕ¼þÈË£º python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ Re: [python-chinese]ipython ÔõôճÌùÖÐÎÄĿ¼

¿ÉÄÜÊÇIronPython(Python for .NET)°É


ÔÚ07-11-29£¬Àé°Ê <nameliba在gmail.com> дµÀ£º 
·¹ýһϣ®ipythonÊÇʲô£¿


ÔÚ07-11-29£¬Jiahua Huang <jhuangjiahua在gmail.com > дµÀ£º 
Õâ ipython ϺÃÏñÒ»Ö±¶¼²»¿ÉÒÔ°É

On Nov 29, 2007 11:32 AM, pan < nirvana117在gmail.com > wrote:
> »¹ÓоÍÊÇÈç¹ûÓÃcode = self.compile(str(source),filename,symbol). ÔÚipythonϾͲ»ÄÜÔÚÏñÕâÑùs =
> u"µÃµ½", Õâʱs²»ÊÇunicode, ±ØÐëÊÖ¶¯unicode²ÅÐÐ, ÏñÕâÑùs = unicode("µÃµ½").
>
_______________________________________________ 
python-chinese
Post: send python-chinese在lists.python.cn
Subscribe: send subscribe to python-chinese-request在lists.python.cn 
Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese 


_______________________________________________
python-chinese
Post: send python-chinese在lists.python.cn 
Subscribe: send subscribe to python-chinese-request在lists.python.cn
Unsubscribe: send unsubscribe to   python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071129/1170e5a8/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月29日 星期四 12:50

Samuel Chi princeofdatamining在gmail.com
星期四 十一月 29 12:50:22 HKT 2007

ºÃ²»ÈÝÒ×ð¸öÅÝ,¾Í±»»÷³ÁÁË,»¹ÊǼÌÐøDZˮ...

ÔÚ07-11-29£¬Zoom. Quiet <zoom.quiet在gmail.com> дµÀ£º
>
> On Nov 29, 2007 12:14 PM, Samuel Chi <princeofdatamining在gmail.com> wrote:
> > ¿ÉÄÜÊÇIronPython(Python for .NET)°É
> >
> ±í˵ÏàÉùÄÄ^^
>
> http://ipython.scipy.org/moin/About
> > ÔÚ07-11-29£¬Àé°Ê <nameliba在gmail.com> дµÀ£º
> > >
> > >
> > >
> > > ·¹ýһϣ®ipythonÊÇʲô£¿
> > >
> > >
> > > ÔÚ07-11-29£¬Jiahua Huang <jhuangjiahua在gmail.com > дµÀ£º
> > > > Õâ ipython ϺÃÏñÒ»Ö±¶¼²»¿ÉÒÔ°É
> > > >
> > > > On Nov 29, 2007 11:32 AM, pan < nirvana117在gmail.com > wrote:
> > > > > »¹ÓоÍÊÇÈç¹ûÓÃcode = self.compile(str(source),filename,symbol).
> > ÔÚipythonϾͲ»ÄÜÔÚÏñÕâÑùs =
> > > > > u"µÃµ½", Õâʱs²»ÊÇunicode, ±ØÐëÊÖ¶¯unicode²ÅÐÐ, ÏñÕâÑùs = unicode("µÃµ½").
> > > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > > _______________________________________________
> > >
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
>
> --
> '''Time is unimportant, only life important!
> ¹ý³Ì¸Ä½øÄËÊÇ¿ªÊ¼´ßÉú¿É´ÙÉú¿¿Æ×µÄÈ˵Ä×éÖ¯!
> '''http://zoomquiet.org
> ²© @ http://blog.zoomquiet.org/pyblosxom/
> ά @ http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> ¶¹ @ http://www.douban.com/people/zoomq/
> ¿´ @ http://zoomq.haokanbu.com/
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Pls. usage OOo to replace M$ Office. http://zh.openoffice.org
> Pls. usage 7-zip to replace WinRAR/WinZip.  http://7-zip.org
> You can get the truely Freedom 4 software.
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071129/42896074/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号