Comment Re:python3 for full application development. wtf? (Score 1) 154
Writing big applications in Java/C++ takes too long. And then managements decide to avoid 'custom code' in favor of 'standard' vendor tools where you can drag and drop to build parts of the 'big' application. This applies to ETL, reporting, messaging to name a few. With Python, the development cycle shortens and you can still stick to writing code instead of dealing with vendor binaries, lock-ins, licensing etc.
Python with strong emphasis on unit tests, coupled with plugging in C/C++ where necessary for performance can result in a better overall system.