Published onAugust 20, 2021Using Character Constants in Python's `string` ModulepythonThe `string` module includes built-in sets such as lowercase and uppercase alphabets, as well as digits.
Published onAugust 18, 2021Understanding the `map` Function in PythonpythonTry using `map` instead of loops to write Pythonic code.
Published onMay 10, 2021Initializing a character with an empty value in CCPythonData-Structure`string[0] = ''` is not allowed in C.