Re: processing the genetic code with python?

2006-03-07 Thread nuttydevil
Thanks so much guys for you all your help. I've had a month to learn python and do this for my project, I had the basics down but just kept getting unstuck. I won't message again - promise! Hehehe, thanks again everyone. -- http://mail.python.org/mailman/listinfo/python-list

processing the genetic code with python?

2006-03-06 Thread nuttydevil
I have many notepad documents that all contain long chunks of genetic code. They look something like this: atggctaaactgaccaagcgcatgcgtgttatccgcgagaaagttgatgcaaccaaacag tacgacatcaacgaagctatcgcactgctgaaagagctggcgactgctaaattcgtagaa agcgtggacgtagctgttaacctcggcatcgacgctcgtaaatctgaccagaacgtacgt ggtgcaac

Processing text using python

2006-02-20 Thread nuttydevil
Hey everyone! I'm hoping someone will be able to help me, cause I haven't had success searching on the web so far... I have large chunks of text ( all in a long string) that are currently all in separate notebook files. I want to use python to read these strings of text, THREE CHARACTERS AT A TIME.