In Python Programming language, Strings are arrays of bytes constituting unicode characters. Python uses type string for text, which can also be denoted as 'str' or sequence of characters. Python doesn't have any specific character type, a single character is a string of length 1.