Course Setup | Python Django - The Practical Guide

Описание к видео Course Setup | Python Django - The Practical Guide

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
01:06 Installing Python & Django
07:31 Creating a Django Project
10:03 Installing an IDE
14:51 Analyzing the Created Project
19:56 Starting a Development Server
28:15 Django Apps
30:42 Analyzing the Created Project
-------------------------------------------------------------------------------------------------------------------------
Resources Link:

1. The macOS Terminal (zsh) - Getting Started: https://academind.com/tutorials/termi...
2. Windows Command Prompt in 15 Minutes: https://www.cs.princeton.edu/courses/...
3. PEP 8 – Style Guide for Python Code: https://peps.python.org/pep-0008/
4. Module slides can be found here: https://github.com/academind/django-p...

5. Using a Virtual Environment:
When working with Python (no matter if you then work with Django or not), it's typically recommended to use a virtual environment for your projects. This allows you to install Python modules into the different environments and hence have project-specific modules (instead of global modules).

You can learn more about virtual environments with Python here: https://docs.python.org/3/tutorial/ve...

Using virtual environments is optional.

Using "Pylance"
When using Visual Studio Code (recommended), you can use the "Pylance" extension to get better code checks and code completion.

To enable it in your Python / Django project, you can add a special setting to your your project-specific configuration (i.e. your .vscode/settings.json file):

{

"python.languageServer": "Pylance",

}
-------------------------------------------------------------------------------------------------------------------------
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: https://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

Комментарии

Информация по комментариям в разработке