ChatGPT is indeed very useful for porting general programming knowledge to a new language for sure, it's great for that. Code it provides isn't always perfectly functional outside of basic tasks but it always gives a good start point and explains the logic.
I love Python myself, I just find it real easy and intuitive, but to each their own ofc. I like the look of Go too because it's similarly easy to learn and human readable.
I have found porting libraries and dependencies a bit annoying in Go but that's probably just because I need to get used to Go's way of doing it.
I like Python here because you just pip install and it's ready to go once you import it in your code. No fuss.