Write python program that generates an informative web site

Assignment Help Python Programming
Reference no: EM132314011

Assignment : Generated Web Site for Aussie Road Fatalities

Your task in this assignment is to write a Python program that generates an informative web site about Australian Road Fatalities over the last 30 years, showing summary statistics about the crash types, speed limits, vehicle types, times of day, and the ages and genders of the people who died. This will allow viewers to get insights into the data, and to identify trends that are changing over time.

Your program will read some input data from a text file (e.g., a spreadsheet in comma-separated-values, or CSV, format) and automatically generate several web pages with links going between the pages. The input data is updated each month, so the idea is that your program will be run on the updated input data each week or each month to automatically generate an updated web site that shows the latest trends and statistics.

Each web page should show a different aspect of road fatalities, and how that aspect has changed over time. Some of your pages must have photos and graphs. Here are some suggestions for different pages you might generate:

• Fatalities per year, and how this rate is changing over time;

• Fatalities per Australian state;

• Fatalities at different times of the day (each hour);

• The impact of different types of crash (single vehicle, multiple vehicle, pedestrian, etc.);

• The contribution of crashes involving buses and trucks, compared to other kinds of crashes;

• The impact of different speed limit zones on road fatalities;

• The impact of different road-user roles (driver; passenger; motor cyclist; cyclist, pedestrian, etc.) on road fatalities;

• The impact of gender on road fatalities - note that the data shows the gender of the deceased person, not necessarily of the driver;

• The impact of age (of the deceased) on road fatalities.

Four more important goals:

A. For most of these pages, it would be even more interesting and useful if you could display the change in these statistics over time, such as comparing 1989 against 2017, or the first 10 years against the most recent 10 years.

B. Also, for many of these pages, it would be more meaningful if you could display the statistics relative to the total number of vehicles or
vehicle-kilometres in that category. For example, display the fatalities for buses and trucks relative to how many buses and trucks are on the roads, rather than just the absolute numbers of fatalities - this makes it possible to compare fatality rates between those different types of vehicles. To generate some of these relative percentages, you will need to obtain additional data from other sources - for example, the ABS has lots of data about vehicle usage in Australia. Make sure you clearly document all your data sources!

C. There must be one top-level page, index.html, that is the entry point for the web site. This must give an overview of the whole website, and should have links to all the other pages.

D. All the HTML files and graphs in your whole web site must be generated by your Python program, so that your whole web site can be
automatically updated when the input data values are updated, just by rerunning your Python program.

Learning Objectives

In this assignment you will learn how to:

1. use top-down design to divide a larger data processing task into parts;

2. use Python to read and write text files (CSV data files);

3. use functions to raise the abstraction level of your program;

4. analyse data to produce graphs and summary statistics;

5. use string and list methods to generate HTML.

Attachment:- Fatalities.rar

Reference no: EM132314011

Questions Cloud

Concepts of social change-leadership and advocacy : Review this week's Learning Resources. Think about similarities and differences among the concepts of social change, leadership, and advocacy.
Economic systems in the current world from socio cultural : Compose descriptive essay, of maximum 500 words, APA style, in which compares life forms and economic systems in current world from a socio cultural approach
Treatment of forensic populations and professional goals : Think about the concepts, strategies, and treatment approaches related to forensic populations that you read about this week.
Describe the issues related to continuity of care : Describe the issues related to continuity of care. Describe the issues related to housing. Describe the issues related to employment.
Write python program that generates an informative web site : ICT112- Creative Problem Solving with Programming-University of the Sunshine Coast-Australia-Write a Python program that generates an informative web site.
Major emotional or psychological factors that influence : Post a description of three major emotional or psychological factors that influence both patients and their families
Did the researchers act responsibly and with integrity : What are some moral principles in research that related to the film? Did the researchers act responsibly and with integrity?
What difficulties did a woman composer face : How did the opportunities for women change during the Romantic Period? What difficulties did a woman composer face during this era
Create a digital health infographic to advocate : HST6341-Maternal, Child and Youth Health-Edith Cowan University-Australia-Create a digital health infographic to advocate for the suggested recommendations.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd