We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
You might use requests instead of urllib https://github.com/mhallsmoore/qsforex/blob/d191aad64102ebfa113357987f59f61f0667a190/execution/execution.py
http://docs.python-requests.org/en/latest/
So you won't have to maintain boilerplate code to support both Python 2 and Python 3
Kind regards
The text was updated successfully, but these errors were encountered:
Hi Femtotrader,
Indeed this is a good point. I recently removed some references of urllib in the SAT book. In fact, other parts of QSForex already use requests.
I'll remove urllib for a future release.
Cheers,
Mike.
Sorry, something went wrong.
mhallsmoore
No branches or pull requests
Hi,
You might use requests instead of urllib
https://github.com/mhallsmoore/qsforex/blob/d191aad64102ebfa113357987f59f61f0667a190/execution/execution.py
http://docs.python-requests.org/en/latest/
So you won't have to maintain boilerplate code to support both Python 2 and Python 3
Kind regards
The text was updated successfully, but these errors were encountered: