I am not sure if I should like Python.
Some of the pro's I can think of is the pretty strong standard library.
Also the data structures are very simple to use.
Also there are very easy libraries for every task I can imagine (flask, tensorflow, pandas, opencv, mongodb, ...)
But to be honest, most of the times being "pythonic" feels like messy code.
The thought of having multiple classes in one file is not my favorite choice.
Also the missing type safety, missing interfaces, structs,... makes it difficult for me.
I head learnt most of my clean code and clean architecture skills from Uncle Bob. And Python seems to work against the code style I learnt.