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!