Login to filter by course Login to filter by course Reset
Compiling ExpressionsCovers the conversion of expressions, evaluation using stack machines, and bytecode generation.
Queries with forExplores the for notation for querying databases using examples with a mini-database of books.
Common Sequences OperationsCovers common operations on sequences like lists and tuples, including slicing, extending, and replacing elements.
Macrofinance Models AnalysisCovers macroeconomic models incorporating financial markets, analyzing financial decisions, macroeconomic events, and policy responses.
Functional Programming Basics in ScalaCovers the basics of functional programming in Scala, including evaluation strategies, conditionals, and value definitions, with a focus on computing square roots with Newton's method.
Python/NumPy PrimerIntroduces Python basics and NumPy for scientific computing, covering data types, functions, arrays, indexing, and common operations.
Tuples, Sets, and DictionariesCovers tuples, sets, and dictionaries in Python, explaining their similarities and differences, common operations, and key concepts.
Enum in C++Introduces enum in C++, explaining its syntax, conventions, default values, and usage in switch statements and define for defining constants.
Pointers and References in C++Covers the fundamental concepts of pointers and references in C++, including dynamic memory allocation and pointers to functions.