08 - Data Visualization
08 - Data Visualization
LESSON 8
Northeastern University
University of Hong Kong,
Illinois Institute of Technology,
Bradley University
Technion
Viswakarma Institute, Pune, India
UMD
Tufts University
Monash University
.
.
.
www.py4inf.com/code/pagerank.zip
%run "C:\UCSD\PythonForInformatics\code\pagerank\spdump.py"
(7, None, 1.0, 1, u'http://extension.ucsd.edu')
(7, None, 1.0, 8, u'http://extension.ucsd.edu/international/index.cfm')
(3, None, 1.0, 54,
u'http://extension.ucsd.edu/programs/index.cfm?vAction=certDetail&vCertificateID=186&
vStudyAreaID=8')
(2, None, 1.0, 62,
u'http://extension.ucsd.edu/about/index.cfm?vAction=instructorBio&personid=23')
(1, None, 1.0, 20,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=INFO-
70007&vStudyAreaID=10')
(1, None, 1.0, 28,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=saDetail&vStudyAreaID=8')
(1, None, 1.0, 69,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=EDUC-
31415&vStudyAreaID=8')
(1, None, 1.0, 76, u'http://extension.ucsd.edu/programs/
http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=EDUC-
31419&vStudyAreaID=8 ')
8 rows.
Re-running the spdump.py program will show the updated page rank
information.
%run "C:\UCSD\PythonForInformatics\code\pagerank\spdump.py"
(7, 1.0, 2.6836229233348567, 1, u'http://extension.ucsd.edu')
(7, 1.0, 1.7859320225575366, 8, u'http://extension.ucsd.edu/international/index.cfm')
(3, 1.0, 0.3367245846669715, 54,
u'http://extension.ucsd.edu/programs/index.cfm?vAction=certDetail&vCertificateID=186&
vStudyAreaID=8')
(2, 1.0, 0.2985063252552965, 62,
u'http://extension.ucsd.edu/about/index.cfm?vAction=instructorBio&personid=23')
(1, 1.0, 0.8923754000914493, 20,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=INFO-
70007&vStudyAreaID=10')
(1, 1.0, 0.8923754000914493, 28,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=saDetail&vStudyAreaID=8')
(1, 1.0, 0.1104633440024387, 69,
u'http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=EDUC-
31415&vStudyAreaID=8')
(1, 1.0, 1.0, 76, u'http://extension.ucsd.edu/programs/
http://extension.ucsd.edu/studyarea/index.cfm?vAction=singleCourse&vCourse=EDUC-
31419&vStudyAreaID=8 ')
8 rows.
www.py4inf.com/code/gmane.zip