Week 9-Beginning to Manipulate Code

Stephen Karahalias
Design Computing
Published in
1 min readMay 4, 2017

In our tutorials for CoDe 1161, we have learnt what Python is, the basics of it and where it can be used, but today we learnt that we were going to make one huge step and that was manipulating a sheet of data using python. Manipulating data enables users to have more control. For instance, the data I selected involves offences made in NSW from 1995–2012. I am able to see what area commits the most crime and determine why this is and what can be done. Now I have to plan the way I will manipulate the data and story that I’m going to tell in my presentation.

--

--