I really like Python. It's what I reach for when I need something working quickly. I have a whole folder of one-off python scripts I wrote over years that I occasionally still use.
For very large projects, however, I advise against it. The dynamic type system bites you a lot in my experience. I prefer static typing.
For very large projects, however, I advise against it. The dynamic type system bites you a lot in my experience. I prefer static typing.