btw if we’re talking ‘bout speeds, python3.5 got a...
# getting-started
y
btw if we’re talking ‘bout speeds, python3.5 got a great boost with libuv support via uvloop http://magic.io/blog/uvloop-blazing-fast-python-networking/, and it’s http throughput and latencies are comparable both to the node.js and golang. uvloop with async/await is very neat.