For what types of applications is Python a bad choice?
Posted
by
Casey Patton
on Programmers
See other posts from Programmers
or by Casey Patton
Published on 2011-11-23T08:42:30Z
Indexed on
2011/11/23
10:09 UTC
Read the original article
Hit count: 319
python
|comparison
I just started learning Python, and I'd like to get some more context on the language.
I realize that Python is a slow language relative to C or C++, etc. Thus, Python is probably not the best choice for applications that need to run quickly.
Outside of this, it seems like Python is a great general purpose language that is easy to read and write. The available libraries give it a huge amount of functionality. Outside of performance critical applications, where is it a bad choice to use Python (and why)?
© Programmers or respective owner