Tag Archives: programming
Areas of Quadrilaterals with Bretschneider’s Formula in Python
In this article I will demonstrate how to calculate the area of any quadrilateral, or four-sided figure, in Python using Bretschneider's Formula.
Continue readingCalculating Areas of Quadrilaterals in Python
This is the first in a set of three articles describing how to calculate the areas of various types of quadrilaterals using the Python programming language.
Continue reading