Yes, with Java.<p>Compared to (Visual) C++, it was so damned easy to develop basic CLI and desktop applications. Lots of batteries included in the default JDK. By a happy coincidence, it was also a time when Java was being used for lots of shiny enterprisey stuff like "big data" and "application servers" -- Hadoop, Spring, Spark, Storm, etc. So I found myself in a profitable ecosystem at the right time with the right skills.<p>But I had also slowly started using Python regularly. Compared to Java, I found it far less verbose and with even more batteries included. Data processing, text processing, ML, DS, hardware interfacing, using native frameworks - everything's so damned easy! I think the introduction of Raspberry Pi around 2011-2012 had a lot to do with my liking Python. Moreover, that kind of tinkering actually helped me regrow a love for programming itself after a difficult time career-wise.<p>Python's been my default language for everything from 7-8 years now - CLI, desktop, and web app backends. I still work with Java on Solr/ES search nowadays but it's not my default language for anything. I have tried working with Node and Go and learnt a little bit of Rust but I still prefer Python.