Python论坛  - 讨论区

标题:[python-chinese] 有没有好的开源项目,采用Python开发的,适合阅读提高的?

2005年05月11日 星期三 13:40

ye yeqiwei001 at 163.com
Wed May 11 13:40:08 HKT 2005

开始学习Python,被它的简单但是强大的特性所吸引。熟悉了python的语法。
想找个开源的项目,是采用python开发的,想通过看它的代码来提高自己的水平。
大家有没有推荐的阿? 另外大家都看过哪些开源项目的代码(python)?



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

2005年05月11日 星期三 13:46

Falls Huang bhuang at qubit-star.com
Wed May 11 13:46:01 HKT 2005

http://sourceforge.net/softwaremap/trove_list.php?form_cat=178

这里有3984个开源的 python项目, 自己玩玩吧

ye wrote:
> 开始学习Python,被它的简单但是强大的特性所吸引。熟悉了python的语法。
> 想找个开源的项目,是采用python开发的,想通过看它的代码来提高自己的水平。
> 大家有没有推荐的阿? 另外大家都看过哪些开源项目的代码(python)?
> 


-- 
Regards
Falls Huang

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

2005年05月11日 星期三 14:03

ye yeqiwei001 at 163.com
Wed May 11 14:03:43 HKT 2005

这个。。主要是上面的项目很参差不齐的。
我想知道,大家都看过哪些项目。

>http://sourceforge.net/softwaremap/trove_list.php?form_cat=178
>
>这里有3984个开源的 python项目, 自己玩玩吧
>
>ye wrote:
>  
>
>>开始学习Python,被它的简单但是强大的特性所吸引。熟悉了python的语法。
>>想找个开源的项目,是采用python开发的,想通过看它的代码来提高自己的水平。
>>大家有没有推荐的阿? 另外大家都看过哪些开源项目的代码(python)?
>>
>>    
>>
>
>
>  
>



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

2005年05月11日 星期三 14:21

Neo Chan neo.chen at achievo.com
Wed May 11 14:21:10 HKT 2005

我早前用过Fnorb 实现Python + Corba 。。。
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3145 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050511/9e66a81f/smime-0001.bin

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

2005年05月11日 星期三 21:31

Qiangning Hong hongqn at gmail.com
Wed May 11 21:31:19 HKT 2005

如果写desktop app的话,可以学习一下TaskCoach,代码组织很严谨,不过带有很浓厚的java smell。
limodou也在看这个代码。

On 5/11/05, ye <yeqiwei001 at 163.com> wrote:
> 
> 
> 这个。。主要是上面的项目很参差不齐的。
> 我想知道,大家都看过哪些项目。
> 
> >http://sourceforge.net/softwaremap/trove_list.php?form_cat=178
> >
> >这里有3984个开源的 python项目, 自己玩玩吧
> >
> >ye wrote:
> >
> >
> >>开始学习Python,被它的简单但是强大的特性所吸引。熟悉了python的语法。
> >>想找个开源的项目,是采用python开发的,想通过看它的代码来提高自己的水平。
> >>大家有没有推荐的阿? 另外大家都看过哪些开源项目的代码(python)?
> >>
> >>
> >>
> >
> >
> >
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 



-- 
Qiangning Hong
Get Firefox! <
http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050511/ba4198db/attachment.html

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

2005年05月11日 星期三 21:33

Owen Jeffers Sheer 13121982.owen.jeffers.sheer at gmail.com
Wed May 11 21:33:39 HKT 2005

么,你还是强的嘛!
关注"Python + Corba"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050511/4293f4f0/attachment.htm

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

2005年05月11日 星期三 22:14

limodou limodou at gmail.com
Wed May 11 22:14:20 HKT 2005

TaskCoach一方面是它的代码组织得不错,也许有一些模式的东西,不过我Java学
得不精,模式也只知道个皮毛,因此看不出有什么java smell。呵呵。
另一方面它的wxPython的代码使用了不少可以提高界面的技术或技巧,的确值得好
好学习一下。不过发现它的i18n的处理太不标准了,不知道以后是否会有改进。

Qiangning Hong wrote:
> 如果写desktop app的话,可以学习一下TaskCoach,代码组织很严谨,不过带有很 
> 浓厚的java smell。
> limodou也在看这个代码。
> 
> On 5/11/05, *ye* <yeqiwei001 at 163.com yeqiwei001 at 163.com>> wrote:
> 
> 
>     这个。。主要是上面的项目很参差不齐的。
>     我想知道,大家都看过哪些项目。
> 
>      >http://sourceforge.net/softwaremap/trove_list.php?form_cat=178
>      >
>      >这里有3984个开源的 python项目, 自己玩玩吧
>      >
>      >ye wrote:
>      >
>      >
>      >>开始学习Python,被它的简单但是强大的特性所吸引。熟悉了python的语法。
>      >>想找个开源的项目,是采用python开发的,想通过看它的代码来提高自己
>     的水平。
>      >>大家有没有推荐的阿? 另外大家都看过哪些开源项目的代码(python)?
>      >>
>      >>
>      >>
>      >
>      >
>      >
>      >
> 
>     _______________________________________________
>     python-chinese list
>     python-chinese at lists.python.cn python-chinese at lists.python.cn>
>     http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 
> 
> -- 
> Qiangning Hong
> Get Firefox! 
> <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1 
> <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese

-- 
I love python!
My Blog: http://www.donews.net/limodou

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

2005年05月11日 星期三 23:20

Wang Kebo mep_ at 163.com
Wed May 11 23:20:50 HKT 2005

我有7年的CORBA经验。不过没有把Python和CORBA一起用过。

__
Best Regards,
 
Kebo Wang


>-----Original Message-----
>From: python-chinese-bounces at lists.python.cn 
>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Neo Chan
>Sent: Wednesday, May 11, 2005 2:21 PM
>To: python-chinese at lists.python.cn
>Subject: [python-chinese] 这里有没有玩Corba的。。
>
>我早前用过Fnorb 实现Python + Corba 。。。
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Kebo Wang (kebowang at gmail.com).vcf
Type: text/x-vcard
Size: 313 bytes
Desc: not available
Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050511/84d2ee67/KeboWangkebowanggmail.com.vcf

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号