https://github.com/dylanbuchi/polygon-area-calculator
Polygon Area Calculator project built with Python using object-oriented programming.
https://github.com/dylanbuchi/polygon-area-calculator
Last synced: 3 days ago
JSON representation
Polygon Area Calculator project built with Python using object-oriented programming.
- Host: GitHub
- URL: https://github.com/dylanbuchi/polygon-area-calculator
- Owner: dylanbuchi
- Created: 2021-07-12T22:59:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T01:20:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T20:46:06.657Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polygon-area-calculator
My solution to the [freeCodeCamp](https://www.freecodecamp.org/learn/scientific-computing-with-python/scientific-computing-with-python-projects/polygon-area-calculator) Polygon Area Calculator project in Python using object-oriented programming.