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

Ashley Keeling
Ashley Keeling
11,476 Points

what is Django ?

i know it is something to do with python but i am not sure what it is

1 Answer

Steven Parker
Steven Parker
231,248 Points

As described in the beginning of the Django Basics course: Django is a web framework for Python that has really embraced the idea of "batteries included", and tries to give you everything that you'll need for the basics of your project so you can build as much as possible before you start looking for third party packages. Django can be used to build any and all web applications, and is currently used by some of the web's biggest hitters, like Instagram, Pinterest, Artio, and Mozilla.

You might try viewing the introductory video to get a more complete explanation.

Ashley Keeling
Ashley Keeling
11,476 Points

THANKS, i might start the course soon then.