tutorial.eyehunts.com
Python decimal to string
Use the str() function to convert decimal to string in Python. it returns a string containing a nicely printable representation of an object.
Rohit