- 
                                The name Scala derives from a combination of the words “scalable” and “language”. Scala is a functional programming language, which runs on top of the Java virtual machine and can use any Java class. Scala is well suited for distributed programming and big data. It is what Apache Spark is built in and can provide better performance when compared to Python and is much less verbose than Java. Whether you’re learning about functional programming or starting a career in big data, Scala is a great place to start. What you'll learn- Scala Basic Fundamentals
- Classes and Constructors
- Functions and Closures
 
- 
                                        Functional Programming with ScalaIn this stage, you’ll learn about the basics of Scala. We will cover Scala’s origin and its use in some real world applications. In this stage we will learn how to build our first Scala app. Chevron 7 steps-   Introducing Functional Programming2:20 
-   Hello, World!2:22 
-   Our First Scala App9:44 
-   Classes and Constructors8:59 
-   Primary and Secondary Scala Class2 questions 
-   Inheritance and Traits3:17 
-   Functional Programming Review9 questions 
 Scala CollectionsData structures are an important aspect of Scala. In Scala, these data structures or collections can range from mutable to immutable. Some of these collections are similar to ones in Java such as arrays and maps or Python such as lists and tuples. In this stage we will learn when to use one collection type versus another and how to implement them. Chevron 7 steps-   Mutable vs. Immutable1:37 
-   Arrays and ArrayBuffers10:04 
-   List vs ListBuffer6:27 
-   Arrays and Lists in Scala Review5 questions 
-   Maps and Tuples9:01 
-   Sets4:32 
-   Maps and Tuples in Scala6 questions 
 Higher Order FunctionsCongratulations, you know enough now to start diving into functional programming! In this stage we will discuss passing functions as parameters to other functions, useful higher order functions and currying, all key features of functional programming. Chevron 7 steps-   Functions as Values5:51 
-   Create an Anonymous Function2 questions 
-   Partially Applied Functions5:16 
-   Higher Order Functions7:48 
-   Function Parameters5:12 
-   Closures2:36 
-   Higher Order Functions Review3 questions 
 
-