Python 3
Hello,
it will be nice if Python 3 could be supported because I see many
print ...
in your code instead of
print(...)
I also think you might use requests http://docs.python-requests.org/en/master/ to have same code for Python 2 and 3
Six (2x3) could also help https://pythonhosted.org/six/
Kind regards
Hi femtotrader,
Thanks for sharing the information.
Making the toolbox compatible for both Python 2 and 3 has been on our list for a long time (probably too long), we have bumped its priority and will work on it once we can. We are currently working on implementing important features and introducing more data.
I tried making the changes in pull request https://github.com/Quantiacs/quantiacs-python/pull/6 to add python3 support. I've tested it with some of the samples from sampleSystems.