# Pythagoras
Planet-scale distributed computing in Python.
**!!! RESEARCH PREVIEW !!!**
## What is it?
Pythagoras is a super-scalable, easy-to-use, and
low-maintenance framework for (1) massive algorithm parallelization and
(2) hardware usage optimization in Python. It simplifies and speeds up
data science, machine learning, and AI workflows.
Pythagoras excels at complex, long-running, resource-demanding computations.
It’s not recommended for real-time, latency-sensitive workflows.
## Usage
Pythagoras elevates two popular techniques — memoization and parallelization —
to a global scale and then fuses them, unlocking performance and scalability
that were previously out of reach.
* [Pythagoras 101: Introduction to Memoization](https://colab.research.google.com/drive/1bvNXFP1BQJqhoS270Dz1lNT4jPCuj540)
* [Pythagoras 102: Parallelization Basics](https://colab.research.google.com/drive/1DZxgwoiTnyy1qE7T5JunU4GN4j0w6CVk)
Drawing from many years of functional-programming practice,
Pythagoras extends these proven ideas to the next level.
In a Pythagoras environment, you can seamlessly employ your
preferred functional patterns, augmented by new capabilities.
* [Pythagoras 203: Work with Functions](https://colab.research.google.com/drive/1tlG-p-QnHI6p3K1mdGyHzPzwi6CGRg1a)
**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**
## How to get it?
The source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras
Installers for the latest released version are available
at the Python package index at: https://pypi.org/project/pythagoras
Using uv :
```
uv add pythagoras
```
Using pip (legacy alternative to uv):
```
pip install pythagoras
```
## Dependencies
* [persidict](https://pypi.org/project/persidict)
* [parameterizable](https://pypi.org/project/parameterizable/)
* [jsonpickle](https://jsonpickle.github.io)
* [joblib](https://joblib.readthedocs.io)
* [lz4](https://python-lz4.readthedocs.io)
* [pandas](https://pandas.pydata.org)
* [numpy](https://numpy.org)
* [psutil](https://psutil.readthedocs.io)
* [boto3](https://boto3.readthedocs.io)
* [pytest](https://pytest.org)
* [moto](http://getmoto.org)
* [boto3](https://boto3.readthedocs.io)
* [scipy](https://www.scipy.org)
* [jsonpickle](https://jsonpickle.github.io)
* [scikit-learn](https://scikit-learn.org)
* [autopep8](https://pypi.org/project/autopep8)
* [deepdiff](https://zepworks.com/deepdiff/current/)
* [nvidia-ml-p](https://pypi.org/project/nvidia-ml-py/)
* [uv](https://docs.astral.sh/uv/)
## Key Contacts
* [Vlad (Volodymyr) Pavlov](https://www.linkedin.com/in/vlpavlov/)
## About The Name
Pythagoras of Samos was a famous ancient Greek thinker and scientist
who was the first man to call himself a philosopher ("lover of wisdom").
He is most recognised for his many mathematical findings,
including the Pythagorean theorem.
Not everyone knows that in antiquity, Pythagoras was also credited with
major astronomical discoveries, such as sphericity of the Earth
and the identity of the morning and evening stars as the planet Venus.
Raw data
{
"_id": null,
"home_page": null,
"name": "pythagoras",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "cloud, ML, AI, serverless, distributed, parallel, machine-learning, deep-learning, pythagoras",
"author": "Volodymyr (Vlad) Pavlov",
"author_email": "Volodymyr (Vlad) Pavlov <vlpavlov@ieee.org>",
"download_url": "https://files.pythonhosted.org/packages/77/fe/06b774f3e7cb1c6621141058efaa4c35dbb16402b0a15106dee9723eb237/pythagoras-0.23.15.tar.gz",
"platform": null,
"description": "# Pythagoras\n\nPlanet-scale distributed computing in Python.\n\n**!!! RESEARCH PREVIEW !!!**\n\n## What is it?\n\nPythagoras is a super-scalable, easy-to-use, and\nlow-maintenance framework for (1) massive algorithm parallelization and \n(2) hardware usage optimization in Python. It simplifies and speeds up \ndata science, machine learning, and AI workflows.\n\nPythagoras excels at complex, long-running, resource-demanding computations. \nIt\u2019s not recommended for real-time, latency-sensitive workflows.\n\n## Usage\n\nPythagoras elevates two popular techniques \u2014 memoization and parallelization \u2014 \nto a global scale and then fuses them, unlocking performance and scalability \nthat were previously out of reach.\n\n* [Pythagoras 101: Introduction to Memoization](https://colab.research.google.com/drive/1bvNXFP1BQJqhoS270Dz1lNT4jPCuj540)\n\n* [Pythagoras 102: Parallelization Basics](https://colab.research.google.com/drive/1DZxgwoiTnyy1qE7T5JunU4GN4j0w6CVk)\n\nDrawing from many years of functional-programming practice, \nPythagoras extends these proven ideas to the next level. \nIn a Pythagoras environment, you can seamlessly employ your \npreferred functional patterns, augmented by new capabilities.\n\n* [Pythagoras 203: Work with Functions](https://colab.research.google.com/drive/1tlG-p-QnHI6p3K1mdGyHzPzwi6CGRg1a)\n\n**!!! BOOKMARK THIS PAGE AND COME BACK LATER, WE WILL PUBLISH MORE TUTORIALS SOON !!!**\n\n## How to get it?\n\nThe source code is hosted on GitHub at: https://github.com/pythagoras-dev/pythagoras\n\nInstallers for the latest released version are available \nat the Python package index at: https://pypi.org/project/pythagoras\n\nUsing uv :\n```\nuv add pythagoras\n```\n\nUsing pip (legacy alternative to uv):\n```\npip install pythagoras\n```\n\n## Dependencies\n\n* [persidict](https://pypi.org/project/persidict)\n* [parameterizable](https://pypi.org/project/parameterizable/)\n* [jsonpickle](https://jsonpickle.github.io)\n* [joblib](https://joblib.readthedocs.io)\n* [lz4](https://python-lz4.readthedocs.io)\n* [pandas](https://pandas.pydata.org)\n* [numpy](https://numpy.org)\n* [psutil](https://psutil.readthedocs.io)\n* [boto3](https://boto3.readthedocs.io)\n* [pytest](https://pytest.org)\n* [moto](http://getmoto.org)\n* [boto3](https://boto3.readthedocs.io)\n* [scipy](https://www.scipy.org)\n* [jsonpickle](https://jsonpickle.github.io)\n* [scikit-learn](https://scikit-learn.org)\n* [autopep8](https://pypi.org/project/autopep8)\n* [deepdiff](https://zepworks.com/deepdiff/current/)\n* [nvidia-ml-p](https://pypi.org/project/nvidia-ml-py/)\n* [uv](https://docs.astral.sh/uv/)\n\n## Key Contacts\n\n* [Vlad (Volodymyr) Pavlov](https://www.linkedin.com/in/vlpavlov/)\n\n## About The Name\n\nPythagoras of Samos was a famous ancient Greek thinker and scientist \nwho was the first man to call himself a philosopher (\"lover of wisdom\"). \nHe is most recognised for his many mathematical findings, \nincluding the Pythagorean theorem. \n\nNot everyone knows that in antiquity, Pythagoras was also credited with \nmajor astronomical discoveries, such as sphericity of the Earth \nand the identity of the morning and evening stars as the planet Venus.",
"bugtrack_url": null,
"license": null,
"summary": "Planet-scale distributed computing in Python.",
"version": "0.23.15",
"project_urls": {
"Homepage": "https://github.com/pythagoras-dev/pythagoras"
},
"split_keywords": [
"cloud",
" ml",
" ai",
" serverless",
" distributed",
" parallel",
" machine-learning",
" deep-learning",
" pythagoras"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2c016f381544f5a3a77fa5c9cc0f369a549d9eae7c84bf1bc126a57d017bc03a",
"md5": "7f58aee0af0298f3afe22a71aa91efc9",
"sha256": "95eddf9812b2aa058e48b9a5a0eff28a781846a7b074d276f4f6cca7a668b44f"
},
"downloads": -1,
"filename": "pythagoras-0.23.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7f58aee0af0298f3afe22a71aa91efc9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 83407,
"upload_time": "2025-07-19T22:21:42",
"upload_time_iso_8601": "2025-07-19T22:21:42.319540Z",
"url": "https://files.pythonhosted.org/packages/2c/01/6f381544f5a3a77fa5c9cc0f369a549d9eae7c84bf1bc126a57d017bc03a/pythagoras-0.23.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "77fe06b774f3e7cb1c6621141058efaa4c35dbb16402b0a15106dee9723eb237",
"md5": "674e71164ec4338f6fb6199c8be1e171",
"sha256": "f430370b1b6b970e0483e0acb65feda1fabd18a93228fe60a5272629f4bafdb5"
},
"downloads": -1,
"filename": "pythagoras-0.23.15.tar.gz",
"has_sig": false,
"md5_digest": "674e71164ec4338f6fb6199c8be1e171",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 53265,
"upload_time": "2025-07-19T22:21:43",
"upload_time_iso_8601": "2025-07-19T22:21:43.729814Z",
"url": "https://files.pythonhosted.org/packages/77/fe/06b774f3e7cb1c6621141058efaa4c35dbb16402b0a15106dee9723eb237/pythagoras-0.23.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-19 22:21:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pythagoras-dev",
"github_project": "pythagoras",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pythagoras"
}