|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/build-a-web-app-with-python-django-sqlite/
课程评论:没有评论
课程名称:使用Python、Django和SQLite构建Web应用程序 课程概述: 该课程旨在教授学员如何使用Python编程语言、Django高阶Web框架以及SQLite数据库来构建Web应用程序。Python作为一种解释型、面向对象的高级编程语言,以其动态语义和灵活的数据结构而闻名,非常适合快速应用开发,并且可以用作连接现有组件的脚本语言。它支持模块和包的使用,促进程序的模块化和代码的重用,具有广泛的标准库可供使用。 Django框架由经验丰富的开发者构建,旨在简化Web开发的繁琐过程,使开发者能专注于应用程序的编写,而无需从头开始设计。Django是一个免费的开源框架,旨在帮助开发者快速将应用程序从概念转化为完成作品,并且注重安全性,能有效避免许多常见的安全错误。 SQLite3是一个轻量级的免费数据库,易于创建和使用。在本课程中,学员将学习如何结合Python、Django和SQLite构建一个完整的Web应用程序。此课程非常适合想要快速掌握Web开发技能的初学者。
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It's free and open source.Django was designed to help developers take applications from concept to completion as quickly as possible.Django takes security seriously and helps developers avoid many common security mistakes. Some of the busiest sites on the web leverage Django's ability to quickly and flexibly scale.SQLite3 is a compact free database you can use easily create and use a database. In this course covers how to build a web application with Python, Django and SQLite Database.