You are viewing a single comment's thread from:

RE: [Beginner] How to use the 'requests' library in Python to get information about cryptocurrency

in #python8 years ago

I need to play with this as I have a Pi that could be showing me prices. Are you using Python 2.7? Any reason to not use 3?

Sort:  

I usually switch between the two depending on what libraries I'm using. Some libraries are only well supported on Python 2.7, here is a detailed page describing the benefits of one over the other. Thanks!

I've stuck with 3 for my personal projects and not had any issues. I expect there's less and less reasons to use 2 as things get ported.