Compila Quindi Va

A blog by Marco Breveglieri, positive and confident software developer. 😉
it en
The YouTube player can not be loaded with disabled JavaScript.
The following video is embedded here:
https://youtube.com/watch?v=92wKSh5ss-c

Webinar - Create RESTful Web APIs using Python language

2023-03-06 2 min read Video

This is the replay of the webinar titled Creating RESTful Web APIs using Python language held on March 2, 2023 and published on Reteinformaticalavoro , a Web portal dedicated to jobs and recruiting oriented to the IT world.

This webinar presented the basic concepts of Web APIs, what are the features that qualify them as RESTful and how the Python language can be used to implement them with minimal effort.

During this webinar we will create an API with a few lines of code using one of the most popular frameworks, FastAPI , delving into the many ways in which it can be used in real contexts.

Lineup of topics

This is the list of topics covered in the webinar:

  • Introduction to Web APIs: from Web Services to REST using the HTTP protocol
  • The Richardson Maturity Model and the concept of RESTful
  • Web API development with Python and FastAPI
  • Practical and documented example of a Web API
  • Resources, conclusions and Q&A

Goal of the webinar

The goal of this webinar is to give attendees a solid understanding of the concepts behind Web APIs and how the Python language can be used to implement them, so that everyone can do it themselves and independently, using the same frameworks or even exploring alternatives.

The webinar is recommended for all those who want to implement Web API and can be used by those who already have basic knowledge of Python and want to use it for this purpose, but also by complete beginners, given the relative simplicity of the examples that will be examined.

Download slides and samples