If your CSV file names are consistent like the example('~~~.number.csv')
this will probably work
new_list = [i.split('.')[1] for i in Old_list]
If you want to know more about the Data Science then do check out the following Data Science which will help you in understanding Data Science from scratch