Exploring Car Data AnalysisExplores car data analysis using Python programming for tasks like file handling, dictionary creation, and attribute analysis.
Python BasicsCovers Python basics, Git, control structures, functions, file handling, and debugging using PDB.
Matlab 2: Vectorisation and FunctionsCovers vectorisation, functions, and flow control in Matlab, emphasizing the importance of avoiding global variables and providing examples of simple plots and debugging techniques.
Error Handling and ExceptionsCovers error management, exceptions, and debugging techniques in C++, emphasizing the importance of making code more robust and easier to debug.
Python Programming BasicsIntroduces Python programming basics, covering variables, methods, conditions, loops, and boolean logic.
Introduction to C ProgrammingIntroduces fundamental C programming concepts, covering variables, control structures, functions, and pointers, with practical examples and exercises.
String Formatting in PythonIntroduces string formatting in Python, covering f-strings, precision, alignment, and common formatting types.