Tutorial on creating production-grade Python application
In this tutorial, you will create a simple web application in Python using the Flask framework and deploy it to the AWS Cloud using the Elastic Beanstalk. (more…)
Read more »
We needed a Python interpreter that can be shipped everywhere. You won’t believe what happened next! “When I said I wanted portable Python, this is NOT what I meant!” In theory, Python is a portable language. You can write your script locally and distribu… Read more