Welcome to the repository for COSC 482: Data Science and Web Scraping. This repository contains all course assignments designed to enhance your skills in data science and web scraping using Python and BeautifulSoup.
- Click the "Fork" button in the top-right corner of this repository to create a copy under your GitHub account.
- This will allow you to work on assignments independently.
- Copy the URL of your forked repository from your GitHub account.
- Clone it to your local machine using the following command in case you want to use it on your own side.
Assignments are organized in the Assignments/ folder. Each assignment includes:
- A
.ipynbnotebook for the tasks. - A
README.mdfile with specific instructions for that assignment.
You can preview assignments using the "Open in Colab" badge provided in the assignment-specific README.md or below.
Example: Assignment 1
Depending on each Assignment.
- Open the notebook from your forked repository in Google Colab or another Jupyter Notebook environment.
- Follow the instructions provided in the notebook and complete all tasks.
- Use the included test cells to verify your code for each task.
After completing the assignment, save your work by committing and pushing changes to your forked repository:
git add .
git commit -m "Completed Assignment X"
git push origin main- Submit the link to your forked repository on Moodle. Ensure your latest changes are pushed to GitHub before submission.