Login to filter by course Login to filter by course Reset
Python Programming BasicsIntroduces Python programming basics, covering loops, functions, lists, and conditions for code execution.
Records and VariantsIntroduces records, variants, evaluation rules, typing rules, aliasing challenges, and benefits in programming languages.
Safe Mutation in ScalaExplores safe mutation in Scala, emphasizing the management of mutable state and its significance in interactions, modeling, and implementation efficiency.
Polymorphism: Cons-ListsCovers the concept of polymorphism in programming and the implementation of immutable linked lists in Scala.
Functions in PythonIntroduces functions in Python, covering predefined and user-defined functions, formal and effective parameters, and the importance of docstrings.
Arguments in JavaExplains passing arguments in Java methods with examples of primitive and complex types.