Published onMarch 27, 2022Understanding Shallow and Deep Copy in Python with the `copy` ModulePythonData-Structure`Shallow copy` copies only the outer shell, whereas `deep copy` copies everything.
Published onMay 10, 2021Initializing a character with an empty value in CCPythonData-Structure`string[0] = ''` is not allowed in C.
Published onJanuary 7, 2021What does 'iterable' mean?Data-StructureAn object that can be iterated over item by item