Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.14 KB

3-D Vector

A Python 3 implementation of a 3-D vector.
This project's primary objective was to practice testing & profiling.

Dependencies

./Pipfile - realpython.com/pipenv-guide

Resources & Acknowledgments

Based on work done in forum.dabeaz.com/t/python-projects-week/304.

Vector Algebra