As a python developer, how easy is it to learn scala?
this post was submitted on 26 Feb 2026
11 points (100.0% liked)
Scala
421 readers
3 users here now
founded 2 years ago
MODERATORS
About as easy, if not easier, if all it boils down to is to tape together libraries and business code. There you essentially get python with types.
Where Scala's complexity steeply increases is when you build libraries and interfaces for others: it gives you lots of very abstract and powerful tools that can give beginners an overwhelming impression that the language is infinite. It is not, and you will learn those concepts in time, no rush.