Python - Bottle Web Framework

所在平台: Udemy

课程主页: https://www.udemy.com/course/python-bottle-web-framework/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** Python - Bottle Web Framework **课程概述:** 本课程是关于使用Bottle Web Framework的Python Web开发。Bottle是一个快速、简单、轻量级的WSGI微型Web框架,仅依赖Python标准库,并以单个文件模块分发。 **课程内容亮点:** * **路由 (Routing):** 学习如何将请求映射到函数调用,支持清晰和动态的URL。 * **模板 (Templates):** 掌握Bottle内置的快速、Pythonic的模板引擎,并了解对Mako、Jinja2和Cheetah模板的支持。 * **工具 (Utilities):** 学习如何便捷地访问表单数据、文件上传、Cookie、HTTP头和其他与HTTP相关的元数据。 * **服务器 (Server):** 了解Bottle内置的HTTP开发服务器,以及对Paste、Bjoern、GAE、CherryPy或任何其他WSGI兼容HTTP服务器的支持。 Bottle框架应用广泛,大小公司都用它来创建API和Web服务。本课程将深入讲解Bottle的全部文档,从基础构建模块开始,逐步深入到更高级的控制流和数据结构。学完本课程,你将能够利用Bottle框架构建高性能、易于维护的API和Web应用程序。 **适合人群:** 希望快速学习和构建Web应用程序和API的Python开发者。

课程评论(0条)

课程详情

Welcome,Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.Routing: Requests to function-call mapping with support for clean and dynamic URLs.Templates: Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates.Utilities: Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata.Server: Built-in HTTP development server and support for paste, bjoern, gae, cherrypy or any other WSGI capable HTTP server.Bottle is a versatile web framework which is used by small and big companies to create API-s and other web services that provide functionality to their infrastructure. In this course we will go through the whole documentation and I will show you what can and cannot be done with the Bottle Web Framework. Starting from the fundations, we will cover basic building blocks, then build on those for more advanced control flow, and data structures. Finally by the end of this course you will be able to use the framework to build blazing fast API-s and web applications which can serve you well and easy to maintain.Happy Coding!Cheers,Daniel

课程标签

0人关注该课程

主题相关的课程