Django makes it easier to build better Web apps more quickly and with less code. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. Django was designed to help developers take applications from concept to completion as quickly as possible.

Skills you will gain


Applied Learning Project
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. If nothing happens, download GitHub Desktop and try again. If nothing happens, download Xcode and try again. If nothing happens, download the GitHub extension for Visual Studio and try again. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Thanks for checking it out.
Learn More
Learn the fundamentals of building a full-featured web site using Django. Build objects and write syntactically correct JavaScript language; explain basic elements of low-level jQuery. In this Specialization, students will learn how to build Django applications and by the end of the course, they will have built a simple web site to store and view classified ads with features like photos, search, and favourites. This web site will be in production and could be added to a student's portfolio.
Django's primary goal is to ease the creation of complex, database-driven websites. The framework emphasizes reusability and "pluggability" of components, less code, low coupling, rapid development, and the principle of don't repeat yourself. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.