tutorial.eyehunts.com
Python decimal to float
Just use the float() function to convert decimal to float in Python. Or you can use float_number = decimal_number * 1.0 formula.
Rohit