Copyright © Jon Barker, 2023 University of Sheffield. All rights reserved
This repository contains the teaching materials and other resources for the module COM6018 Data Science with Python, taught at the University of Sheffield.
If you are taking this module please see the module website for more information and please use git
to clone this repository to your own computer. The repository will be updated throughout the module and you will need to git pull
regularly to get the latest materials.
The materials in this repository are also available in Jupyter book format at https://jonbarker.github.io/COM6018/.
The main contents of repository can be found in the materials
directory. This contains the following subdirectories:
lectures
- the markdown source for the lecture slidestutorials
- a set of jupyter notebooks covering the lecture materiallabs
- the Jupyter notebooks used for the lab classessolutions
- the solutions to the lab classes
If you have not used git
before you may need to install it on your computer. The instructions depend on your operating system:
- Linux: For Debian/Ubuntu run
sudo apt-get install git`` and for Fedora run
sudo dnf install git``. - MacOS (e.g., MacBooks): Install the latest version from this list by clicking on the link.
- Windows: Follow the instructions at https://gitforwindows.org/