Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Start Here

GW Python Logo Launch the interactive version of the Webscraper project using Binder. Binder is a free tool for hosting interactive Jupyter Notebooks and it is a great way for students to get started with learning Python.

Binder

After Binder launches, you should see a Jupyter Notebook file for this module.

Depending on demand, Binder can be a bit slow. But it's free!

Python Foundations

This use of Juptyer Notebooks is based on Prof. Barba's course Getting Data Off the Ground with Python. And her introductory modules (especialy 1 thru 3) are a great starting place for students who have not used Python at all. They start out with writing your first lines of code and take you to the point where you can import short fragments of text to learn about strings. With those foundations, you should be ready for this module. If you haven't done those modules yet, then we recommend starting there first.