Calculates the median and shows it

Assignment Help Python Programming
Reference no: EM132354119

Question

q1 part 1 in python do a program to do the following:

1) User enters a file name (such as "myMovies.txt").

2) User enters the titles of 4 of their favorite moveis (use a loop!).

3) Program Writes the 4 titles to a file, one per line, then closes the file (use a loop!).

4) Program Reads the 4 titles from "myMovies.txt" stores them in a list and shows the list

5) The program writes the titles in reverse order into a file "reverseOrder.txt"

6) Submit the 3 files (your "p43.py" program and the two files "myMoveis.txt" and "reverseOrder.txt")

Sample Run:

Please enter a file name: myMovies.txt

Please enter a movie title #1: movie1

Please enter a movie title #2: movie2

Please enter a movie title #3: movie3

Please enter a movie title #4: movie4

... Writing the 4 movie titles to file 'myMovies.txt'

... Reading the 4 movie titles from file into a list: [movie1, movie2, movie3, movie4]

... Writing the 4 movie titles in revers to 'reverseOrder.txt'

Content of myMovies.txt:

movie1

movie2

movie3

movie4

Content of reverseOrder.txt

movie4

movie3

movie2

movie1

part 2) Write a program which

a) Writes a random number (50 to 55) of numbers (0 - 100) in a file

b) Opens the file and reads the numbers from it into a list

c) Sorts the list and Shows it. (you can't use python built-in functions sort(), sorted(), sum(), must write your own code)

d) Calculates the median and shows it (can't use any python built-in function for median)

TO CALCULATE MEDIAN:

If there is an odd number of data values then the median will be

the value in the middle.

For the data set: 1, 1, 2, 5, 6, 6, 9 the median is 5.

If there is an even number of data values then the median will be

the average of the two data values in the middle.

For the data set: 1, 1, 2, 6, 6, 9 the median is 4.

The middle two values are 2 and 6, so (2+6) / 2 = 8 /2 = 4

Reference no: EM132354119

Questions Cloud

Evaluate different types of research methods : Examine the developmental components of the research process. Test data for a business research project.Evaluate different types of research methods.
Write a program that will utilize a text input file : Write a program that will utilize a text input file and compute the listed specifications. The text input file "data.txt" is listed below. Build your program.
Investigators use digital forensic methods : Law enforcement professionals and investigators use digital forensic methods to solve crimes every day.
Key element of the aforementioned executive risk : Which is the key element of the aforementioned executive risk. The description included herein, and associated explanatory and expository details are meant
Calculates the median and shows it : User enters the titles of 4 of their favorite moveis.Program Reads the 4 titles from myMovies txt stores them in a list and shows the list
Legal-ethical implications for individuals and populations : Evaluate public health policies and practices as they relate to legal and ethical implications for individuals and populations.
You have experienced where person professionalism : Discuss an example you have experienced where a person's professionalism or credibility was called into question by mistakes in their communication
Ethical challenges faced by organizations operating globally : Describe the ethical challenges faced by organizations operating globally. As the connection builds up its business all around then they don't just comprehend
Organization contribute to overall employee satisfaction : How can the culture of an organization contribute to overall employee satisfaction? What elements contribute to the overall culture of an organization?

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