Python for large projects?

Jody Winston jody at ldgo.columbia.edu
Sun Jun 27 09:36:51 EDT 1999


I've used Python for three large distributed applications (each > 100k
lines of Python).  The only other recommendation that I would add is
to define interfaces to the code.  If this is done with a product like
ILU or FNORB, you can then easily call the Python code from other
languages.  In addition, you can replace critical sections with other
languages if needed.

-- 
Jody Winston
Lamont-Doherty Earth Observatory
RT 9W, Palisades, NY 10964
jody at ldeo.columbia.edu, 914 365 8526, Fax 914 359 1631 

Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email
address may not be added to any commercial mail list with out my
permission.  Violation of my privacy with advertising or SPAM will
result in a suit for a MINIMUM of $500 damages/incident, $1500 for
repeats.






More information about the Python-list mailing list