Semester 2/2017

Semester 2/2017 Course Outline (here)


Week 1 worksheet (here)   ||   Week 2 worksheet (here)

Week 3 worksheet (here)   ||   Week 4 worksheet(here)

Week 5 worksheet (here)   ||   Week 6 worksheet(here)

Week 7 worksheet (here)


1st Practical Examination: (ExamplesDate: 26 Feb 2018, Time: 13:30 – 15:30, Room: VMS0205

Tutorial for 1st Written Examination (Tutorial)


Week 8 worksheet (here) || Week 9 worksheet (here)

Week 10 worksheet(here) || Week 11 worksheet (here)

Week 12 worksheet(here)

Click here to start your Pandas tutorial.

Load the train data here (train.csv)


2nd Practical Examination:

Date: Monday, 7 May 2018, Time: 13:00 – 16:00, Room: VMS0205

 

======== How to convert .ipynb to .pdf ==========

If your windows do not have a software MiKTEK installed, please do so. To download, visit  https://miktex.org/download

To install, visit https://miktex.org/howto/install-miktex

Once installed, start Anaconda Prompt from your Anaconda3 app, and run

> jupyter nbconvert –to pdf MyfirstTest.ipynb (if jupyter does not work, try ipython instead –> ipython nbconvert –to pdf MyfirstTest.ipynb )

Then, you should get a file MyfirstTest.pdf in the same directory as your .ipynb file. Note that make sure that before you run the above command, your .ipynb file must be in the same directory that you are going to run the command.

For example, I have a file MyfirstTest.ipynb in the directory c:/Users/Joemeo

C:\Users\JoeMeo>jupyter nbconvert –to pdf MyfirstTest.ipynb

While running, Windows may pop up a small window asking you to install missing packages for MiKTEK, just do so. Once completed, a PDF file should be successfully created.