Python for air traffic control?

Magnus Lie Hetland mlh at idi.ntnu.no
Tue Jul 3 18:56:53 EDT 2001


"D-Man" <dsh8290 at rit.edu> wrote in message
news:mailman.994178646.957.python-list at python.org...
[...]
> At the very least various designs and algorithms to solve the problem
> could be prototyped in Python, then recoded in C for their final
> application.  People (I think the timbot is one of them) have said
> that by prototyping algorithms in Python you can try out more
> algorithms and find the best one in less time and you don't feel so
> bad about throwing away the bad algorithms because you didn't spend so
> much time coding it.

Indeed! This is a wonderful approach. And you can couple it with
the profiler module to find out more about the bottlenecks of your
program etc. when experimenting with different algorithms. After
implementing and playing with the code, migrating to another language
becomes much easier than starting from scratch in that language.

>
> -D
>
>

--

  Magnus Lie Hetland         http://www.hetland.org

 "Reality is that which, when you stop believing in
  it, doesn't go away."           -- Philip K. Dick






More information about the Python-list mailing list