Skip to content

Instantly share code, notes, and snippets.

View Jessime's full-sized avatar

Jessime Kirk Jessime

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / deciding_vote.ipynb
Created November 5, 2016 22:00
My results for:
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / multiplication_battle.py
Created January 25, 2017 23:02
I used this script as a 3 part lesson on Python for a 4th grade class.
import time
import random
#Introduction
print "Hello, Players!"
print "Welcome to Multiplication Battles!"
print ""
#Input information
player1 = raw_input("What is your name, Player 1? ")
@Jessime
Jessime / movie.ipynb
Last active April 4, 2018 20:53
movie_test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / Baseline.ipynb
Created May 17, 2017 02:17
Template for monthly notebooks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Jessime
Jessime / .txt
Created February 1, 2019 21:33
python-igraph error
This file has been truncated, but you can view the full file.
Last login: Fri Feb 1 12:25:40 on ttys000
➜ Lab pip install seekr
Collecting seekr
Downloading https://files.pythonhosted.org/packages/2d/ef/c82b68c1f2a78fd0e76b80ffa1d0be5dc665b4f70317d3398d5182f7394e/seekr-1.2.7-py3-none-any.whl
Requirement already satisfied: pandas in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (0.24.0)
Collecting louvain (from seekr)
Downloading https://files.pythonhosted.org/packages/51/bc/8cc9bb51a7fd9d13f37f2d904ee269971bccb1ab0eb06447a539af67f94c/louvain-0.6.1.tar.gz (84kB)
100% |████████████████████████████████| 92kB 969kB/s
Requirement already satisfied: requests in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (2.21.0)
Requirement already satisfied: tqdm in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (4.29.1)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.