URLs & Views | Python Django - The Practical Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2023
  • This course is about Django - the most popular Python web development framework out there!
    Django covers all aspects of web development - from handling requests and responses, over rendering dynamic HTML pages with templates, all the way up to making database access and data management easy. It's all baked in and it's all covered in great detail in this course!
    This course teaches Django from the ground up - you don't need to know anything about it to get started. Basic Python and web development knowledge is all you need.
    -------------------------------------------------------------------------------------------------------------------------
    Chapters:
    00:00 Module Introduction
    02:45 Creating a New Project
    08:19 What are URLs & Views
    14:01 Creating a First View & URL
    27:37 Adding More Views & URLs
    30:48 Dynamic Path Segments & Captured Values
    40:23 Path Converters
    45:40 Adding More Dynamic View Logic
    51:00 Redirects
    59:48 The Reverse Function & Named URLs
    01:10:19 Returning HTML
    01:16:07 Practicing URLs, Views & Dynamic View Logic
    01:25:44 Summary
    -------------------------------------------------------------------------------------------------------------------------
    Resources Link:
    1. Git Tutorial for Beginners - Crash Course: academind.com/tutorials/git-t...
    2. URL dispatcher: docs.djangoproject.com/en/3.1...
    3. Code snapshot repository: github.com/academind/django-p...
    For this section, the branches starting with "urls-views-..." hold the code snapshots for this course module.
    For example: github.com/academind/django-p...
    4. Module slides can be found in this branch: github.com/academind/django-p...
    -------------------------------------------------------------------------------------------------------------------------
    We'll start at the absolute basics and understand how to create Django project, how to run them and how to add features - step by step.
    In detail, this course covers:
    • Installing Django
    • Creating and understanding Django projects
    • Understanding URLs, views, requests and responses
    • Working with templates and static files like CSS and images
    • Working with data and models
    • Connecting data with relationships (one-to-many, one-to-one, many-to many)
    • Querying data with Django's powerful model solution
    • Adding administration panels to your projects
    • Handling user input with forms - manually and with Django's built-in form support
    • Advanced features like class-based views (and when to use them)
    • Dealing with file uploads and how to serve uploaded files
    • Working with sessions
    • In-depth deployment instructions and examples
    • Different ways of deploying and serving static files and user uploads
    • And much more!
    All those concepts are taught in great depth and backed up by a complete example course project where we build a "Blog website" from the ground up.
    Therefore, you'll learn all the important concepts and the theory and you're also going to be able to see it applied to a real project.
    Hence, once you completed the course, you'll have a very solid understanding of Django and you'll be able to dive into your own Django projects!
    -------------------------------------------------------------------------------------------------------------------------
    Who this course is for:
    • Python developers who want to take the next step and dive into web development with Python
    • JavaScript developers who want to explore Python for web development
    • Everyone interested in learning how to build websites with Python
    -------------------------------------------------------------------------------------------------------------------------
    Course Credits: Created by Academind by Maximilian Schwarzmüller, Maximilian Schwarzmüller
    Course Official Link: www.udemy.com/course/python-d...
    -------------------------------------------------------------------------------------------------------------------------
    Tags: #DjangoCourse #PythonWebDevelopment #PythonFramework #WebDevelopmentBasics #DjangoProjects #HTMLTemplates #DatabaseManagement #ModelSolution #FormHandling #ClassBasedViews #FileUploads #SessionManagement #DeploymentInstructions #StaticFiles #UserUploads #BlogWebsite #PythonDevelopers #JavaScriptDevelopers #WebsiteBuilding #UdemyCourse #learnwithudemycourse
    Follow for more: @learnwithudemycourse

ความคิดเห็น • 5

  • @NashedProtatoes
    @NashedProtatoes หลายเดือนก่อน +1

    You explained this very well, thank you!

  • @alinaqi10150
    @alinaqi10150 29 วันที่ผ่านมา

    1:10:23 if i remove simply 1st argument of the httpresponse redirect then the code works after removing s from challenge. It might reduce the complexity of code

  • @thoailehoang1018
    @thoailehoang1018 หลายเดือนก่อน

    hi, I can't create .vscode even though I do same you? You can help me ? Thanks

  • @muaazkhan1093
    @muaazkhan1093 6 หลายเดือนก่อน

    how i get attached files with this course?
    because some files are very neccessory .

    • @learnwithudemycourse
      @learnwithudemycourse  6 หลายเดือนก่อน

      Please check the description section of this video for the resources link. Thank you!