Skip to content

Instantly share code, notes, and snippets.

@sstugk
sstugk / cleandata.py
Last active September 13, 2015 20:50
PyVideo: SciPy 2015 import
#!/usr/bin/env python
# coding: utf-8
from __future__ import unicode_literals
import os, sys
import re
import json
import urllib2
from bs4 import BeautifulSoup
from pattern import web
#from steve.util import (