Skip to content

Instantly share code, notes, and snippets.

@pybokeh
pybokeh / gist:5b65e2bb2636c00c50cd
Last active August 29, 2015 14:07
Fuel_Economy
{
"metadata": {
"name": "",
"signature": "sha256:0ae2bb4e7582025a1823781701129b0c175718b3384245ded6dd1058497747f5"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"metadata": {
"name": "",
"signature": "sha256:0ae2bb4e7582025a1823781701129b0c175718b3384245ded6dd1058497747f5"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@pybokeh
pybokeh / Weibull_Analysis
Created November 20, 2014 23:15
Weibull_Analysis
{
"metadata": {
"name": "",
"signature": "sha256:4daba58d93872a3be64dc406c65443237edacc1b47b1cebb396ee7da1b04f9c3"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@pybokeh
pybokeh / rmagic
Created December 22, 2014 14:15
rmagic
{
"metadata": {
"name": "",
"signature": "sha256:b72bb58631224f7343dd661386ef15970cba7dd7ff25e3fb6f44ad4abb241b17"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@pybokeh
pybokeh / bs4
Created January 6, 2015 01:43
For_UsernamesArentClever
{
"metadata": {
"name": "",
"signature": "sha256:3a2534242d93241c77c4b42295ee127440c6737576bd9721d6509efc7430d47c"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@pybokeh
pybokeh / simple_shooting_game
Created January 18, 2015 22:23
simple_shooting_game
import pygame
import random
# Define some colors
BLACK = ( 0, 0, 0)
WHITE = ( 255, 255, 255)
RED = ( 255, 0, 0)
BLUE = ( 0, 0, 255)
@pybokeh
pybokeh / web_scraping.ipynb
Created November 4, 2015 15:32
Web scraping car complaints dot come
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / web_scraping_NBA_player_stats.ipynb
Created November 6, 2015 21:59
Web scraping NBA player stats
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / fuel_economy_final.ipynb
Last active November 9, 2015 02:38
fuel_economy_final
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / testing_for_normality.ipynb
Last active November 16, 2015 19:53
Testing for normality
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.