Lavlesh SinghModules in PythonA group of functions, variables and classes saved to a file, which is nothing but module. Every Python file (.py) acts as a module.Sep 5, 2021Sep 5, 2021
Lavlesh SinghDecorators in PythonDecorator is a function which can take a function as an argument and extend its functionality and returns modified function with extended…Aug 22, 2021Aug 22, 2021
Lavlesh SinghThe Option type in Scala.Before going to start reading this post, if you are really want to learn Scala from scratch you can refer my previous Post as well, that is…Aug 15, 2021Aug 15, 2021
Lavlesh SinghScala Vs Python in In-DepthBefore going to start reading this post, if you are really want to learn Scala from scratch you can refer my previous Post as well, that is…Aug 14, 2021Aug 14, 2021
Lavlesh SinghinAnalytics VidhyaRecursion /Tail Recursion in ScalaScala has some advanced features compared to other languages including support for tail recursion. But let’s first look at what it means…Nov 29, 2020Nov 29, 2020
Lavlesh SinghinAnalytics VidhyaSingleton and Companion Objects in Scala.Scala is an object-oriented programming language, that defines singleton and companion objects to make it’s functioning enjoyable ..Nov 9, 20204Nov 9, 20204
Lavlesh SinghinAnalytics VidhyaBasics of Functions and Methods in Scala.When programs get larger, you need some way to divide them into smaller, more manageable pieces. For dividing up control flow, Scala…Nov 5, 2020Nov 5, 2020
Lavlesh SinghinAnalytics VidhyaJava vs Scala !!Before going to start reading this post, if you are really want to learn Scala from scratch you can refer my previous Post as well, that…Oct 14, 20202Oct 14, 20202
Lavlesh SinghinAnalytics VidhyaFunctional Programming Aspects in Scala :-Functional programming (FP) is a way of writing computer programs as the evaluation of mathematical functions, which avoids changing the…Oct 11, 2020Oct 11, 2020