I moved from Perl to Python. I noticed Python was harder to do "clever stuff" with - the sort you would see in Perl one liners.
My code is a little more verbose in Python, but I notice I don't shoot myself in the foot by trying to be too clever too early, and ending up with a tangled mess a few days later.
When you program in any language of your expertise you don't really notice the language at all.