|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/codio-advanced-django-building-blog
课程评论:没有评论
课程名称:高级 Django:构建博客 概述:无需安装任何软件即可编写和运行 Django 网站!本课程旨在为对 Python 和基础 Django 技能(与“人人都能学 Django”专业中的内容相似)已有一定了解的学习者提供。课程模块涵盖核心 Django 概念的复习、进阶项目设置、基于类的视图以及其他高级主题,如代理模型、日志记录、缓存和查询优化。 为了提供真正的动手、自主学习体验,本课程不包括视频。作业中包含简短的解释,配以图像和可运行的代码示例,建议修改以进一步探索代码示例,通过实践加深理解。学习者将在过程中获得即时反馈,评估项目从快速理解检查(选择题、填空题和打乱代码块)逐渐过渡到构建特性,最终形成大规模的编码项目。 课程学习目标: - 初始化 Django 高级项目设置,并解释其在集成和安全性方面的好处 - 描述不同的基于类的视图及其用例 - 使用日志记录、缓存和查询优化来诊断和优化代码性能 课程大纲: 1. 创建博客:欢迎来到高级 Django:构建博客课程的第一周。本模块的任务包括在 Django 中创建博客、通用关系、Bootstrap HTML 框架、过滤器、标签和 crispy 表单。模块结束时将有评分编码练习。 2. 配置博客:欢迎来到高级 Django:构建博客课程的第二周。本模块的任务包括 12 因子应用、配置 Django、日志记录、安全性和托管。模块结束时将有评分编码练习。 3. Django 优化:欢迎来到高级 Django:构建博客课程的第三周。本模块的任务包括通过缓存和优化数据库来提高性能。模块结束时将有评分编码练习。 4. 高级 Django 认证:欢迎来到高级 Django:构建博客课程的第四周。本模块的任务包括创建自定义用户模型、Django 注册和 Django Allauth。模块结束时将有评分编码练习。
Name:Create a Blog
Description:Welcome to Week 1 of the Advanced Django: Building a Blog course. These assignments cover creating a blog in Django, generic relationships, the Bootstrap HTML framework, filters, tags, and crispy forms. The module ends with graded coding exercises.
Name:Configure the Blog
Description:Welcome to Week 2 of the Advanced Django: Building a Blog course. These assignments cover 12 factor apps, configuring Django, logging, security, and hosting. The module ends with graded coding exercises.
Name:Django Optimization
Description:Welcome to Week 3 of the Advanced Django: Building a Blog course. These assignments cover increasing performance by caching and optimizing the database. The module ends with graded coding exercises.
Name:Advanced Django Authentication
Description:Welcome to Week 4 of the Advanced Django: Building a Blog course. These assignments cover creating a custom user model, Django registration, and Django Allauth. The module ends with graded coding exercises.
Code and run Django websites without installing anything! This course is designed for learners who are familiar with Python and basic Django skills (similar to those covered in the Django for Everybody specialization). The modules in this course cover a review of core Django concepts, advanced projects setups, class-based views, and other advanced topics such as proxy models, loggin, caching, and query optimization. To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You’ll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to slowly building features, resulting in large coding projects at the end of the course. Course Learning Objectives: Initialize Django Advanced Project Setup and explain the benefits in terms of integration and security Describe different Class-Based Views and their use cases Diagnose and optimize code performance using logging, caching, and query optimization