Anyone using Python on a large scale trading application?

On the corporate side libraries and availability of good programmers were definitely important. Python is a 'nice' language in the sense that non programmers from a technical background like the syntax and programmers like it also.

"significant white space" can you elaborate? Are you referring to the compulsory indentation? To be honest after a week or so you no longer notice you are doing it. And it means code is always readable.

GAT

Yes, I meant those compulsory four space indentations. That raised red flag for me since it could introduce difficult to find syntax errors. I learned a little bit of Python by reading books since guys who know Python can write better texts than most authors. I have written few lines of Python code but in the process I found that R which is structured like Python is much easier and has comparable libraries. I still prefer C++ and use .Net but it becomes obvious that Python popularity is increasing and influences other languages as well
 
the popularity of Python comes from its simplicity and straight forward syntax

it feels like Java 1.0 :p

the idea is to have an easy to read language that can be easy to debug, the 4 space is a bit strange in the beginning but you get used to it very quickly
 
To all, Volpunter is no longer welcome on this thread (which has been cleaned up). Let's please keep the discussion civil and professional, and thanks for your contributions.
 
Hope this help.
Dr. Sheldon Cooper

I'm not a programmer but I still enjoyed your posts. However, I do watch a lot of TV, so the only thing I understood was the "Dr. Sheldon Cooper" reference. :)
 
Back
Top