PHP vs. Python

Roger Binns rogerb at rogerbinns.com
Thu Dec 23 19:08:10 EST 2004


"Stephen" <stephen.mayer at gmail.com> wrote in message news:1103843440.322825.320840 at f14g2000cwb.googlegroups.com...
>I like the idea of being able to port specific sections to C ... Python
> seems more flexible than PHP ... scalable.

If you want portions of your code in C, then wrap them with Swig.
That way they can be available in any number of languages including
Python, PHP, Java and Perl.

http://www.swig.org/compare.html

Roger 





More information about the Python-list mailing list