Build a Website

In Progress Posted Dec 4, 2014 Paid on delivery
In Progress Paid on delivery

1. Python: The core logic of the application should be implemented in Python.

2. Views by country/continent: We want to analyse, for a given document ([url removed, login to view] see in attachment), from which countries and continents the document has been viewed. The data should be displayed as a histogram of countries, i.e. counting the number of occurrences for each country in the input file.

(a) The application should take a string as input, which uniquely specifies a document (a document UUID), and return a histogram of countries of the viewers. The histogram can be displayed using mathplot.

(b) Use the data you have collected in the previous task, group the countries by continent, and generate a histogram of the continents of the viewers. The histogram can be displayed using mathplot.

3. Views by browser: In this task we want to identify the most popular browser. To this end, the application has to examine the visitor useragent field and count the number of occurrences for each value in the input file.

(a) The application should return and display a histogram of all browser identifiers of the viewers.

(b) In the previous task, you will see that the browser strings are very verbose, distinguishing browser by e.g. version and OS used. Process the input of the above task, so that only the main browser name is used to distinguish them (e.g. Mozilla), and again display the result as a histogram.

4. Reader profiles: In order to develop a readership profile for the site, we want to identify the most avid readers. We want to determine, for each user, the total time spent reading documents. The top 10 readers, based on this analysis, should be printed.

5. “Also likes” functionality: Popular document-hosting web sites, such as Amazon, provide information about related documents based on document tracking information. One such feature is the “also likes” functionality, that, for a given document, identifies, which other documents have been read by its readers. The idea is that, without examining the detail of either document, the information that both documents have been read by the same reader relates two documents with each other. In this task, you should write a function that generates such an “other readers of this document also like” list, which is parametrised over the function to determine the order in the list of documents. Display the top 10 documents, which are “liked” by other readers.

To achieve this task you will need to do the following:

(a) Implement a function that takes a document UUID and returns all visitor UUIDs of readers of that document.

(b) Implement a function that takes a visitor UUID and returns all document UUIDs that have been read by this visitor.

(c) Finally, implement a function to implement the “also like” functionality, which takes parameters the above document UUID and visitor UUID, and additionally a sorting function on documents. The function should return a list of “liked” documents, sorted by the sorting function parameter.

Note: the implementation of this function must not fix the way how documents are sorted.

(d) Use this function to produce an “also like” list of documents, using the above function, based on readership profile for sorting the documents.

(e) Use this function to produce an “also like” list of documents, using a sorting function, based on the number of readers of the same document.

(f) In each of the above two use cases, provide a document UUID and visitor UUID as input and produce a list of top 10 document UUIDs as a result.

6. GUI usage: To read the required data and to display the statistical data, develop a simple GUI that reads the user inputs described above, and with buttons to process the data as required per task.

7. Command-line usage: The application shall provide a command-line interface to test its functionality in an automated way.

Python

Project ID: #6822725

About the project

3 proposals Remote project Active Dec 5, 2014

3 freelancers are bidding on average £183 for this job

proseigner

Hey there, I have read your specification and have a good grasp of the requirements. Additionally I am experienced in Python based environments and can make this applications according to the provided needs. Let More

£150 GBP in 3 days
(0 Reviews)
0.0
anthonydarwesh

Hi, Having looked at the attached json file, this is how I propose to proceed: To get the views per country or continent 1. Open the file and loop through the entries 2. Check if the doc id matches the one provid More

£200 GBP in 7 days
(0 Reviews)
0.0