Your first serverless Python function with OpenFaaS

In less than 10 minutes you’ll have written your first Serverless function in Python with OpenFaaS & Docker Swarm and wondering what to build next. Read more

Similar

Unravelling `is` and `is not` in Python

As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. πŸ˜„ The operators is and is not are very short. The documentation for the op... (more…)

Read more »