Skip to content

Instantly share code, notes, and snippets.

@sbp
Last active August 29, 2015 14:24
Show Gist options
  • Save sbp/d48c4a8aef214c1f18de to your computer and use it in GitHub Desktop.
Save sbp/d48c4a8aef214c1f18de to your computer and use it in GitHub Desktop.
Copi stack annotation
"json"
import ->
"urllib.request"
import ->
"https://api.bitcoinaverage.com/ticker/global/all"
urllib
.request ->- module
.urlopen -->- http.client.HTTPResponse
.read ->- bytes
.decode ->- str
json
.loads -->- dict
"USD"
: -->- dict
"last"
: -->- float
?print ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment