[wingide-users] Best environment for Python/C development
Christopher Petrilli
petrilli at gmail.com
Thu Feb 24 11:17:28 EST 2005
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
--
| Christopher Petrilli
| petrilli at gmail.com
More information about the wingide-users
mailing list