Biopython
cd <directory where python is located> python import Bio #import biopython from Bio.Seq import Seq #from/import allows you to import single functions from a moduals (lets you keep your RAm time lower)