Python for project planning tool

Paul Prescod paul at prescod.net
Tue May 30 12:44:21 EDT 2000


Jeroen Lamain wrote:
> 
> Hello,
> 
>...
> 
> Is python ok for developing such a tool ? I mean... is it usable
> for a such a kind of project. Will I have enough performance
> when writing everything in Python (UI, task scheduler) ?

The standard answer is to try and see. If there are bottlenecks, you can
recode only those bottlenecks in C and thus combine the ease of
development of Python with the performance of C.

-- 
 Paul Prescod  - ISOGEN Consulting Engineer speaking for himself
"Hardly anything more unwelcome can befall a scientific writer than 
having the foundations of his edifice shaken after the work is 
finished.  I have been placed in this position by a letter from 
Mr. Bertrand Russell..." 
 - Frege, Appendix of Basic Laws of Arithmetic (of Russell's Paradox)




More information about the Python-list mailing list