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
派生數298
提交數191
已啟用問題?
問題數16
打開的問題數4
拉請求數29
打開的拉請求數6
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?