I’ve been trying to figure out what the best way of trading will be whether to use Python or Go. I’m going more towards go because I just want to run a single binary that can aggregate all data and jus turn for ever. Python is expressive and simple but I want to have a single binary that I can test well and use queue and such to rapidly execute through algorithms.
I understand that I will add complexity by using Go as I will have to maintain code but I also believe that I can augment go with Python if I need to as this will all run on a desktop machine.