- Notifications
You must be signed in to change notification settings - Fork299
Code for A Programmer's Introduction to Mathematics
License
NotificationsYou must be signed in to change notification settings
pim-book/programmers-introduction-to-mathematics
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the code implementing the applications from eachchapter ofA Programmer's Introduction to Mathematics.All code is written in Python 3.x. Feel free to submit a pull request if youfind a bug.
To install the requirements and run the examples, using pip and virtualenv (Python's standard packaging tools):
virtualenv -p python3 venvsource venv/bin/activatepip install -r requirements.txtTo run the test suite:
pytest# with code coveragepytest --cov-report html:cov_html --cov-report annotate:cov_annotate --covTo build and run the code in the repository with docker, run
docker build -t pimbook -f Dockerfile . docker run -it --name pimbook pimbook:latestAbout
Code for A Programmer's Introduction to Mathematics
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.