Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I have only a very rough knowledge of Python. In which kind of software development would you choose Python and why?


Short answer: In most places you would otherwise use Perl, Ruby, C, C++, or Java. It's not as fast as C or OCaml (except in programs which are almost entirely calls to libraries, e.g. string-heavy stuff), but you can rewrite the hotspots in C later (if you ever actually need to), and the overall development time will be much shorter. Even if you never use it for anything else, Python is an excellent prototyping language.

For a more in-depth answer, look at these:

http://python.org/about/

http://diveintopython.org/

Also, see the standard library's module index, which is one of the places the language really shines: http://docs.python.org/modindex.html




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: