This repository contains the slide for the PCC unit, you can get the raw markdown notes from here or view the full reveal.js slides by clicking the links below.
The webpage https://ncca.github.io/PCCSlides/ contains the full slides and labs as well as other material.
- Revision and feedback sessions
- Revision and feedback sessions
To read the slides on your local machine, you need to clone this repository somewhere on your computer. You can do this by running the following command in your terminal:
git https://github.com/NCCA/PCCSlides.git
You can then naviate to the directory where you cloned the repository and run the following command to start a local server:
python -m http.server
This will start a server on your local machine, you can then open your browser and navigate to the url http://localhost:8000 to view the slides.