programmers-introduction-to-mathematics

Code for A Programmer's Introduction to Mathematics

Github星跟踪图

A Programmer's Introduction to Mathematics

travis-badge Coverage Status Language grade: Python

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

主要指标

概览
名称与所有者pim-book/programmers-introduction-to-mathematics
主编程语言JavaScript
编程语言Python (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2015-02-06 17:01:09
推送于2023-03-04 04:00:33
最后一次提交2022-12-09 11:44:50
发布数0
用户参与
星数3.6k
关注者数89
派生数297
提交数191
已启用问题?
问题数16
打开的问题数4
拉请求数29
打开的拉请求数6
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?