- Scala for the impatient - Very highly recommended
- Programming in Scala by Martin Odersky, Lex Spoon, and Bill Venners
Udemy course from Daniel are excellent
Youtube courses from Mark Lewis
EPFL Courses (Some are from Martin Odersky the author of Scala programming language)
Other useful resources are
- All About Scala can be considered as an online book.
Here at allaboutscala.com, we provide a complete beginner's tutorial to help you learn Scala in small, simple and easy steps.
-
ScalaSchool aims at preparing experienced engineers to be productive Scala programmers.
- Use Scala REPL or Ammonite locally
- Use Almond or apache toree kernel with jupyter notebook
- ScalaFiddle for practising online.
- Scala exercises contains exercises to tryout on various topics.
- Exercism to solve programming challenges in scala