Back to Home

travel_inspo_title

Using Python, I developed a travel destination recommendation program demonstrating the use of control structures and functional decomposition. It was submitted as Assignment 1 for CSSE1001 at UQ. Software design choices and documentation were a key aspect of the grading criteria. This assessment received a High Distinction, and all feedback has been applied in this solution.

Welcome to Travel Inspiration! We are going to be building a travel recommendation program. Out of ideas where to travel? Travel Inspiration has got you covered. The program will ask the user questions about their preferences in a travel destination. It will use these to recommend the best match in a database of potential travel destinations.

The task was to implement the functionality to question the user and perform the matching. This involved creating the questionnaire (according to strict rules), prompting the user for input, using this input to output the best match (‘None’ if no match) and validating the input (repeatedly ask until valid input entered).

An exact match must have the following requirements:

destination.csv (the database), destination.py (file to read from the database) and specifications are the property of University of Queensland

travel_insp1 (1) travel_insp2 (1)