|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-programming-your-first-django-web-application/
课程评论:没有评论
课程名称:Python编程:你的第一个Django网络应用程序 课程概述:在开源的帮助下,构建网络应用程序从未如此简单。这个课程将带您逐步构建一个Django网络应用程序。如果您之前从未使用过Django,那么这个课程非常适合您。Django是最受欢迎的Python编程语言编写的网络框架之一,它既是开源的,也可以商业免费使用。这意味着您无需支付任何费用,就可以创建出色的软件,影响世界各地的人们。Django被包括Instagram、Pinterest、NASA和Baserow等众多网站所使用。 本课程的目标是教您Django的基本概念,同时创建一个非常实用的项目。构建实际项目是非常重要的,因为它为您提供了使用Django众多优秀功能的上下文。Django位于从零开始创建应用程序和使用Wordpress之间,提供了许多可以实施的功能,同时还具备很多默认可用的功能。这使得Django非常灵活,能够超越简单博客平台的功能,同时比从零开始更快。 在用户界面方面,我们将学习Bootstrap的基本知识。Bootstrap可以让我们的Django项目在很短的时间内看起来更加专业。此外,我们还将通过利用Bootstrap的许多内置功能,提升用户体验。如果把构建网站比作建房子,那么Django就像是水管、电线和墙壁,而Bootstrap则是室内设计师。 我们将覆盖的内容包括: - Django版本4.1(或更高版本2.2+) - Python版本3.10(或3.8+) - Bootstrap 5.2+ - 收集用户数据 - 渲染HTML模板和文档 - 密码保护页面与用户类型权限 - 在Django中建模数据与电子表格的关系 - 基于存储的数据库数据动态显示内容 - 许多其他内容 这是一个全面的课程,适合任何希望学习Django和构建实际网络应用程序的人士。
Building a web application has never been easier thanks to open source. In this course, we're going to go step-by-step building a Django web application. If you've never used Django before, this is the course for you.Django is one of the most popular web frameworks written in the Python programming language. Django and Python are both open source and free to use commercially. This means you don't have to pay a dime to create amazing software and impact people all around the world. Django powers many websites in the world including: Instagram, Pinterest, NASA, Baserow, this website, and so many others.The goal of this course to teach you the fundamentals of Django while also creating a very practical project. Building something real is important because it gives you the context of how, when, and where to use a lot of Django's great features.Django sits right in the middle of creating an app from scratch and using something like Wordpress. This means we have a lot of features we could implement along with a lot of features that just work by default. This makes Django incredibly flexible so that we can go far beyond what a blogging platform offers while being faster than starting from absolute 0.For our User Interface, we're going to learn the fundamentals of Bootstrap. Bootstrap makes our Django project look far more professional in very little time. Not only that, we'll also have a much better user experience by leveraging many of Bootstrap's built-in features.If we were building a house, Django would be the plumbing, the walls, and electricity while Bootstrap is the interior decorator.Here's a few things we'll cover:Django version 4.1 (or even 2.2+)Python version 3.10 (or 3.8+)Bootstrap 5.2+Collecting data from usersRendering HTML templates and documentsPassword-protected pages & user-type permissionsModeling data in Django as it relates to a spreadsheetDynamically display content based on stored database dataMuch more