Python.org has their own installers that you can download and use directly. This is what I do. Your crash shows Python 3.7.3 installed by homebrew package manager. Although I have homebrew installed, I never install Python (or Ruby) with it.
As I mentioned earlier, check your user added packages, and the one I suggest is the lightgbm package, as it is shown in the crash information. It may be only 32-bit, and that would be either the cause, or contributing to the crash.
Secondarily, if you have not updated your iTerm2 app in awhile, get the newest, non-beta version available, and if there are any comments about iTerm2 and Catalina, you should read those too.
Catalina has deprecated Python, Ruby, and Perl. That does not mean that they have been removed, though it is a warning that they will be, probably withy 10.16 in Fall 2020. Starting in January 2020, Python 2.7.n will be retired by Python.org, so the handwriting is on the wall, so to speak for the 2.7 Python code.