|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/django-course/
课程评论:没有评论
课程名称:Django 大师班:构建 9 个真实世界的 Django 项目 课程概述: 本课程旨在帮助学生深入学习 Django 框架,通过构建实际的 web 应用程序,从基础到高级概念逐步掌握 Django 的使用。课程涵盖超过 34 小时的高清视频,并提供 24/7 的支持,帮助学生成为 Django 专家。 课程内容: 整个课程分为 19 个主要部分,每部分侧重不同的主题: 1. **简介与软件安装**:了解 Django 的定义及其应用,安装开发所需的工具。 2. **设置 Django 项目**:学习如何配置 Django 项目并使用开发服务器。 3. **视图与 URL 模式**:了解 MVT 架构,创建 Django 视图及设置网站路由。 4. **数据库与模型**:学习如何在 Django 中创建模型及其与数据库表的关系。 5. **模板**:掌握模板的使用,如何从数据库向模板传递数据。 6. **静态文件与网站设计**:使用静态内容(如图片、JavaScript)风格化网页。 7. **表单**:创建表单以执行基本的增、删、改、查操作。 8. **用户认证**:实现用户注册和登录功能,保护特定网页。 9. **Django 信号与基于类的视图**:学习 Django 信号和类视图的使用。 10. **REST API**:使用 Django Rest Framework 创建 REST API。 11. **分页、搜索与用户权限**:实现网页分页、搜索功能及用户权限管理。 12. **构建电子商务网站**:实现商品列表、搜索、加入购物车及结账功能。 13. **管理员面板自定义**:定制电子商务网站的管理员面板,以便更好地管理订单。 14. **构建网页简历生成器**:创建自动生成 PDF 格式简历的工具。 15. **构建网络链接抓取器**:开发工具抓取网页链接并生成报告。 16. **构建社交媒体应用**:实现具备完整认证系统的社交媒体应用。 17. **构建高级费用跟踪器**:创建多类别的费用跟踪应用并生成图表。 18. **构建实时聊天应用**:使用 Django Channels 和 WebSockets 实现实时聊天功能。 19. **构建多供应商数字市场应用**:允许供应商在线销售和管理数字产品,并集成支付系统。 学习目标: - 构建具有认证、搜索和分页功能的高级 Django 应用。 - 使用 Django Rest Framework 构建 REST API。 - 开发一个完整的电子商务网站。 - 根据需要定制 Django 应用的管理员面板。 - 创建复杂的工具和网络应用,例如 PDF 生成器和网络爬虫。 - 构建社交媒体应用,允许用户互动。 - 创建实时聊天应用,支持多个用户同时连接。 - 实现多供应商平台和支付功能,提供销售统计。 通过参与本课程,您将迈出成为专业 Django 开发者的第一步。对于课程内容如有疑问,欢迎随时联系我,我会尽快回复您!
Django Masterclass: Build Web Apps With Python & DjangoHere Is What You Get By Enrolling In This Course:Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.Awesome Quality Content: Over 34+ hours of HD Videos.Well Structured & Easy To Learn: Course has been specially designed to make it easy for the students to learn Django starting from a basic level and gradually moving up to advance concepts.24 X 7 Support: I will always be there to guide you in your journey to become a Django expert.Here Is Everything You Will Learn In This Complete Course: In this hands-on course, you will learn how to build complex web applications from scratch using Django. The course will teach you Django, right from scratch from a very basic level and will gradually move towards advanced topics like authentication.The entire course is divided into 17 major sections.Here is a brief description of what you will learn in each section of the course:Section 1: Introduction and installing required software.In this section we will learn what Django is and why it is used. We will also install the tools you will need to start making Django web apps.Section 2: Setting up Django project: In this section we will learn about setting up the Django project, using the development server.Section 3: Views & URL patterns in Django.We learn about what the MVT (model-view-template) architecture by starting off by creating views in Django, we will also learn what URL patters are and how they help us to setup routes for our website.Section 4: Database & Models:This section covers content about how to create models in Django and how models help us to create database tables. Section 5: Templates:In this section will learn about templates in Django and how we can pass data from the database to Django templates.Section 6: Static Files & Site design:This section will teach you how to use static content in your site such as static images, JavaScript etc and how to use these static elements to style up your web-page.Section 7: Forms.Every Django app needs to submit data to the back-end, this section covers how to create forms in Django which allow us to perform basic CRUD operations i.e. create, read, update & delete.Section 8: Authentication in Django:Every web-app needs to make sure that it provides a registration and login feature, in this section we learn exactly how to authenticate users on our site and log them in.We will also learn how to password-protect certain webpages in Django.Section 9: Django signals, Class based views in Django:This section covers Django signals and class based views in Django, which is an alternative to creating function based views.Section 10: REST APIs In this section we will learn Django Rest Framework which helps us to create a REST API using Django for any Django web application.Section 11: Pagination, Search & User permissions.Every modern web app needs advanced features like pagination, & search. We learn how to paginate out webpages and how to add search functionality to our webpages in Django. We also learn how to add user permissions to our Django models so that only a certain set of users on our app have access to certain models.Section 12: Building an E-commerce site.This section will cover everything you need to know to build a fully functional E-commerce website. Right form listing products, searching them, adding them to the cart, and checkout we implement each and every feature from scratch.Section 13: Admin Panel Customisation.A good web-app has a good admin panel, in this section we will learn how to customise the admin panel for our E-commerce site to make it better to track and manage our orders.Section 14: Building A Web Based CV Generator.In this section we will build a tool which automatically generates a CV in a PDF format from user submitted data. This app will help users to collect their data which they want on their resume and will dynamically generate a CV for them which is automatically downloaded to their computer.Section 15: Building a Web Based Link Scraper.We will build a web based utility tool which will automatically scrape all the links present on the given webpage and will generate a report out of it in terms on the link name and address. This app will accept a webpage URL from the end-user and will then scrape the given webpage for links, store all the link related information in the back-end and will display it to the user as well.Section 16: Building a Social Media App.We will build a web based social media app with a full fledged authentication system with reset and forgot password functionality. The app will also include features like commenting and liking a post by other users.Section 17: Building an Advanced Expense Tracker.In this section we build an advanced expense tracker web application which allows users to create, read, update and delete expenses across multiple categories and then calculates the statistical data such as past month, week and year expenses spread across categories. We also visually represent these expenses in charts using CharJS and also learn how data from Django backed database could be loaded into dynamic JavaScript charts.Section 18: Building a Real-Time Chat App.In this section we build a Real-TIme chat application using Django Channels and WebSockets. By default Django uses HTTP protocol to make synchronous requests, but Django also supports asynchronous requests as well which are required to real time and multi client communication. In this section we explore the asynchronous capabilities of Django and build a multi-client chat application in which multiple users could connect to and send messages to a chat room.Section 19: Building a Multi-Vendor Digital Marketplace App.In this section we build an app which allows vendors/sellers to sell digital products to their customers. A customer can buy a product by making an online payment using Stripe as a payment gateway and download the digital product only after a successful payment. A vendor/seller will have the ability to create digital products, list them on marketplace and sell them. Along with it the seller will also be provided a dashboard which provides sales statistics such as the annual, monthly and weekly sales for the products listed. In this section you will learn how to implement features like adding a paywall to restrict access to a product, how to integrate stripe payment gateway to make payments, how to create sales dashboard to display statistical sales data in numeric as well as graphical format.After completing this course, you will be able to do the following:1. Build advanced Django apps with features like authentication, search and pagination.2. Build REST APIs using Django Rest Framework.3. Build a fully functional E-commerce website with features like add-to-cart, search, checkout.4. Fully customise admin panels for any Django web-app.5. Build advanced tools and web applications like PDF generators and web-crawlers.6. Build a social media app which allows you to post images, like and comment on them.7. Build an advanced financial tool like an expense tracker and represent data in terms of chart.8. Build a real-time chat app using Django Channels and async requests.9. Build a multi-vendor marketplace with advanced paywall features and statistical sales dashboards.So let's begin the journey of becoming an expert in Django.In addition to the Udemy 30-day money back guarantee, you have my personal guarantee that you will love what you learn in this course. If you ever have any questions please feel free to message me directly and I will do my best to get back to you as soon as possible!Take yourself one step closer towards becoming a professional Django developer!Join the journey.Sincerely, Ashutosh Pawar