8 ms·
Miguel Grinberg created an awesome step-by-step guide for building Python Flask applications: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i
by ptrk 11y ago
Miguel Grinberg created an awesome step-by-step guide for building Python Flask applications: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-...
- jagermo 11y agoUhhh, thank you. I was interested in using Python, since it seems so omnipresent when you look at the it security space. So this might be a great alternative to PHP (at least for me...)
- rahimnathwani 11y agoHe now has a book, too: http://www.amazon.com/Flask-Web-Development-Developing-Applications/dp/1449372627 http://www.amazon.com/Flask-Web-Development-Developing-Appli...
- makaimc 11y agoI agree Miguel's tutorial is fantastic for a step-by-step walkthrough. He also has a video to cover much of the material: http://pyvideo.org/video/2608/flask-by-example http://pyvideo.org/video/2608/flask-by-example If you're going down the Python route I'll throw in Full Stack Python http://www.fullstackpython.com/ http://www.fullstackpython.com/ I wrote FSP to provide beginners with context as to what these terms like web server, WSGI server and platform-as-a-service mean without assuming you have prior programming experience.