Bud :
I don't know if there are many Python devs here but as i'm teaching python i will try to give you some advices.
From my point of view, the way you install Python is not the most important point. it's how you will use it and how you will install all the dependencies for your project. You won't be able to resolve all the dependencies you will need if you install Python with the RH software collections repos.
Despite the way you install Python, you have to know how to use the virtual environment for Python, "pip" and "easy_install".
Python is not Perl, for Python devs there is only one way to do the things: the best one !
A+