Community Data Science Workshops (Spring 2015)/Day 2 Projects/Wikipedia/Windows setup: Difference between revisions

From CommunityData
No edit summary
(cat)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Download the WikipediaAPI project==
==Download the Wikipedia API project==


# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: http://mako.cc/teaching/2015/cdsw-spring/wikipedia-data-examples.zip
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: http://mako.cc/teaching/2015/cdsw-spring/wikipedia-data-examples.zip
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. Find WikipediaAPI.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called WikipediaAPI containing several files.
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. Find wikipedia-data-examples.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Wikipedia API containing several files.


==Test the WikipediaAPI code==
==Test the Wikipedia API code==


Start up PowerShell and navigate to the <code>Desktop\wikipedia-data-examples</code> directory where the ''wikipedia-data-example'' code lives. For example, if the ''wikipedia-data-example'' project is at <code>C:\Users\'''YOURUSERNAME'''\Desktop\WikipediaAPI</code>,
Start up PowerShell and navigate to the <code>Desktop\wikipedia-data-examples</code> directory where the Wikipedia API code lives. For example, if the Wikipedia API project is at <code>C:\Users\'''YOURUSERNAME'''\Desktop\wikipedia-data-examples</code>,


  cd C:\Users\'''YOURUSERNAME'''\Desktop\WikipediaAPI
  cd C:\Users\'''YOURUSERNAME'''\Desktop\wikipedia-data-examples


will change you into that directory, and
will change you into that directory, and
Line 14: Line 14:
  ls
  ls


will show you the source code files in that directory. One of the files is "<code>wikipedia-mwc1.py</code>", which has a "<code>.py</code>" extension indicating that it is a Python script. Type:
will show you the source code files in that directory. One of the files is "<code>wikipedia1-1.py</code>", which has a "<code>.py</code>" extension indicating that it is a Python script. Type:


  python wikipedia-mwc1.py
  python wikipedia1-1.py


at the command prompt to execute the <code>wikipedia-mwc1.py</code> Python script. Wait a little while while your computer connects to Wikipedia. You should see a series of data from Wikipedia run by on your screen. If you don't, let a staff member know.
at the command prompt to execute the <code>wikipedia1-1.py</code> Python script. Wait a little while while your computer connects to Wikipedia. You should see a series of data from Wikipedia run by on your screen. If you don't, let a staff member know.


==Success!==
==Success!==


You are done downloading the WikipediaAPI project!
You are done downloading the Wikipedia API project!


[[File:Champagne.png|100px]][[File:Party.png|125px]]
[[File:Champagne.png|100px]][[File:Party.png|125px]]
[[Category:Spring_2015_series]]

Latest revision as of 01:13, 17 September 2015

Download the Wikipedia API project[edit]

  1. Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: http://mako.cc/teaching/2015/cdsw-spring/wikipedia-data-examples.zip
  2. The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. Find wikipedia-data-examples.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Wikipedia API containing several files.

Test the Wikipedia API code[edit]

Start up PowerShell and navigate to the Desktop\wikipedia-data-examples directory where the Wikipedia API code lives. For example, if the Wikipedia API project is at C:\Users\YOURUSERNAME\Desktop\wikipedia-data-examples,

cd C:\Users\YOURUSERNAME\Desktop\wikipedia-data-examples

will change you into that directory, and

ls

will show you the source code files in that directory. One of the files is "wikipedia1-1.py", which has a ".py" extension indicating that it is a Python script. Type:

python wikipedia1-1.py

at the command prompt to execute the wikipedia1-1.py Python script. Wait a little while while your computer connects to Wikipedia. You should see a series of data from Wikipedia run by on your screen. If you don't, let a staff member know.

Success![edit]

You are done downloading the Wikipedia API project!

Champagne.pngParty.png