₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,187 members, 8,425,378 topics. Date: Friday, 12 June 2026 at 12:31 PM

Toggle theme

Flask Mini Webframework - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingFlask Mini Webframework (1142 Views)

1 Reply (Go Down)

Flask Mini Webframework by ViktorMartins(op): 8:54pm On Dec 22, 2013
Hello Nairalanders, i am new here! Fun to be here! But i want to ask if anybody knows and uses the Flask Mini framework on Python? If so, we need to talk... Thanks
Re: Flask Mini Webframework by aitoehigie: 10:20pm On Dec 23, 2013
Web2py.com. thank me later
Re: Flask Mini Webframework by ViktorMartins(op): 1:00am On Dec 24, 2013
aitoehigie: Web2py.com. thank me later
Thanks a lot... But, do you use web2py and how good is it?
Re: Flask Mini Webframework by aitoehigie: 6:27am On Dec 24, 2013
Its been my go to web framework. It's full stack while flask is a micro framework. If you aren't already comfortable with python you might find flask learning curve steep. Try both out and see which one rocks your boat.
Re: Flask Mini Webframework by ViktorMartins(op): 7:29am On Dec 24, 2013
aitoehigie: Its been my go to web framework. It's full stack while flask is a micro framework. If you aren't already comfortable with python you might find flask learning curve steep. Try both out and see which one rocks your boat.
Thanks Boss... Will definitely try it after the holidays
Re: Flask Mini Webframework by aitoehigie: 8:57am On Dec 24, 2013
For docs etc. PM me
Re: Flask Mini Webframework by ViktorMartins(op): 9:04am On Dec 24, 2013
aitoehigie: For docs etc. PM me
. PM sent... Thanks
Re: Flask Mini Webframework by AZeD1(m): 10:58pm On Dec 29, 2013
I use flask and its very cool
Re: Flask Mini Webframework by ViktorMartins(op): 11:29am On Dec 30, 2013
A-ZeD:
I use flask and its very cool
What have you done with it? Can i view the apps you have created on it?
Re: Flask Mini Webframework by AZeD1(m): 8:15pm On Dec 30, 2013
ViktorMartins: What have you done with it? Can i view the apps you have created on it?
I did my Msc project with Flask. I also built a blog (mine) with it. The blog is not yet online.

Check out this blog for a beautiful tutorial http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Re: Flask Mini Webframework by ViktorMartins(op): 9:47pm On Dec 30, 2013
A-ZeD:
I did my Msc project with Flask. I also built a blog (mine) with it. The blog is not yet online.
Check out this blog for a beautiful tutorial http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Re: Flask Mini Webframework by ViktorMartins(op): 9:48pm On Dec 30, 2013
A-ZeD:
I did my Msc project with Flask. I also built a blog (mine) with it. The blog is not yet online.
Check out this blog for a beautiful tutorial http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
THANKS SIR... CHECKED IT OUT, QUITE SIMPLE AND STRAIGHTFORWARD
Re: Flask Mini Webframework by aitoehigie: 11:10pm On Aug 15, 2014
#### This is the simplest example of a flask app ####

from flask import Flask

app = Flask(__name__)

@app.route("/"wink
@app.route("/index"wink
def index():
return "Hello world"

if __name__ == "__main__":
app.run()
1 Reply

Cherrypy, Flask And Other Python Micros.....Little drops of Python from a Flask: Learn Web Programming with PythonBuild A Bare Bones Reddit Clone With Python And Flask (hands On Tutorial Thread)234

7 Resources Every Javascript Developer Should KnowIn Need Of A Pos To Take All Records Of SalesLets Talk Ruby On Rails..