Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Code for A Programmer's Introduction to Mathematics

License

NotificationsYou must be signed in to change notification settings

pim-book/programmers-introduction-to-mathematics

Repository files navigation

CircleCICoverage StatusLanguage grade: Python

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.txt

To run the test suite:

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

Docker

To build and run the code in the repository with docker, run

docker build -t pimbook -f Dockerfile . docker run -it --name pimbook pimbook:latest

About

Code for A Programmer's Introduction to Mathematics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp