Flask First Impressions

I am pleasantly surprised with my first dip into the Flask framework! Having dove head first into a django project and gotten stuck and stalled several times, I am glad to have stopped to check out flask. Having it working in few minutes was certainly a different experience from django. Flask reflects the python spirit of simplicity better than django, which has always been my favorite aspect of python. I will update this article after some more time with my new friend Flask.

References:
How To Make a Web Application Using Flask in Python 3
How To Use Templates in a Flask Application
Deploy flask on ubuntu with apache wsgi