API for beginners using: Python Flask Postman

所在平台: Udemy

课程主页: https://www.udemy.com/course/api-for-beginners-using-python-flask-postman/

课程评论:没有评论

第一个写评论        关注课程

课程简介

这门课程的名称是《初学者的API:使用Python Flask和Postman》。课程介绍了API(应用程序编程接口)的基本概念和重要性,强调API作为软件中介,能够使两个应用程序之间进行通信。它充当消息传递者,将请求发送给提供方并返回响应。课程中指出,开发者通常不会从零开始编写代码,API能够帮助开发者将重复且复杂的过程通过简单的代码变得高度可重用,从而加快应用程序的开发速度。 课程重点使用Python和Flask框架来创建各种类型的应用程序,同时介绍了Postman,这是一个流行的API客户端,可以帮助开发者轻松创建、分享、测试和文档化API。课程内容包括以下几个方面:安装Python、在虚拟环境中安装Flask、创建类、在类中创建方法、创建路由与端点、创建Python字典以及使用Postman测试端点。 这门课程适合对API开发有兴趣的初学者,旨在为他们提供构建和测试API所需的基本技能和知识。

课程评论(0条)

课程详情

API stands for Application Programming Interface. An API is a software intermediary that allows two applications to talk to each other. In other words, an API is the messenger that delivers your request to the provider that you're requesting it from and then delivers the response back to you.When developers create code, they don't often start from scratch. APIs enable developers can make repetitive yet complex processes highly reusable with a little bit of code. The speed that APIs enable developers to build out apps is crucial to the current pace of application development.Python is one of the most in-demand programming languages. Flask is a framework created using Python.Python and flask can be used to create different types of applications.Postman is a popular API client that makes it easy for developers to create, share, test and document APIs. This is done by allowing users to create and save simple and complex HTTP/s requests, as well as read their responses. This course covers building an API with:Installing PythonInstalling Flask in a virtual environmentCreating classesCreating methods inside classesCreating Routes and endpointsCreating Python dictionaryTesting endpoints with Postman

课程标签

0人关注该课程

主题相关的课程