Python PyWren Brings Easy Scientific Computing to AWS Lambda

A University of California-Berkeley researcher has found a new, and somewhat unexpected, use case for the Lambda serverless computing service from Amazon Web Services: scientific computing. At the Continuum IO’s first user conference, AnacondaCON 2017, he… Read more

Similar

Decorators in Python

Python decorators are "syntactic sugar" that makes it easy to add new features to a function or class without changing its code. To understand decorators, an... (more…)

Read more »