programmers-introduction-to-mathematics

Code for A Programmer's Introduction to Mathematics

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerpim-book/programmers-introduction-to-mathematics
Primary LanguageJavaScript
Program languagePython (Language Count: 5)
Platform
License:MIT License
所有者活动
Created At2015-02-06 17:01:09
Pushed At2023-03-04 04:00:33
Last Commit At2022-12-09 11:44:50
Release Count0
用户参与
Stargazers Count3.6k
Watchers Count89
Fork Count297
Commits Count191
Has Issues Enabled
Issues Count16
Issue Open Count4
Pull Requests Count29
Pull Requests Open Count6
Pull Requests Close Count11
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private