-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathweb_python.html
25 lines (23 loc) · 1.24 KB
/
web_python.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: page
title: Web - Python
---
<div id="content" class="eleven columns">
<div id="post-10" class="post-10 page type-page status-publish hentry">
<h1 class="entry-title">Python</h1>
<div class="entry-content">
<p>
Are you looking to avoid reinventing the wheel? You can use the <a href="#modular">modular code</a> below to help your project along.
</p>
<p> </p>
<h3><a name="modular"></a>Modular Code for Python</h3>
<p><a name="census"></a><h5>Census API</h5>Sunlight Foundation's Python client for the <a href="http://www.census.gov/developers/">US Census Bureau API</a> makes it easy to quickly access the data you need. The ACS, SF1, and SF3 data sets are provided by the API. A Census <a href="http://www.census.gov/developers/tos/key_request.html">API key</a> is required. More information can be found at <a href="https://pypi.python.org/pypi/census/0.5">https://pypi.python.org/pypi/census/0.5</a>
<br>
<strong>Link:</strong> <a href="https://github.com/sunlightlabs/census">https://github.com/sunlightlabs/census</a>
<br>
<strong>Source:</strong> Third party
</p>
</div>
</div>
</div>
{% include sidebar.html %}