You are viewing a single comment's thread from:
RE: [Beginner] How to use the 'requests' library in Python to get information about cryptocurrency
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.