Skip to content

Commit b7ee810

Browse files
committed
add assignment for week 3
1 parent 30fb096 commit b7ee810

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Using what you've learned this week, create a more complex mashup of some data
2+
that interests you. Map the locations of the breweries near your house. Chart
3+
a multi-axial graph of the popularity of various cities across several
4+
categories. Visualize the most effective legislators in Congress. You have
5+
interests, the Web has tools. Put them together to make something.
6+
7+
Place the following in the ``assignments/week03/athome`` directory and make a
8+
pull request:
9+
10+
.. class:: small
11+
12+
A textual description of your mashup.
13+
What data sources did you scan, what tools did you use, what is the
14+
outcome you wanted to create?
15+
16+
.. class:: small
17+
18+
Your source code.
19+
Give me an executable python script that I can run to get output.
20+
21+
.. class:: small
22+
23+
Any instructions I need.
24+
If I need instructions beyond 'python myscript.py' to get the right
25+
output, let me know.

0 commit comments

Comments
 (0)