I have doubts about installing Python on MacOS.
I'm a beginner in Python, and although I've already installed it on my computer, I still have not understood the differences in installations: - via PIP or HomeBrew commands. - by downloading the software from Python.org.
Although it is easier to install through the software download, few sites cite such a procedure in return for installation via PIP.
From my little experience, I believe that the need for later installation of Python language packages (eg: Numpy, Pandas, ..) through PIP makes this procedure the most common means of familiarization. That's right? Or is there another reason?