Data Science with Scala Programming
Scala source code can be compiled to Java bytecode and run on a Java virtual machine (JVM). Scala can also be compiled to JavaScript to run in a browser, or directly to a native executable.
Welcome!
General Information
FREE PREVIEWLearning Objectives
Syllabus
Introduction
Introduction to Scala
Getting Stared with Scala
Creating a Scala Project
The Scala REPL
Scala Documentation
Intro
Classes
Immutable and Mutable Fields
Methods
Default and Named Arguments
Objects
Intro
Companion Objects
Case Classes and Case Objects
Apply and Unapply
Synthetic Methods
Immutability and Thread Safety
Intro
Collections Overview
Sequences and Sets
Options
Tuples and Maps
Higher Order Functions
Learning objectives
For Expressions
Pattern Matching
Handling Options
Handling Failures