Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,183,406 members, 7,920,551 topics. Date: Wednesday, 14 August 2024 at 09:14 AM

Flask Mini Webframework - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Flask Mini Webframework (1071 Views)

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

(1) (Reply) (Go Down)

Flask Mini Webframework by ViktorMartins(m): 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(m): 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(m): 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(m): 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(m): 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(m): 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(m): 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)

Javascript In One PIX: Understand Javascript With Just A LOOK / Any One Knows About C++ Builder? / Become An Expert In Asp.net Application/sql Server

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 11
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.