Lab 3: INFR 4710
Amirali Abari
Faculty of Business and IT
Ontario Tech University
1 Introduction
Welcome to the third lab! In this lab we will learn how to implement random walk for traversing graphs and how to parse data from a webpage. The lab instructions are set as minimum expectations. You are always encouraged to go beyond the expectations. Challenge yourself, have fun, and learn more!
Remember that when you have finished your lab activities, you need to show your final results to your TA. They will provide feedback if necessary and record your mark.
2 Setting Up
Download the modules randomwalk.py and beautifulsoup.py from Canvas. The Random Walk functions will be written in the randomwalk.py module. The webpage functions will be written in the beautifulsoup.py module. Then install BeautifulSoup1 . For installation, you can use pip.
3 Tasks
In this lab, we focus on two different tasks. One is related on random walk on graphs, and another is focused on learning BeautifulSoup library for parsing web pages.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme