[PR #944] [CLOSED] add Parallel Python #850

Closed
opened 2025-11-06 13:03:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/944
Author: @sp1thas
Created: 10/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network).

What's the difference between this Python project and similar ones?

So easy to create a cluster, add nodes and execute a python function in parallel using multiple physical machines.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/944 **Author:** [@sp1thas](https://github.com/sp1thas) **Created:** 10/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`5cc0147`](https://github.com/vinta/awesome-python/commit/5cc014701f50d1b4a7d1f8adb8cefe6151d3abea) add parallel python - [`f6d7114`](https://github.com/vinta/awesome-python/commit/f6d711404bf4f11d936d8862a6ffdb3d061216eb) fix typos - [`c0f0f44`](https://github.com/vinta/awesome-python/commit/c0f0f442a0ad2dd16723a780d8598c4e344233d9) add requestium - [`f3bc82d`](https://github.com/vinta/awesome-python/commit/f3bc82dce000fbc089c2f14ae22fbd921e430fac) add requestium - [`265fdfa`](https://github.com/vinta/awesome-python/commit/265fdfaa7b25bc4654d0f8bcf2eec6f90f0f4788) Merge branch 'master' of github.com:sp1thas/awesome-python ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network). ## What's the difference between this Python project and similar ones? So easy to create a cluster, add nodes and execute a python function in parallel using multiple physical machines. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:03:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#850