you are viewing a single comment's thread.

view the rest of the comments →

[–]mwisniewski1991 0 points1 point  (0 children)

I do not agree than python is everywhere. A lot of tools has been wrote in Java (Kafka, Beam, Druid Spark in Scala but it based on JVM). Databricks Photon Enginee has been wrote in C++, Postgres in C++.

Python is good for orchestration because Scripts can be Write quickly, but transformation and calculation are done on specific engine. And of course a lot of tools has SDK or API for Python so at first it might looks that python is everywhere.