Matlab/Octave FunctionsFocuses on Matlab/Octave functions, covering naming conventions, returning values, debugging, and logical indexing.
Introduction to C: Arrays and FunctionsCovers the basics of C programming, focusing on arrays and functions, including 1D and 2D arrays, string operations, dynamic memory allocation, and reading files.
Pointers: General ConceptsIntroduces the fundamental concepts of pointers in C programming, emphasizing their utility for memory access and dynamic allocation.
Control Structures; FunctionsCovers control structures, loops, and functions in C language, emphasizing the importance of local variables and avoiding global variables.
Python Crash CourseProvides a Python crash course covering basic arithmetics, complex numbers, strings, lists, dictionaries, and more.