Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 448 Bytes

additional_resources.md

File metadata and controls

7 lines (7 loc) · 448 Bytes

Useful Libraries

  • Asyncio
  • Celery: To distribute work across threads or machines
  • Pyro5: python remote objects that can talk to each other over a network
  • RPyC: remote procedure calls for distributed computing
  • mpi4py: Python wrapper for message passing interface (MPI) - communication protocol for point-to-point and collective-broadcast communications
  • PyCUDA: Wrapper for NVIDIA CUDA API for programming graphical processing units (GPUs)