{"id":13504395,"url":"https://github.com/pim-book/programmers-introduction-to-mathematics","last_synced_at":"2025-05-15T02:07:48.435Z","repository":{"id":26959848,"uuid":"30422991","full_name":"pim-book/programmers-introduction-to-mathematics","owner":"pim-book","description":"Code for A Programmer's Introduction to Mathematics","archived":false,"fork":false,"pushed_at":"2023-03-04T04:00:33.000Z","size":22740,"stargazers_count":3580,"open_issues_count":10,"forks_count":296,"subscribers_count":89,"default_branch":"master","last_synced_at":"2025-04-13T23:55:42.396Z","etag":null,"topics":["mathematics","programmer","python"],"latest_commit_sha":null,"homepage":"https://pimbook.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pim-book.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-02-06T17:01:09.000Z","updated_at":"2025-04-10T17:51:38.000Z","dependencies_parsed_at":"2024-01-13T19:20:08.665Z","dependency_job_id":"8c2452ea-3fcd-4096-b935-b4f0061840d3","html_url":"https://github.com/pim-book/programmers-introduction-to-mathematics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pim-book%2Fprogrammers-introduction-to-mathematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pim-book%2Fprogrammers-introduction-to-mathematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pim-book%2Fprogrammers-introduction-to-mathematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pim-book%2Fprogrammers-introduction-to-mathematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pim-book","download_url":"https://codeload.github.com/pim-book/programmers-introduction-to-mathematics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259383,"owners_count":22040820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mathematics","programmer","python"],"created_at":"2024-08-01T00:00:36.648Z","updated_at":"2025-05-15T02:07:43.416Z","avatar_url":"https://github.com/pim-book.png","language":"JavaScript","funding_links":[],"categories":["Learning Paths","JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# A Programmer's Introduction to Mathematics\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/pim-book/programmers-introduction-to-mathematics/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/pim-book/programmers-introduction-to-mathematics/tree/master) [![Coverage Status](https://coveralls.io/repos/github/pim-book/programmers-introduction-to-mathematics/badge.svg?branch=master)](https://coveralls.io/github/pim-book/programmers-introduction-to-mathematics?branch=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pim-book/programmers-introduction-to-mathematics.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/pim-book/programmers-introduction-to-mathematics/context:python)\n\nThis repository contains the code implementing the applications from each\nchapter of [A Programmer's Introduction to Mathematics](https://pimbook.org).\nAll code is written in Python 3.x. Feel free to submit a pull request if you\nfind a bug.\n\nTo install the requirements and run the examples, using pip and virtualenv (Python's standard packaging tools):\n\n```\nvirtualenv -p python3 venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nTo run the test suite:\n\n```\npytest\n\n# with code coverage\npytest --cov-report html:cov_html  --cov-report annotate:cov_annotate --cov\n```\n\n## Docker\n\nTo build and run the code in the repository with docker, run\n\n```\ndocker build -t pimbook -f Dockerfile . \ndocker run -it --name pimbook pimbook:latest \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpim-book%2Fprogrammers-introduction-to-mathematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpim-book%2Fprogrammers-introduction-to-mathematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpim-book%2Fprogrammers-introduction-to-mathematics/lists"}