Saturday, January 23, 2016

Getting Started with Python Web Frameworks


python -c "import flask; print(flask.__version__)"
python -c "import django; print(django.get_version())"

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...