Skip to content

Instantly share code, notes, and snippets.

View jelloslinger's full-sized avatar

Michael Copeland jelloslinger

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import random
TEAMS = [
'Greg\'s Team'
, 'AMR\'s Puck Buckets'
, 'Willow Warriors'
, 'biff\'s Swag Team'
@jelloslinger
jelloslinger / gist:ebfd893ac9c871be0200
Created February 13, 2015 05:04
Jeepers Keepers Fantasy Baseball Schedule Generator
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from copy import copy
import itertools
import random
SEEDS = (
(0, 1, 2, 3, )
, (4, 5, 6, 7, )