Category: IT and Coding

FIT2004
Posted in IT and Coding

Python coding: Heap Sorting example (Movie buddies)

Task : Finding the top-k users The first feature that she wants to add is rewards for top-k users of the app each month. Specifically, she has written a script that…

Continue Reading Python coding: Heap Sorting example (Movie buddies)
Posted in IT and Coding

Python coding: Radix Sorting (Movie buddy recommendation)

Task : Sorting recommendation Tom has written a script to obtain a file called favoriteMovies.txt which contains favorite movies for each user. The favorite movies for each user are not listed…

Continue Reading Python coding: Radix Sorting (Movie buddy recommendation)
Posted in IT and Coding

The Five Design Sheet Methodology (Fds Methodology) Example

Five-Sheet design (Fds) Methodology Five-sheet design methodology is a sketch based that when user want to brainstorm our visualisation idea. It has five different sections that. Sheet 1 is the…

Continue Reading The Five Design Sheet Methodology (Fds Methodology) Example
Posted in IT and Coding

Data Wrangling and Exploration Tutorial

Data Wrangling and Exploration In this post, we are going to look at how to do Data Wrangling by using Python Pandas library in Jupyter, and for data visualisations we…

Continue Reading Data Wrangling and Exploration Tutorial