News

Shared-memory programming is when all of the processors you are using are on a single box. This limits you as to how big your problem can be. When you use message passing, you can link together as ...
Pierre Glaser from INRIA gave this talk at EuroPython 2019. "Modern hardware is multi-core. It is crucial for Python to provide high-performance parallelism. This talk will expose to both ...