[Tutor] learning curve

2007-01-29 Thread Daniel Klose
Hi all, All I would like to do is take a file and count the number of times a letter occurs in it. It so happens that there letters are amino acids. There are also some other checks in the script but these are not a concern just yet. What I would like to do is create a dictionary of arrays. In p

Re: [Tutor] learning curve

2007-01-29 Thread Daniel Klose
! I am only running python 2.4 and the system admin doesn't like me so I won't ask him to upgrade it. Kent Johnson wrote: > Daniel Klose wrote: >> Hi all, >> >> All I would like to do is take a file and count the number of times a >> letter occurs in it. It so