![UDEMY](https://images.shiksha.com/mediadata/images/1732081082php9OE4VD_1280x960.jpg)
![UDEMY Logo](https://images.shiksha.com/mediadata/images/1722340731phpw0enxZ.jpeg)
Django 3 - Full Stack Websites with Python Web Development
- Offered byUDEMY
Django 3 - Full Stack Websites with Python Web Development at UDEMY Overview
Duration | 8 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Django 3 - Full Stack Websites with Python Web Development at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Students will be presented with coding quizzes and challenges for practice
Django 3 - Full Stack Websites with Python Web Development at UDEMY Course details
- For Python developers who want to learn web development with Django
- Understand how using frameworks like Django will save you a ton of time in web development
- Create beautifully styled websites using Bootstrap 4 (a front-end framework that simplifies web design)
- Build fully functional websites for your startup or business
- Create your own personal portfolio site to showcase your projects to potential employers
- Understand Django basics like function base views, URL routing, models, templates and much more
- Django is an open-source web framework that is written in Python
- Django is an amazing framework for web developers because it provides the infrastructure required for database-driven websites that have user authentication, content administration, contact forms, file uploads, and more
- Instead of creating all of these features from scratch, students can use the Django framework and utilize these components that are already built, and focus their time on developing their web app instead
Django 3 - Full Stack Websites with Python Web Development at UDEMY Curriculum
Intro
Installing Python
Variables, Strings, Int and Print
Variables, Strings, Ints and Print Challenge
If Statements and Comments
If Statements and Comments Challenge
Password Generator
Install Django
Create a new project
Work with Django's URL routing
Creating Templates
Submit and handle HTML form data
Personal Portfolio
Add apps to your project
Work with models and databases (including SQLite)
Access the admin panel
Create super users
Make a responsive website with Bootstrap 4
Work with static and media files
Extending Templates
Formating dates and purals
Todo Woo
Work with the authentication system (sign up, login, logout)
Create virtual environments
Establish model relationships
Require login for certain pages
Create a CRUD application (Create, Read, Update, Delete)
Queries and filters
Handling Errors