Maybe this is something really obvious, but what's the best way to get the coding sequence of a gene (main/reference isoform, if that makes a difference) with biopython when you have just the gene name or gene ID.
You can, obviously, get the coding region's locations, parse that information, and pull the coding sequence from the genome, but there's got to be a better way? Is the full coding sequence not stored somewhere, or accessible through a single call rather than building from scratch based on positional information?