Skip to content

Instantly share code, notes, and snippets.

@ICBacon
ICBacon / readme.md
Last active August 29, 2015 14:25
Day 6 at Continuum

Preliminary Things

  • Fill out Tsheet for F 7/17/15
  • Meet with Tony

Things I am going to learn

  • Become more familiar with YAML
  • How to retrieve old version of my first notebook in YAML
  • Create a new gist with the old version of my first notebook
@ICBacon
ICBacon / MyFirstNotebook.yml
Last active August 29, 2015 14:25
Original Version of My First Notebook
url = https://api.github.com/gists/0c37e47f24531557decd/1670b009f4baa036dab816779165cfaeff0004c0
"content": "{\n \"cells\": [\n {\n \"cell_type\": \"markdown\",\n \"metadata\": {},\n \"source\": [\n \"# Definition of a Field F in Mathematics (Field Axioms):\\n\",\n \"\\n\",\n \"* ### Closure of F under addition and multiplication (i.e. + and · are binary operations on F)\\n\",\n \"\\n\",\n \" $\\\\forall$ a, b $\\\\epsilon$ F,\\n\",\n \" $$a + b\\\\; \\\\epsilon\\\\; F$$\\n\",\n \" $$a · b\\\\; \\\\epsilon\\\\; F$$\\n\",\n \"\\n\",\n \"* ### Commutativity of addition and multiplication\\n\",\n \"\\n\",\n \" $\\\\forall$ a, b $\\\\epsilon$ F, the following equalities hold:\\n\",\n \" $$b + a = a + b$$\\n\",\n \" $$b · a = a · b$$\\n\",\n \"\\n\",\n \"* ### Associativity of addition and multiplication\\n\",\n \" \\n\",\n \" $\\\\forall$ a, b, and c $\\\\epsilon$ F, the following equalities hold:\\n\",\n \" $$a + (b
@ICBacon
ICBacon / firstnb.ipynb
Last active August 29, 2015 14:25 — forked from tonyfast/firstnb.ipynb
Accessing Old Gists
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ICBacon
ICBacon / readme.md
Created July 21, 2015 18:11
Day 7 at Continuum

Preliminary Things

  • Fill out Tsheet for M 7/20/15
  • Meet with Tony

Things I am going to learn

  • Become more familiar with YAML

Project with Tony

@ICBacon
ICBacon / readme.md
Last active August 29, 2015 14:25
Day 8 at Continuum

Preliminary Things

  • Fill out Tsheet for Tu 7/21/15
  • Meet with Tony

Things I am going to learn

  • Become more familiar with YAML
  • Become more familiar with Pandas

THIS is a real header for no reason

This is a header for no reason

But I am making this for no reason.

Notes

These notes have a checklist

@ICBacon
ICBacon / readme.md
Last active August 29, 2015 14:25
Some Things I've Learned During Project

Some Things I've learned During Project

  • Collaborating with other people on a project
  • What Personal Access Tokens are, how they're used, and why they are important
  • How to use Ipython notebooks to access files in finder
  • Using Ipython notebooks to make and write requests to JSON endpoints
  • Editting Ipython notebooks individually to create new folders for each repository and subfolders for our requests
@ICBacon
ICBacon / simpleRequest.ipynb
Created July 24, 2015 16:07
simpleRequest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ICBacon
ICBacon / simpleRequestNumPy.ipynb
Created July 24, 2015 16:10
simpleRequestNumPy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ICBacon
ICBacon / AdamsBasicRequestNumPy.ipynb
Created July 24, 2015 16:11
AdamsBasicRequestNumPy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.