Copperhead: Data Parallel Python

Originally published at: https://developer.nvidia.com/blog/copperhead-data-parallel-python/

Programming environments like C and Fortran allow complete and unrestricted access to computing hardware, but often require programmers to understand the low-level details of the hardware they target. Although these efficiency-oriented systems are essential to every computing platform, many programmers prefer to use higher level programming environments like Python or Ruby, focused on productivity rather…