-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
149 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"title":"Mailing List Data - Part I", | ||
"description":"In this assignment you will download some of the mailing list data from http://mbox.dr-chuck.net/ and run the data cleaning / modeling process and take some screen shots.", | ||
"grading":"Don't take off points for little mistakes. If they seem to have done the assignment give them full credit. Feel free to make suggestions if there are small mistakes. Please keep your comments positive and useful.", | ||
"solution" : "http://www.dr-chuck.net/pythonlearn/code/gmane.zip", | ||
"parts":[ | ||
{ | ||
"title":"A screen shot of your SQLiteBrowser showing messages downloaded from mbox.dr-chuck.net into the content.sqlite database", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of you running the gmodel.py application to produce the index.sqlite database.", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of your SQLiteBrowser showing messages in the index.sqlite database after the gmodel.py has executed.", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of you running the gmbasic.py program to compute basic histogram data on the messages you have retrieved.", | ||
"type":"image" | ||
} | ||
], | ||
"totalpoints":10, | ||
"instructorpoints":0, | ||
"peerpoints":4, | ||
"assesspoints":2, | ||
"minassess":3, | ||
"maxassess":10, | ||
"flag":true, | ||
"rating":0, | ||
"gallery":"off" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"title":"Mailing List Data - Part II", | ||
"description":"In this assignment you will visualize the mailing list data you have downloaded from http://mbox.dr-chuck.net/ and take some screen shots. Important: You do not have to download all of the data - it is completely acceptible to visualize a small subset of the data for this assignment.", | ||
"grading":"Don't take off points for little mistakes. If they seem to have done the assignment give them full credit. Feel free to make suggestions if there are small mistakes. Please keep your comments positive and useful.", | ||
"solution" : "http://www.dr-chuck.net/pythonlearn/code/gmane.zip", | ||
"parts":[ | ||
{ | ||
"title":"A screen shot of you running the gbasic.py program to compute basic histogram data on the messages you have retrieved.", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of word cloud visualization for the messages you have retrieved.", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of time line visualization for the messages you have retrieved.", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"Optional Challenge: Change the gline.py program to show the message count by month instead of by year and take a screen shot to the by month visualization. You can switch from a by-year to a by-month visualization by changing only a few lines in gline.js. The puzzle is to figure out the smallest change to accomplish the change. If you do not want to do this optional challenge - just upload the above image a second time. " , | ||
"type":"image" | ||
} | ||
], | ||
"totalpoints":10, | ||
"instructorpoints":0, | ||
"peerpoints":4, | ||
"assesspoints":2, | ||
"minassess":3, | ||
"maxassess":10, | ||
"flag":true, | ||
"rating":0, | ||
"gallery":"off" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"title":"Page Rank", | ||
"description":"First you will spider 100 pages from http://python-data.dr-chuck.net/ run the page rank algorithm and take some screen shots. Then you will reset the spider process and spider 100 pages from any other site on the Internet, run the page rank alorithm, and take some screen shots.", | ||
"grading":"Don't take off points for little mistakes. If they seem to have done the assignment give them full credit. Feel free to make suggestions if there are small mistakes. Please keep your comments positive and useful.", | ||
"solution" : "http://www.dr-chuck.net/pythonlearn/code/pagerank.zip", | ||
"parts":[ | ||
{ | ||
"title":"A screen shot of the spdump.py running after you have crawled 100 pages from python-data.dr-chuck.com", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of the top 25 pages according to page rank that you crawled from python-data.dr-chuck.com visualized using force.html", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of the spdump.py running after you have crawled 100 pages from another web site", | ||
"type":"image" | ||
}, | ||
{ | ||
"title":"A screen shot of the top 25 pages according to page rank that you crawled from the other web site visualized using force.html", | ||
"type":"image" | ||
} | ||
], | ||
"totalpoints":10, | ||
"instructorpoints":0, | ||
"peerpoints":4, | ||
"assesspoints":2, | ||
"minassess":3, | ||
"maxassess":10, | ||
"flag":true, | ||
"rating":0, | ||
"gallery":"off" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import re | ||
s = 'Hello this is a message from csev@umich.edu to cwen@iupui.edu about the meeting @2PM' | ||
s = 'This message from csev@umich.edu to cwen@iupui.edu is about a meeting @2PM' | ||
lst = re.findall('\S+@\S+', s) | ||
print lst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import re | ||
s = 'Hello this is a message from csev@umich.edu to cwen@iupui.edu about the meeting @2PM' | ||
s = 'A message from csev@umich.edu to cwen@iupui.edu about meeting @2PM' | ||
lst = re.findall('\S+@\S+', s) | ||
print(lst) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters