{"id":49304002,"url":"https://github.com/divyajeettt/pynomials","last_synced_at":"2026-04-26T08:39:56.848Z","repository":{"id":59144536,"uuid":"528151991","full_name":"divyajeettt/pynomials","owner":"divyajeettt","description":"A mathematical Python module providing Polynomials as Python objects.","archived":false,"fork":false,"pushed_at":"2022-10-27T07:44:35.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T00:52:49.537Z","etag":null,"topics":["math","polynomials","python","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","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/divyajeettt.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}},"created_at":"2022-08-23T20:27:37.000Z","updated_at":"2023-01-17T20:15:06.000Z","dependencies_parsed_at":"2022-09-13T02:12:24.817Z","dependency_job_id":null,"html_url":"https://github.com/divyajeettt/pynomials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/divyajeettt/pynomials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyajeettt%2Fpynomials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyajeettt%2Fpynomials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyajeettt%2Fpynomials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyajeettt%2Fpynomials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divyajeettt","download_url":"https://codeload.github.com/divyajeettt/pynomials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyajeettt%2Fpynomials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["math","polynomials","python","visualization"],"created_at":"2026-04-26T08:39:56.295Z","updated_at":"2026-04-26T08:39:56.831Z","avatar_url":"https://github.com/divyajeettt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pynomials\n\n## About pynomials\n\npynomials is a mathematical module providing Polynomials (in one variable, anmely `x`) as Python objects through a class called 'Polynomial'.\n\n*Date of creation:* `May 17, 2021` \\\n*Date of first release on [PyPI](https://pypi.org/project/pynomials/):* `June 02, 2021`\n\nUsing this module, algebra can be performed easily. The module is enriched with help-text for a smooth user-experience. The module also provides functions to graph polynomials, which can be used to enhance visualization capabilities of students.\n\n## About class `Polynomial`\n\nTo access the help-text of the class to know more about it, run:\n\n```python\nhelp(pynomials.Polynomial)\n```\n\n### Some features\n\n- Polynomials can be added/subtracted to get the corresponding Polynomial\n- Polynomials can be multiplied with a real number or another Polynomial \n- Polynomials can also be divided by other Polynomials to get the quotient/remainder of the divison, and to get a corresponding \"Rational-Function\"\n- Polynomials can also be raised to integer powers, differentiated, and integrated\n\nUsers are advised to look at the class' help-text to learn about the available functionalities.\n\n## Update History\n\n### Updates (0.0.4)\n\nAdded two more methods to class `Polynomial`:\n- `Polynomial.definite_derivative(p, n)`\n    \u003e returns the value of derivaitve of `p` at `x = n`\n- `Polynomial.definite_integral(p, a, b)`\n    \u003e returns the value of integral of `p` from lower-limit `a` to upper-limit `b`\n\n### Updates (0.0.5)\n\n- Minor bug fixes\n- Changes in division of Polynomials using // and % operators. Using these operators on Polynomials now strictly returns Polynomials (and not None).\n\n## Footnotes\n\nAdditional objects available in the module (except class Polynommial) are not meant for use.\n\n## Run\n\nTo use, execute:\n\n```\npip3 install pynomials\n```\n\nImport the class `Polynomial` in your project, wherever needed, using:\n\n```python\nfrom pynomials import Polynomial\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyajeettt%2Fpynomials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivyajeettt%2Fpynomials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyajeettt%2Fpynomials/lists"}