Git Product home page Git Product logo

scraping-class's Introduction

Building a web scraper

Welcome to the Mizzou/IRE course on building a web scraper, being held in Columbia from Sept. 4-7, 2014.

Although the stated goal of this course is to introduce the concepts of web scraping, we will also spend time covering programming fundamentals that can be applied to other problems, from data analysis to web development.

Course logistics

The course will begin Thursday, Sept. 4, and end on Sunday, Sept. 7. It will be held in the Lambert Room, which is room 200 in the Reynolds Journalism Institute building on 9th Street.

The format of the course is subject to change, but the rough schedule looks like this:

Thursday, Sept. 4, 6 - 8 p.m.: Introductions, computer setup and covering the basics of command line navigation.

Friday, Sept. 5, 9 a.m. - 5 p.m.: More command line basics; Python programming basics; a review of HTML/CSS and Javascript in the context of web scraping; and building our first web scraper.

Saturday, Sept. 6, 9 a.m. - 5 p.m.: Build a web scraper on your own (!) and learn about more sophisticated scraping techniques, such as manipulating forms.

Sunday, Sept. 7, 9 a.m. - Noon: Questions, review and wrapup.

Software requirements

This course will be taught primarily using the Python programming language. In addition, we'll be using two open source Python modules that greatly simplify the web scraping process -- BeautifulSoup, which makes it easy to parse and sort through HTML files; Requests, which handles HTTP (web) requests; and mechanize, which allows you to emulate a web browser from within your Python programs.

We will need some place to edit and write code. If you don't already have a code editor, we recommend you explore Sublime.

In addition to Python, we'll also be making use of the Chrome web browser. Although it isn't required, we'd also recommend you check out git, version control software so you can download the course materials after you leave.

No worries if you don't have this software already installed. We'll help you set up everything on Thursday evening.

Contact

This course will be taught primarily by Chase Davis, of The New York Times; Jackie Kazil, formerly of The Washington Post; and Sisi Wei, of ProPublica. If you have any questions, you can reach us here:

Previous courses

Oct. 10-13, 2013, taught by Chase Davis, Jackie Kazil, and Matt Wynn

scraping-class's People

Contributors

jackiekazil avatar cjdd3b avatar sisiwei avatar mattwynn1 avatar

Watchers

James Cloos avatar Austin Huguelet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.