Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.09 KB

day07.md

File metadata and controls

52 lines (32 loc) · 2.09 KB

% Day 7: Preparing for Courtlistener / Branching out to the Wikipedia, Freebase / Projects... % Raymond Yee % February 12, 2013 (http://bit.ly/wwod1307)

Agenda

Courtlistener Preparation

Assigned Readings from Day 6

Discussion in Google Doc

http://bit.ly/wwod13courtlistener

Project Formation Cont'd

From Day 6:

I would like everyone to fill in at least one Project idea in Project Ideas/Team Formation gdoc and email me a link (+description) to that project idea in email to yee@berkeley.edu by Monday, Feb 11, 2013 at noon.

If you've not identified yourself with a specific project within this Google Document, do so in class. We will spend time going around the room quickly introducing the project ideas.

Knight News Challenge

Having iPython notebook generate python code for you

doc for --script

e.g., my shell script:

#!/bin/sh
ipython notebook --pylab=inline --script --notebook-dir=/Users/raymondyee/D/Document/Working_with_Open_Data/ &
ipython notebook --pylab=inline --script --notebook-dir=/Users/raymondyee/D/Document/Working_with_Open_Data/working-open-data/notebooks/ &
ipython notebook --pylab=inline --script --notebook-dir=/Users/raymondyee/D/Document/Working_with_Open_Data/pydata-book/ &

Have you ever wondered about different len rows/ array vs matrix mulitiplication

* Day_07_array_len_and_multiply.ipynb