map(str, mylist) #python 3+ map( ) doesn't output a list, which is why: list(map(str, mylist) #change 'str' to 'float' or 'int' for other outcomes