News

It is crucial for Python to provide high-performance parallelism. This talk will expose to both data-scientists and library developers the current state of affairs and the recent advances for parallel ...
In this session, Kundurthy will cover how Data Parallel Python can be used to develop high-performing code for ALCF’s upcoming Auroraexascale supercomputer. The talk will introduce Numba-dppy and show ...
Right now it's just a dumb for loop that iterates over a list and sends a POST for each item in it. Is there any reasonably easy way (as in, I'm not a programmer and would prefer not to blow ...