From Tests to ProofExplores software engineering concepts, emphasizing the significance of tests and clear specifications in ensuring software correctness.
Python Scripting BasicsCovers Python scripting basics, variable types, arithmetic operations, and running scripts in the terminal.
Error Handling and ExceptionsCovers error management, exceptions, and debugging techniques in C++, emphasizing the importance of making code more robust and easier to debug.
Generics and SubtypingCovers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Exploring Car Data AnalysisExplores car data analysis using Python programming for tasks like file handling, dictionary creation, and attribute analysis.
Lambda Functions in JavaExplores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.