Unintentionally... I ended up developing with Python and am currently coding in Python for practical use.
I always tried to approach it with familiar Java... but it's not an enterprise-level project... If I were to implement it as usual using Java, Spring Boots, myBatis, etc., the amount of code would be inefficiently large, so I decided to challenge myself with unfamiliar Python.
However, once I started, except for the unfamiliar parts, I wondered why I insisted on Apache+Tomcat with Java.
RESTFul API implementation is also too simple... and the code itself is intuitive, so I don't have any trouble understanding it even though I'm not familiar with the grammar.
I hear that Google's GO feels similar... I want to try practical development with GO next time.
After a long time, I'm scribbling while doing practical coding.