Intel(R) Distribution for Python* 2017 Update 2

Intel Corporation is pleased to announce the release of Intel® Distribution for Python* 2017 Update 2, which offers both performance improvements and new features.  Update 2 offers great performance improvements for NumPy*, SciPy*, and Scikit-learn* that … Read more

Similar

Python Anti-Pattern

I was writing a lambda function which, among other things, was supposed to read a csv file from S3, perform some validation on every row, then use boto3 to perform an S3 multipart upload. I created a wrapper class around the multipart upload functionality... (more…)

Read more »