Type Conversion

Ok lets say that I want to put an INTEGER into a String. What process would I have to go through to change the Integer to a String?

There is a short but good Tutorial at python.org.
I estimate zou cant read through it in about 3 hours

Cool so the String conversion function is the same in python as it is in perl.