Python论坛  - 讨论区

标题:Re: [python-chinese] [python解释器源代码]关于PYTHON解释器的源代码阅

2005年11月08日 星期二 08:33

刘鑫 march.liu at gmail.com
Tue Nov 8 08:33:30 HKT 2005

现在我几乎是一边读源码一边学C语言,以我的水平还不能理出什么头绪,如果有什么具体的问题不妨提出来一起研究。

在05-11-7,老K <koria at 163.com> 写道:
>
> python-chinese,您好!
>
> 请问有没谁研究过PYTHON这个脚本语言的解释器源代码????
> 谢谢.
>
> With
> Best Regard!
>
>
> 老K
> koria at 163.com
> 2005-11-07
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051108/ed1dc541/attachment.htm

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

2005年11月08日 星期二 13:54

风向标-Vane vaneoooo at gmail.com
Tue Nov 8 13:54:13 HKT 2005

刘鑫同学现在也是两手抓吗?Python+C?


在 05-11-8,刘鑫<march.liu at gmail.com> 写道:
> 现在我几乎是一边读源码一边学C语言,以我的水平还不能理出什么头绪,如果有什么具体的问题不妨提出来一起研究。
>
> 在05-11-7,老K <koria at 163.com> 写道:
> > python-chinese,您好!
> >
> >            请问有没谁研究过PYTHON这个脚本语言的解释器源代码????
> > 谢谢.
> >
> >                 With
> >         Best Regard!
> >
> >
> > 老K
> > koria at 163.com
> > 2005-11-07
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
>
>
>
> --
> 欢迎访问:
> http://blog.csdn.net/ccat
>
> 刘鑫
> March.Liu
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
>
>

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

2005年11月08日 星期二 14:48

刘鑫 march.liu at gmail.com
Tue Nov 8 14:48:46 HKT 2005

Python+C++,现在是从新人的角度学起:)
Boost是个好东西。

在05-11-8,风向标-Vane <vaneoooo at gmail.com> 写道:
>
> 刘鑫同学现在也是两手抓吗?Python+C?
>
>
> 在 05-11-8,刘鑫<march.liu at gmail.com> 写道:
> > 现在我几乎是一边读源码一边学C语言,以我的水平还不能理出什么头绪,如果有什么具体的问题不妨提出来一起研究。
> >
> > 在05-11-7,老K <koria at 163.com> 写道:
> > > python-chinese,您好!
> > >
> > > 请问有没谁研究过PYTHON这个脚本语言的解释器源代码????
> > > 谢谢.
> > >
> > > With
> > > Best Regard!
> > >
> > >
> > > 老K
> > > koria at 163.com
> > > 2005-11-07
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> >
> >
> > --
> > 欢迎访问:
> > http://blog.csdn.net/ccat
> >
> > 刘鑫
> > March.Liu
> >
> > _______________________________________________
> > 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
>
>
>


--
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051108/d0c3a2fd/attachment.html

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

2005年11月08日 星期二 15:06

nEO (a.k.a. gentoo.cn) gentoo.cn at gmail.com
Tue Nov 8 15:06:11 HKT 2005

在 05-11-8,刘鑫<march.liu at gmail.com> 写道:
> Python+C++,现在是从新人的角度学起:)
>  Boost是个好东西。
Boost还是有问题,我上次用过一下,不太适应
你可以看看PythonMagick有兴趣练习boost的话,可以拿这个东西下手


--
I'm the one, powered by nEO

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

2005年11月08日 星期二 18:01

Robert Chen search.pythoner at gmail.com
Tue Nov 8 18:01:19 HKT 2005

这个工作我做了一段时间了,有一些心得了,现在积累了六七十页word文档的资料了,都是自己写出来的。
还在整理中,希望再过不久可以Open出来 :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051108/738eb300/attachment.htm

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

2005年11月08日 星期二 18:22

Gavin gavin at sz.net.cn
Tue Nov 8 18:22:13 HKT 2005

非常感谢你能将成果分享!

----- Original Message ----- 
From: Robert Chen 
To: python-chinese at lists.python.cn 
Sent: Tuesday, November 08, 2005 6:01 PM
Subject: Re: [python-chinese] [python解释器源代码]关于PYTHON解释器的源代码阅读


这个工作我做了一段时间了,有一些心得了,现在积累了六七十页word文档的资料了,都是自己写出来的。
还在整理中,希望再过不久可以Open出来 :)


--------------------------------------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051108/a0f923ee/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号