Is there a method in Biopython where I can get the entire genebank file just by inputting the accession number of the protein? From what I'm seeing, I would have to have the gb file locally, or scrape it from the genebank website. Is there a biopython method that does this for me?
I'm pretty new to programming so any help is appreciated, thanks.
I tried looking at the biopython documentation, but they all are reading a local gb file.