Skip to content

Instantly share code, notes, and snippets.

@vdavez
Created July 24, 2014 19:15
Show Gist options
  • Save vdavez/42c81ed3037dca548ec5 to your computer and use it in GitHub Desktop.
Save vdavez/42c81ed3037dca548ec5 to your computer and use it in GitHub Desktop.
legalmd-gist
levels:
- form: '###$x.'
num: I
- form: '$x.'
num: A
- form: ($x)
num: 1
name: Legal Markdown
mustache: '[mustache powered-templating](http://mustache.github.io/)'

l. Overview

l. Introduction

l. Getting used to a URL

ll. Adobe PDF trick ll. GPO trick ll. Putting it together

l. Getting familiar with data types ll. String ll. Boolean ll. Array

l. Thinking about variables and functions ll. Variable ll. Function

l. Getting familiar with data formats ll. CSV ll. JSON

l. Getting familiar with Python ll. Using Python to print the result to Console ll. Using Python to make a GET request l. Putting it altogether A simple query from an API (Open States?) and printing to console the filtered result.

<h3 id="ioverview">I. Overview</h3>
<h3 id="iiintroduction">II. Introduction</h3>
<h3 id="iiigettingusedtoaurl">III. Getting used to a URL</h3>
<p>A. Adobe PDF trick</p>
<p>B. GPO trick</p>
<p>C. Putting it together</p>
<h3 id="ivgettingfamiliarwithdatatypes">IV. Getting familiar with data types</h3>
<p>A. String</p>
<p>B. Boolean</p>
<p>C. Array</p>
<h3 id="vthinkingaboutvariablesandfunctions">V. Thinking about variables and functions</h3>
<p>A. Variable</p>
<p>B. Function</p>
<h3 id="vigettingfamiliarwithdataformats">VI. Getting familiar with data formats</h3>
<p>A. CSV</p>
<p>B. JSON</p>
<h3 id="viigettingfamiliarwithpython">VII. Getting familiar with Python</h3>
<p>A. Using Python to print the result to Console</p>
<p>B. Using Python to make a <code>GET</code> request</p>
<h3 id="viiiputtingitaltogether">VIII. Putting it altogether</h3>
<p>A simple query from an API (Open States?) and printing to console the filtered result.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment