I think on some fundamental level, even those of us who are more familiar with PHP than we are with Python, myself included, know that PHP really is a mess and Python is better. However, if you know a language well enough, those quirks that make PHP such a pain in the butt to deal with are a non-issue.
Just because PHP is a mess doesn't make it incompetent. It just makes it "harder" to work with, which is arguable. Python is designed and maintained in a very deliberate and academic fashion. While it caters much better to the intellectual needs of computer programmers, there's no reason to add that language to your workflow in the midst of a team full of experienced PHP programmers. PHP can do all of those things Python can do.
The purpose of a programming language is to make it easy enough to get work done. There's no reason to consider introducing another programming language to your workflow because it is, in some sense, better than the one you're already using. The importance is what the code does, i.e., the semantics of what your programs do, not the clarity or (lack of) verbosity of the language it's written in.