Skip to content

Instantly share code, notes, and snippets.

View hugle's full-sized avatar
🎯
Focusing

Hugle hugle

🎯
Focusing
View GitHub Profile
@boozook
boozook / pipista.py
Last active August 29, 2015 14:06 — forked from mlgill/pipista.py
import os, os.path, sys, urllib2, requests, gzip, tarfile
class PyPiError(Exception):
def __init__(self, value):
self.value = value
def __str__(self):
return repr(self.value)
def _chunk_report(bytes_so_far, chunk_size, total_size):
if (total_size != None):
@twiecki
twiecki / pydata12_zipline_twiecki.ipynb
Created October 27, 2012 03:33
IPython notebook used in my PyData NYC'12 presentation.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.