No subject

Mike Meyer mwm at mired.org
Fri Jul 1 13:50:12 EDT 2005


Harry George <harry.g.george at boeing.com> writes:
>> > - more available libraries and more advanced developement tools.
> If the library is in C, C++, or FORTRAN, Python can use it.  Worst
> case you have to write your own bindings.

Are there really that many more libraries for C++? I'm not talking
about data structures that you'd replace with builtins, I'm talking
about high level libraries that deal with real world things.

As a couple of examples, I went looking for something like
smtplib. The only thing I turned up was a windows-only smtp/pop
library. I also tried finding a C++ version of mailbox, and the best I
could do was the GNU mailutils library. And that's in C, not C++.

      <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list