Re: [Python-Dev] Reasons for using expy

2009-08-05 Thread Yingjie Lan
> From: Nick Coghlan > Subject: Re: [Python-Dev] Reasons for using expy > To: "Yingjie Lan" > Cc: python-dev@python.org > Date: Thursday, August 6, 2009, 1:44 AM > This kind of advocacy for external projects belongs on > python-list, not > python-dev (or, if

Re: [Python-Dev] Reasons for using expy

2009-08-05 Thread Nick Coghlan
Yingjie Lan wrote: > Hi, > > The expy project provides an express way to extend Python. After some > careful considerations, I came up with some reasons for expy (this is > not an exhaustive list): This kind of advocacy for external projects belongs on python-list, not python-dev (or, if you're p

[Python-Dev] Reasons for using expy

2009-08-05 Thread Yingjie Lan
Hi, The expy project provides an express way to extend Python. After some careful considerations, I came up with some reasons for expy (this is not an exhaustive list): (I). WYSIWYG. The expy project enables you to write your module in Python the way your extension would be (WYSIWYG), and mea