Category: IT and Coding
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…
Posted in IT and Coding
Python coding: Radix Sorting (Movie buddy recommendation)
preservsun July 11, 2020 Leave a Comment on 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…
Posted in IT and Coding
The Five Design Sheet Methodology (Fds Methodology) Example
preservsun June 7, 2020 Leave a Comment on 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…
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…
Recent Comments