[wingide-users] Best environment for Python/C development
Nick
nick at dd.revealed.net
Thu Feb 24 11:24:13 EST 2005
On the other side of the coin, if you prefer to do straight C/C++ to
implement certain functions, SWIG can wrap your functions quite nicely and
make them available as a module to python.
Nick
Christopher Petrilli wrote:
> On Thu, 24 Feb 2005 10:48:16 -0500 (EST), Wing IDE Support
> <support at wingware.com> wrote:
>
>
>>You may also want to look at Pyrex, which lets you mix
>>Python and C data types and creates C extensions modules
>>for you:
>>
>>http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/
>>
>>I haven't used it yet but it could save you a lot of time over
>>writing C code by hand.
>>
>>Hope that's useful, even if not exactly what you asked about...
>
>
> I would also add that Psyco can provide some amazing speedups in code
> when appropriate. It only runs on intel platforms currently, but it's
> quite amazing.
>
> Chris
More information about the wingide-users
mailing list