Introduction To Django: ======================= Python: X-Application Core Python Advanced Python Framework Framework: ========== Is the collection of multiple components which we can use to build the web app/app faster. Django: ====== ==> Django is the popular framework use with python for web application development. ==> Django is free and open source web application framework. ==> backend framework ==> has automatic admin interface which supports CRUD Operations. C ==> CREATE R ==> READ U ==> UPDATE D ==> DELETE ==================================================== Content: ======== Setup: python software Django App-1: (Food Menu Application) MVT (Models, Views and Templates) Authentication API (Application Programming Interface) Rest API (Django Rest Framework) Pagination search filtering App-2: (Ecommerce Web App) Shopping cart checkout search order placement etc. Admin level customization App-3: Web based CV Generator web based link scraper.