+ 2
Python = Scala /////// is that true ???
3 Answers
+ 8
Nope. Scala is more like Java, as it runs on JVM:
https://www.scala-lang.org
+ 3
Python and Scala are used for data science but are not the same. The main difference is that Scala is a true functional-object oriented hybrid while Python is not. Python is more popular.
0
Scala much better for Big Data. For example, with Spark/Hadoop. PySpark (Python+Spark) is also good, but much slower. Especially with UDF