#Restaurants near 1871
Help curate this list. start filling out the data and links about each place and add places!
##Cheap
- Protein Bar
- Phone: (312) 346-7300
- Address: 222 Merchandise Mart Plaza Chicago, IL 60654
# Create empty orphan branch for code review | |
git checkout --orphan code-review | |
git rm -rf . | |
git commit --allow-empty -m 'Code review - nuke all' | |
git push --set-upstream origin code-review |
data = open("C:\Users\tdoucet\Desktop\Test.csv") | |
dict = {} | |
for line in data: | |
x = line.split(",") | |
a = x[0] | |
b = x[1] | |
dict[a] = b | |
level0 = [] | |
level1 = [] |
import urllib | |
import requests | |
import json | |
import random | |
""" | |
here is a wrapper for the *unreleased* electric objects API | |
Built by Harper Reed ([email protected]) - @harper | |
Hopefully someday a real API will appear |
from gevent import spawn, sleep | |
def g1(): | |
print "g1 enter" | |
spawn(g2) | |
print "g1 exit" | |
def g2(): |
#Restaurants near 1871
Help curate this list. start filling out the data and links about each place and add places!
##Cheap