python-multiprocessing
There are 28 repositories under python-multiprocessing topic.
asuiu/pyxtension
Pure Python extensions library that includes Scala-like streams, Json with attribute access syntax, and other common use stuff
robertpeteuil/multi-cloud-control
Multi cloud control of VM Instances across AWS, Azure, GCP and AliCloud - unified instance management
testdrivenio/parallel-concurrent-examples-python
examples of parallelism, concurrency, and asyncio in python
karellen/geventmp
GeventMP - Gevent Multiprocessing Extension
emergent-analytics/workstreams
This repository publishes notebooks created as part of an analysis of the 2020 COVID-19 crisis onto the economy, performed by a team of data scientists from IBM and Rolls-Royce for Emergent Alliance.
asuiu/streamerate
Iterable Java8 style Streams for Python
laggui/pymultiprocessing-example
Python multiprocessing example with camera capture
mehmetgoren/ffmpeg_service
Feniks iNVR FFmpeg Service
tedliosu/parallel_quicksort_python_demo
Demonstration of implementation of a serial version of quicksort v.s. a parallel version of quicksort in Python 3.
DivyanshuSaxena/Distributed-GHS
Implementation for computing the Minimum Spanning Tree using GHS Algorithm in a distributed fashion
MrRezoo/python-multi-threading
we learn multi-threading on python with code
nazaninsbr/Python-Multithreading-Multiprocessing
learning about multithreading and multiprocessing in Python
sevagh/Scriptorium
OCR reading assistant with opencv, Tesseract, kraken, DAWGs and a splay tree
mehmetgoren/snapshot_service
Feniks iNVR Snapshot Service
nazmulnnb/processpy
A simple process or thread manager for python
python-supply/map-reduce-and-multiprocessing
Multiprocessing can be an effective way to speed up a time-consuming workflow via parallelization. This article illustrates how multiprocessing can be utilized in a concise way when implementing MapReduce-like workflows.
SudipBishwakarma/Bulk-Remove-OneSignal-Users
Bulk remove OneSignal subscribed users blazingly faster with parallel processing.
uab-projects/map-reduce
Big Data project for ATS subject, basic parallel implementation of map-reduce paradigm with a test to count words in text files
zeptofine/dataset-creator
Simply a creator for image datasets.
AshleyT3/atbu-mp-pipeline
ATBU multiprocessing pipeline and global logging.
caganselim/thermal-camera-assisted-baby-monitor
Full source code for thermal camera assisted baby monitor senior project developed for VESTEL Electronics.
eponari/Curve-Fitting-Using-Parallel-Programming
This project tries fitting a curve using regression. It derives formulas from the linear model and each thread fit the data using a different formula. The formula with the smallest error function is used as visualization.
mehmetgoren/cv2_read_service
A persistive OpenCV Stream Reader, suitable for IoT devices
mehmetgoren/deepstack_service
Feniks iNVR DeepStack Service
jakubriegel/convolution_filter
Concurrent implementation of image convolution filter using Python's multiprocessing
joddiy/multiprocess
common multiprocess model for python
lexhouk/goit-pyweb-hw-03
Модуль 3. Багатопоточність і процеси у Python
nforesperance/Python-Multiprocessing
Python template code for multiprocessing and parallel programming