Whats the deal with python?

Posted by gmatt on Stack Overflow See other posts from Stack Overflow or by gmatt
Published on 2010-05-27T01:42:41Z Indexed on 2010/05/27 1:51 UTC
Read the original article Hit count: 215

Filed under:

My interests in programming lie mainly in algorithms, and lately I have seen many reputable researchers write a lot of their code in python. How easy and convenient is python for scientific computing? Does it have a library of algorithms that compares to matlab's? Is Python a scripting language or does it compile? Is it a great language for prototyping an algorithm? How long would it take me to learn enough of it to be productive provided I know C well and OO programming somewhat? Is it OO based?

Sorry for the condensed format of questions, but I'm very curious and was hoping a more experienced programmer could help me out.

© Stack Overflow or respective owner

Related posts about python