Skip to content

Instantly share code, notes, and snippets.

View Prooffreader's full-sized avatar

David Taylor Prooffreader

View GitHub Profile
@Prooffreader
Prooffreader / white_house_petitions.ipynb
Created March 28, 2016 21:05
Jupyter notebook to find most characteristic words in successful and unsuccessful whitehouse.org petitions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Prooffreader
Prooffreader / setup.py
Created December 7, 2019 12:00
Setup.py minimal and maximal versions for setting up python packages to `pip install -e .`
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
# Search and Replace @@@@@
# Minimal Requirements have ### after
# ^ Just one import line and setup function run
from setuptools import setup, find_packages ###
@Prooffreader
Prooffreader / python_decorators.ipynb
Created October 13, 2015 18:56
Python Decorators
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Prooffreader
Prooffreader / better_baby_names.ipynb
Last active December 23, 2016 22:36
baby_names_for_RR
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Prooffreader
Prooffreader / canada_postal_l33t.ipynb
Last active April 19, 2016 10:34
Finding Canadian postal codes that spell words in l33t
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Prooffreader
Prooffreader / cython_tutorial.ipynb
Created October 15, 2015 20:40
Bare-bones Cython tutorial for data scientists
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Prooffreader
Prooffreader / README.md
Last active August 29, 2015 14:01 — forked from danasilver/README.md
D3 histogram of last letter in baby names, with slider

A D3 recreation of David Taylor's visualization The meteoric rise of boys' names ending in 'n'.

The chart shows the percentage of boys or girls born with names ending in each letter. Adjust the slider to change the year. Toggle the checkboxes to show either or both sexes.

Data is from the United States Social Security Administration, and comprises records of those who apply for a social security number, since 1987 usually by their parents in their first year of life. Records between 1934 and 1987 have more adult applicants, and records before 1934 have only adult applicants, and only a portion of the population.

Any name with fewer than five exemplars in any given year has been omitted due to privacy concerns.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.