32

GitHub - pim-book/programmers-introduction-to-mathematics: Code for A Programmer...

 5 years ago
source link: https://github.com/pim-book/programmers-introduction-to-mathematics
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

A Programmer's Introduction to Mathematics

travis-badge Coverage Status

This repository contains the code implementing the applications from each chapter of A Programmer's Introduction to Mathematics. All code is written in Python 3.x. Feel free to submit a pull request if you find a bug.

To install the requirements and run the examples, using pip and virtualenv (Python's standard packaging tools):

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

To run the test suite:

pytest

# with code coverage
pytest --cov-report html:cov_html  --cov-report annotate:cov_annotate --cov

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK