Modern APIs with FastAPI and Python | TalkPython

Modern APIs with FastAPI and Python | TalkPython
English | Size: 3.09 GB
Category: CBTs


FastAPI is one of the most exciting new web frameworks to date. It leverages more of the power of modern Python than any other framework: type hints, async and await, data classes, and more. If you are building an API in Python, you have many options. But for us FastAPI is the obvious choice in the future. And this course will teach you everything you need to know to get started. We will create a realistic API that works with live data and deploy this API on a cloud server Linux VM. In fact, you will even see how to create proper HTML web pages to extend your FastAPI API.

PluralSight – Core Python-advanced Flow Control

PluralSight – Core Python-advanced Flow Control Bookware-KNiSO
English | Size: 218.26 MB
Category: Tutorial


On occasion, the fundamental control-flow structures of Python can feel clumsy or limiting. This course will teach you extensions and alternatives to these basic structures that can help your code be easier to write and more likely to be correct

Linkedin Learning – Web Scraping With Python

Linkedin Learning – Web Scraping With Python-LiBRO
English | Size: 319.87 MB
Category: Tutorial


Instructor Ryan Mitchell teaches the practice of web scraping using the Python programming language. Ryan helps you understand how a human browsing the web is different from a web scraper.

A Cloud Guru – GUI Programming with Python

A Cloud Guru – GUI Programming with Python
English | Size: 1.1GB
Category: Tutorial


Sometimes building a command-line or web application doesn’t quite meet your end-users’ needs, and you need to build an application with a graphical user interface (GUI). Being the wonderful programming language that it is, Python allows us to build GUIs in addition to the various ways we use it for automation, web development, and data science.