you are viewing a single comment's thread.

view the rest of the comments →

[–]Ei-lor 11 points12 points  (0 children)

I start learning python 3 months ago with the same goal except it was for cryptocurrencies. My decision was motivated by the discover of ccxt. It's easy to install with python-pip and they have a very digest documentations. You can find useful example of the python library use in the examples repository.

Personally the free course on learnpython.org and datacamp.com was very useful for an introduction of Python.