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 program to receive a series of numbers

Write a program to receive a series of numbers (including decimal) from the user until enter key is pressed. Process the input data and display number count, sum and average. Use proper data type and format.

  Write a function rmduplic(l), where l is any list

Write a function rmDuplic(L), where L is any list. The function should return a list M that contains the same items as L, except that repetitions (duplicates) have been removed: only the first occurrence of each entry is kept (i.e., order is prese..

  We would like to implement the lexical order

We would like to implement the lexical order for lists. For simplicity, we only consider lists of numbers, where , >= have their usual meaning.

  What are the issues assciated with top-down analysis

what are the issues assciated with top-down analysis please explain?

  Specializes in solving the equations ax=b by doolittle''s dec

Write a  program that specializes in solving the equations Ax=b by Doolittle's decomposition method, where a is the HIbber matrix of arbitrary size nxn

  Evaluate a user''s expression

Write a function that will evaluate a user's expression. It should call the getExpression function that you previously wrote to get the expression to evaluate from the user. You should evaluate the expression step-by-step.

  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.

  Improve the code for the haunted house game

Improve the readability of the code by improving the function names, variables, and loops, as well as whitespace. Document these changes in your journal and define a win condition for the game, for example, collecting all items and returning to the..

  Takes a directory containing files that record

Create a program called grading.py that takes a directory containing files that record how student's performed on their assignments and from these files determines each students grades in addition to the course statistics.

  The computer game function collision

The computer game function collision () checks whether two circular objects collide; it returns True if they do and False otherwise. Each circular object will be given by it's radius and the (x,y) coordinates of it's center.

  Tower of hanoi game

Tower of Hanoi game that you can let a player to move discs between the towers using a mouse - Each move consists of taking the upper disk from one of the pegs and sliding it onto another rod, on top of the other disks that may already be present o..

  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