Skip to content

Instantly share code, notes, and snippets.

View jellocube's full-sized avatar

Shelley jellocube

  • Northeast USA
View GitHub Profile
@jellocube
jellocube / search_biopython.py
Created September 18, 2018 18:11 — forked from bonzanini/search_biopython.py
Searching PubMed with Biopython
# you need to install Biopython:
# pip install biopython
# Full discussion:
# https://marcobonzanini.wordpress.com/2015/01/12/searching-pubmed-with-python/
from Bio import Entrez
def search(query):
Entrez.email = 'your.email@example.com'