Python does not play well with others
BJörn Lindqvist
bjourne at gmail.com
Thu Jan 25 04:08:01 EST 2007
More information about the Python-list mailing list
Thu Jan 25 04:08:01 EST 2007
- Previous message (by thread): Python does not play well with others
- Next message (by thread): Python does not play well with others
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/24/07, Harry George <harry.g.george at boeing.com> wrote: > Python - it just works. Same scripts run on every platform. Bindings > available to every C/C++/FORTRAN library I've needed so far. Often > the bindings are not complete, but oddly enough the binding developers > have chosen to do just the functions I need, so who cares. A clean > architecture for adding more function bindings if I'm so inclined. Although that is true on Linux, it is often not the case on Windows. Sometimes the binding lacks a binary for the minor version of Python you use or it depends on something which depends on something which sometimes is only available in source form. Still, I would rather take Python's approach than Java's. -- mvh Björn
- Previous message (by thread): Python does not play well with others
- Next message (by thread): Python does not play well with others
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list