Python Regexes: Named Groups. Cool Bananas
I'm currently writing a Python parser for GenBank files. I know BioPython has one, and it doesn't even suck, but BioPython requires a bunch of C extensions, so I can't go and just ship it with my Python application.
So I'm creating a BioPython-compatible API for the classes that I …
more ...