All Projects → lancelote → parallel_python

lancelote / parallel_python

Licence: other
Code for Python Parallel Programming Cookbook by Giancarlo Zaccone

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to parallel python

parallel stream
A parallelized stream implementation for Elixir
Stars: ✭ 86 (+196.55%)
Mutual labels:  parallelism
rht-labs-library
This is a list of books in our library or which we recommend you read.
Stars: ✭ 36 (+24.14%)
Mutual labels:  book
programming-windows-5th-edition
Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.
Stars: ✭ 28 (-3.45%)
Mutual labels:  book
inter-operator-scheduler
[MLSys 2021] IOS: Inter-Operator Scheduler for CNN Acceleration
Stars: ✭ 133 (+358.62%)
Mutual labels:  parallelism
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (+75.86%)
Mutual labels:  book
alkitab-api
📖 Bible API for everyone
Stars: ✭ 88 (+203.45%)
Mutual labels:  book
php-slang
The place where PHP meets Functional Programming
Stars: ✭ 107 (+268.97%)
Mutual labels:  parallelism
tidyeval
A guide to tidy evaluation
Stars: ✭ 51 (+75.86%)
Mutual labels:  book
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+289.66%)
Mutual labels:  book
go-for-php-developers-book
Книга Go для PHP разработчиков
Stars: ✭ 20 (-31.03%)
Mutual labels:  book
Paraphrase
Multi-core suitable Forth-like language
Stars: ✭ 27 (-6.9%)
Mutual labels:  parallelism
Maeevick
my global strategy about continuous learnings and improvements, projects and activities
Stars: ✭ 23 (-20.69%)
Mutual labels:  book
gitbook-plugin-rss
RSS for your gitbook
Stars: ✭ 19 (-34.48%)
Mutual labels:  book
knapsack pro-ruby
Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests will run in optimal time on each node.
Stars: ✭ 101 (+248.28%)
Mutual labels:  parallelism
vercors
The VerCors verification toolset for verifying parallel and concurrent software
Stars: ✭ 30 (+3.45%)
Mutual labels:  parallelism
Async-Channel
Python async multi-task communication library. Used by OctoBot project.
Stars: ✭ 13 (-55.17%)
Mutual labels:  parallelism
Book
Metaprogramming. Multi-paradigm approach in the Software Engineering.
Stars: ✭ 116 (+300%)
Mutual labels:  book
maintaining-open-source-projects
A successful open source project is not only one that is original, solves a particular problem well, or has pristine code quality. Those are but the tip of the iceberg, which we'll thoroughly dissect with this book.
Stars: ✭ 63 (+117.24%)
Mutual labels:  book
Order-Book-Matching-Engine
Order Book Matching Engine for Stock Exchanges (1us latency for matching)
Stars: ✭ 112 (+286.21%)
Mutual labels:  book
banking-in-action
Sample application for RxJS in Action (Book)
Stars: ✭ 38 (+31.03%)
Mutual labels:  book

Requirements Status

parallel_python

Code for Python Parallel Programming Cookbook by Giancarlo Zaccone

Progress

  • Chapter 1: Getting Started with Parallel Computing and Python
  • Chapter 2: Thread-based Parallelism
  • Chapter 3: Process-base Parallelism
  • Chapter 4: Asynchronous Programming
  • Chapter 5: Distributed Python (only celery)
  • Chapter 6: GPU programming with Python (not interested)

Requirements

  • mpi4py package requires sudo apt-get install libcr-dev mpich2
  • mpich2 requires python-dev or python3-dev if you use Python 3+

Notes

Read notes in the separate file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].