I have the following list,
mylist = [\'0.976850566018849\', \'1.01711066941038\', \'0.95545901267938\', \'1.13665822176679\', \'1.21770587184811\', \'1.
by using list comprehension
>>> len([i for i in mylist if float(i) >= 1.3])