Scala Tutorial Full Course

preview_player
Показать описание
1. What is Scala and Why to Learn Scala? – 00:05
2. Scala Setup – 02:03
3. Scala First Code – 09:43
4. Scala Defining Variable using Var & Val – 20:52
5. Class and Object in Scala – 31:19
6. Creating Methods in Scala – 39:10
7. List & Lambda Expression in Scala – 49:12
8. List Reverse , Drop & Take – 53:12 
9. Scala Type Hierarchy – 01:01:09
10. List of Complex Objects in Scala – 01:06:02
11. Tuples in Scala – 01:20:47
Рекомендации по теме
Комментарии
Автор

Thanks a lot. I have been watching you for the last 5-6 years and you are constantly delivering. Great.

mrinalraj
Автор

I'm a java dev and I've just gotten a new job writing scala. So very grateful for the comparison between the two! Great tut, thank you

jt
Автор

Very helpful. Way of approach and comparison between Java and Scala excellent. One of the best and short video. Thankyou very much

ulthichandrasekhar
Автор

You are awesome!!
By trade i'm a non-technical, U make it very easy to understand :-)

albertsunil
Автор

I have installed java and using eclipse oxygen.. I am not getting the inline result in worksheet.. I searched on web did some changes as UTF-8 etc, but no success. Could you help?

abhishektalghatkar
Автор

i found this video very good, its done very nicely specially explaining the syntax why is it that way and trying out same things in java parallel which makes things a lot easier

MrArpit
Автор

wow.... what a nice tutorial, thanks immensely.

Mandkar
Автор

link for the lambda and others is not in the description. please share

AnshuBhuwania
Автор

I don't think that Best Teacher + Programmer will Give me Like. Thanks For Your all tutorials and knowledge.

rohankiratsata
Автор

excellent session, great learning .... made it too easy...many thanks....

satishvedpathak
Автор

52:29
There was error becuase you used n:Int when you were having parenthesis
This works:
nums.foreach ( n => println(n) )
as similar to
nums.foreach { n:Int => println(n) }

in 1:17:11
inside test() method you don't need to return true or return false.
you can simply write s.marks >=60, that itself would return true or false.

DEVA
Автор

Very grateful & clearly understood basic concepts, Excellent video

rohiniam
Автор

Change is the only constant
Sharing is caring
Wow, Telusko you are a coder and a awesome video...!

arpitsaxena
Автор

Things become easy when I watch ur vdos... Tysm🤓

desiengineerashish
Автор

Can we treat sacala as fully object oriented because we doesn't use the primitives here right..?

yellareddyputha
Автор

what is the error here i am trying ot execute
import Circle.calculateArea

import scala.math._


class Circle(radius: Double) {
import Circle._
def area: Double = calculateArea(radius)

println("radius")
}

object Circle {
private def calculateArea(radius: Double): Double = Pi * pow(radius, 2.0)

val circle1 = new Circle(7.0)

println(circle1.area)

}


got error :
Exception in thread "main"
Caused by:

aryic
Автор

very good examples to lean Scala easily

srinivasak
Автор

Hello sir, i have a question and i will be obliged if u can help me out with it
Q, () Do we need to learn each and every updated versions of java and python or is it the versions do not vary much??

vaibhavasrivastava
Автор

comparison with Java has made it a little tiresome for me as I'm from non Java background. Hope some extensive lecture on SCALA is already on the making

rajdipr
Автор

your are so best the way you are given knowledge to world that to free
...thanks and god bless you

br