DNA translation exercise

Extend our own internal sequence format, Isequence.py, so that it has a method dna_translate() which, if the represented sequence is a DNA sequence, translates it and returns a string of amino acids. Import your own solution from one of the previous codon exercises.