Python String to DateTime using strptime():

You'll learn to parse a string representing a date or time to a datetime using the strptime() with the various standard date formatting codes available in Python