Coursera Link - https://www.coursera.org/learn/python-network-data
-
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 -
-
You need to install Python2 or Python3 in order to run the codes on your own machines.
-
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/
-
For windows you need to install pip and then use it to install BS
-
Some code have comments, Please read them to get your answers
-
All the codes follow the standard pattern prescribed by the Course instrucutor.
Instruction for Quiz document -
-
The quiz document are in the form of Word Document.
-
Each Document has Screenshot of the right answer along with the questions.
-
There may be a few exception where the answer is wrong, In those cases the answer is explicitly mentioned below the screenshot.