Python is installed as
$HOMEBREW_PREFIX/bin/python3.12
Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to
`python3.12`, `python3.12-config`, `pip3.12` etc., respectively, are installed into
$HOMEBREW_PREFIX/opt/python@3.12/libexec/bin
If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH:
brew install python3
`idle3.12` requires tkinter, which is available separately:
brew install python-tk@3.12