Download all NCBI PubMed IDs based on a tag
问题 I am able to read in a PubMed ID of a paper, and return a set of records about that paper using this code: from Bio import Entrez from Bio import Medline Entrez.email = "Your.Name.Here@example.org" pubmed_rec = Entrez.efetch(db='pubmed',id=19053980,retmode='text',rettype='medline') records = Medline.parse(pubmed_rec) for rec in records: print(rec) The output is: {'PMID': '19053980', 'OWN': 'NLM', 'STAT': 'MEDLINE', 'DCOM': '20090706', 'LR': '20091015', 'IS': '1365-2036 (Electronic) 0269-2813