Write python program isosceles tri equilateral tri rectangle

Assignment Help Python Programming
Reference no: EM13762839

Implement the following class hierarchy inside of a module file called polygon.py.

Polygon

Triangle Quadrilateral Pentagon Hexagon Octagon

Isosceles Tri Equilateral Tri Rectangle

Square

Each class should be able to calculate the area and perimeter for an object of that class.

Write another "driver" script called project1.py which imports the polygon.py module, reads an input file of polygonal data and writes another file of areas and perimeters.

Additional notes

All data members should be private and accessed through getters and setters.

Assume that the pentagons, hexagons and octagons are regular.

Assume that the quadrilaterals are cylic.

Do not use the regular polygon area formula for anything but pentagons, hexagons and octagons.

Do not use Brahmagupta's formula for anything but the cyclic quadrilaterals.

Regular polygon constructors should take a single argument for their side length.

The isosceles triangle constructor should take a base and a height.

Other irregular polygon constructors should take an argument for each side.

You should check for nonsensical input, at the very least, check for positive entries.

To open files for reading and writing, review the open function.

To parse the strings in the input file, look at string methods like split.

To read command line arguments, look at the standard sys module and argv.

To write a set number of decimal places, use the string method format.

Reference no: EM13762839

Questions Cloud

Critical infrastructure protection : According to the text, Critical Infrastructure Protection (CIP) is an important cybersecurity initiative that requires careful planning and coordination in protecting our infrastructure.
Calculate the revenue from the groupon campaign : A local dental practice decides to run a Groupon campaign. The campaign offered $365 worth of dental services (such as teeth whitening) for $165. For the total campaign, 235 coupons were sold.
Problem related to the tax exemptions : You are a CPA and a client has asked you to advise them on how to exclude U.S. income tax on money earned while he was working in a foreign country. Recommend a strategy to your client that will minimize the U.S. tax obligations. Support your reco..
Fixed costs-variable costs : A company has $7.30 per unit variable costs and $5 per unit fixed costs at a volume of 50,000 units. If the company marks up total costs by 0.51, what price should be charged if 70,000 units are expected to be sold?
Write python program isosceles tri equilateral tri rectangle : Write python program Isosceles Tri Equilateral Tri Rectangle, Write another "driver" script called project1.py which imports the polygon.py module, reads an input file of polygonal data and writes another file of areas and perimeters.
Health care organizations and delivery systems : Choose an organization in a sector including, but not limited to, pharmaceutical, insurance, manufacturing, software development, or facility design.
Impact on profits if costa were to accept this special order : Costa Company has a capacity of 40,000 units per year and is currently selling 35,000 for $400 each. Barton Company has approached Costa about buying 2,000 units for only $300 each.
While not a ratings record for the game : The 2012 NCAA Men's final game between Kentucky and Kansas came in at 10.8 / 18.4 . While not a ratings record for the game, industry experts considered it a success. Assume that there are 114 million American households with televisions.
Why would these factors lead to an epidemic : Choose one of the research questions from above and consider it in more detail. Based upon the question, what would be a reasonable hypothesis - How does a selective agent lead to microevolution within a population?

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