Skip to content

I-am-Harsh/Using-Python-to-Access-Web-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my work for the Coursera Course - Using Python to Access Web Data

Instructor - Charles Severence

University - University of Michigan

Course Strucutre -

  • 6 weeks of Course

  • 1 peer reviewed assignment

  • 5 Quiz

  • 7 Python programming Assignment on external tool

The answers to each programming assignment and Quiz is uploaded in each week.

Instruction to use programming codes -

  1. You need to install Python2 or Python3 in order to run the codes on your own machines.

  2. You also require to download and install the BeautifulSoup library.

    For linux - sudo apt-get install python-bs4 (for Python 2)

             sudo apt-get install python3-bs4 (for Python 3)
    

    For more refer to - https://www.crummy.com/software/BeautifulSoup/bs4/doc/

  3. For windows you need to install pip and then use it to install BS

  4. Some code have comments, Please read them to get your answers

  5. All the codes follow the standard pattern prescribed by the Course instrucutor.

Instruction for Quiz document -

  1. The quiz document are in the form of Word Document.

  2. Each Document has Screenshot of the right answer along with the questions.

  3. There may be a few exception where the answer is wrong, In those cases the answer is explicitly mentioned below the screenshot.

NOTE - Some of the theoretical question may differ due to being shuffled and the order of the option may also differ.

NOTE - In case of any confusion regarding how the code works and other issues, you can refer to the worked examples in the course. They will explain each and every line.

About

Coursera Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages