2007年11月29日 星期四 12:20
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.
2007年11月29日 星期四 12:23
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 下估计可以在 这台电脑->属性->高级->环境变量 里边添加
2007年11月29日 星期四 12:25
ÔΡ£Êǽ»»¥Ê½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
2007年11月29日 星期四 12:25
你贴 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也可以 >
2007年11月29日 星期四 12:46
ÎÒҲŪ´íÁË£¬ÒòΪ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
2007年11月29日 星期四 12:50
ºÃ²»ÈÝÒ×ð¸öÅÝ,¾Í±»»÷³ÁÁË,»¹ÊǼÌÐø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
Zeuux © 2025
京ICP备05028076号