Slide 28
Slide 28 text
Why Python? (for Microservices)
✓ The most important thing is to get the API right so prototyping
quickly and easily is key and Python is great for that.
There are good microframeworks available for Python, most notably
✓
Flask, you might not need a full-fledged Django installation.
This is a great opportunity to build production code in Python 3. No
✓
more excuses!!!
Chance to build asynchronous services using Tornado or Twisted.
✓
Re-implement using PyPy, Cython, Golang, Java, C++, Clojure, etc as
✓
needed if you require more speed or efficiency.
You can build a Python web service frontend to many microservices
✓
in legacy languages like PHP, ASP, etc.