1 min readFeb 9, 2020
Thanks for your comment!
Well, going from Scala to Python is quite easy: you take Scala, you remove all the good stuff (off the top of my head: time safety, great standard collection api, pattern matching, implicits, effective concurrent programming) and you end up with Python :D
More seriously, I’m simply not in the business of evangelising Python :) But there are plenty of great resources out there to help you with that.