Skip to main content
Run any Skill in Manus
with one click

python-parallelization

Transform sequential Python code into parallel/concurrent implementations. Use when asked to parallelize Python code, improve code performance through concurrency, convert loops to parallel execution, or identify parallelization opportunities. Handles CPU-bound (multiprocessing), I/O-bound (asyncio, threading), and data-parallel (vectorization) scenarios.

Stars1,333
Forks313
UpdatedJanuary 22, 2026 at 22:52
File Explorer
2 files
SKILL.md
readonly