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.