Python or C++

Discussion in 'App Development' started by yabz, Jun 5, 2017.

  1. O(1)

    O(1)

    You answered your own question.

    if speed is of the essence then c++
    else python

    VB :thumbsdown:
     
    #11     Jun 5, 2017
    Zzoom and Robby Luca like this.
  2. yabz

    yabz

    I use Linux and VB only runs on Windows. Also VB is not open source unlike Python and C++.
     
    #12     Jun 5, 2017
    Macca1 likes this.
  3. InvBox

    InvBox

    C#. Fast like C++, easy like Python
     
    #13     Jun 5, 2017
    Subspherian and dumpdapump like this.
  4. franT

    franT

    Yeah. I prefer pen and paper myself.
     
    #14     Jun 5, 2017
  5. O(1)

    O(1)

    pen and paper :thumbsup::)
     
    #15     Jun 5, 2017
    jhukov and tommcginnis like this.
  6. lovethetrade

    lovethetrade Guest

    Python unless you're UHFT
     
    Last edited by a moderator: Jun 5, 2017
    #16     Jun 5, 2017
    Zzoom likes this.
  7. Macca1

    Macca1

    It seems like:
    R= Best for statistical analysis.
    C++ = Best for real-time computation
    Python= Best All-rounder
     
    #17     Jun 5, 2017
    Subspherian, Zzoom, d08 and 2 others like this.
  8. Absolutely agree with your statements.
     
    #18     Jun 5, 2017
  9. Macca1

    Macca1

    I'm not sure if that is correct.

    I'm basically a long term trader compared to a "UHFT". I trade short-term intraday Strategies(1.5 hours average hold time) across a universe of stocks (200-300ish). There is what I consider quite resource heavy/ backend computation, and calculations are done in real time on a per tick basis. Would Python really be suited for this kind of deployment/ execution environment?
     
    #19     Jun 5, 2017
  10. yabz

    yabz

    Are you concerned about milliseconds or microseconds? If microseconds then Python might not be suitable, although you can compile it into an executable which is much faster.
     
    #20     Jun 5, 2017