Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Flask vs Django - Python Web Application Development

Between these two, which one is highly recommended -- at least which one does treehouse recomments

Kenneth Love

1 Answer

Martin Cornejo Saavedra
Martin Cornejo Saavedra
18,132 Points

I don't think there's one better than the other, they are useful in different ways. I'm not an expert but what I've read and understand so far is this:

-Flask is a lightweight web-framework for small apps, runs on small pcs (raspberry, small routers) and doesn't need that much resources. -Django is a complete web-framework for big apps with many client connected, needs a robust server.