About 421 results
Open links in new tab
  1. MDN Web Docs

    The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

  2. Tutorial - User Guide - FastAPI

    All the code blocks can be copied and used directly (they are actually tested Python files). To run any of the examples, copy the code to a file main.py, and start fastapi dev:

  3. MDN Web Docs | MDN

    Feb 6, 2025 · MDN Web Docs is a free-to-use resource that documents open web technologies. Our mission is to provide developers with the information they need to easily build projects on the web …

  4. Testing - FastAPI

    Testing file Then you could have a file test_main.py with your tests. It could live on the same Python package (the same directory with a __init__.py file): ... Because this file is in the same package, you …

  5. FastAPI

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. The key features are: Fast: Very high performance, on par with NodeJS …

  6. Web APIs | MDN - MDN Web Docs

    Jul 29, 2025 · Web APIs When writing code for the Web, there are a large number of Web APIs available. Below is a list of all the APIs and interfaces (object types) that you may be able to use …

  7. Reference - FastAPI

    Here's the reference or code API, the classes, functions, parameters, attributes, and all the FastAPI parts you can use in your applications. If you want to learn FastAPI you are much better off reading …