2 Réponses
+ 10
My usage is determined by the setup of my work environment. Most of our stuff is Java, but I still make good use of python.
Recently I've been using it for quick visualization of some preliminary calculations for my current project, as well as a demonstration of "windowing" in the Fourier Transform for a friend who needs to expand his comfort with those concepts.
I find it very useful for things like that, but then I come from a heavily number crunching background, so I'm more inclined toward complied languages. I'm rather curious to see the other answers.
0
prototyping, canning things neatly into scripts, writing serious apps that others in the office depend on as long as we believe maintenance and upkeep of the apps will not become a nightmare due to Python.
may be we'd write larger apps given type annotations can be used with pydantic and such.
personally, to play around with machine learning and co, playing around with tick data, to launch simple web server in the current directory for file sharing with others at home.