quantiacs-python icon indicating copy to clipboard operation
quantiacs-python copied to clipboard

Python 3

Open femtotrader opened this issue 8 years ago • 2 comments

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

femtotrader avatar Mar 22 '17 14:03 femtotrader

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.

YalaTest avatar Mar 22 '17 16:03 YalaTest

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.

tuangeek avatar Sep 04 '17 15:09 tuangeek