Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 32 for officielle (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/fr/docs/learn/index.md

    # Apprendre { #learn }
    
    Voici les sections introductives et les tutoriels pour apprendre **FastAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 238 bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/debugging.md

    Ainsi, la ligne :
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    ne sera pas exécutée.
    
    /// info
    
    Pour plus d'informations, consultez [la documentation officielle de Python](https://docs.python.org/3/library/__main__.html).
    
    ///
    
    ## Exécuter votre code avec votre <abbr title="En anglais: debugger">débogueur</abbr> { #run-your-code-with-your-debugger }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  3. docs/fr/docs/editor-support.md

    # Prise en charge des éditeurs { #editor-support }
    
    L’extension officielle [Extension FastAPI](https://marketplace.visualstudio.com/items?itemName=FastAPILabs.fastapi-vscode) améliore votre flux de développement FastAPI grâce à la découverte des chemins d'accès, à la navigation, ainsi qu’au déploiement sur FastAPI Cloud et à la diffusion en direct des journaux.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  4. docs/fr/docs/how-to/graphql.md

    ///
    
    ## En savoir plus { #learn-more }
    
    Vous pouvez en apprendre davantage sur **GraphQL** dans la [documentation officielle de GraphQL](https://graphql.org/).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  5. docs/fr/docs/tutorial/index.md

    ///
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  6. docs/fr/docs/python-types.md

    Et vous obtenez tout le support de l'éditeur avec cet objet résultant.
    
    Un exemple tiré de la documentation officielle de Pydantic :
    
    {* ../../docs_src/python_types/tutorial011_py310.py *}
    
    /// info
    
    Pour en savoir plus à propos de [Pydantic, consultez sa documentation](https://docs.pydantic.dev/).
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/bigger-applications.md

    ```
    
    La deuxième version est un « import absolu » :
    
    ```Python
    from app.routers import items, users
    ```
    
    Pour en savoir plus sur les Packages et Modules Python, lisez [la documentation officielle de Python sur les modules](https://docs.python.org/3/tutorial/modules.html).
    
    ///
    
    ### Éviter les collisions de noms { #avoid-name-collisions }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  8. docs/de/docs/deployment/docker.md

    Und es gibt einen öffentlichen [Docker <abbr title="Umschlagplatz">Hub</abbr>](https://hub.docker.com/) mit vorgefertigten **offiziellen Containerimages** für viele Tools, Umgebungen, Datenbanken und Anwendungen.
    
    Beispielsweise gibt es ein offizielles [Python-Image](https://hub.docker.com/_/python).
    
    Und es gibt viele andere Images für verschiedene Dinge wie Datenbanken, zum Beispiel für:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  9. docs/de/docs/tutorial/debugging.md

    Daher wird die Zeile:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    nicht ausgeführt.
    
    /// info | Info
    
    Für weitere Informationen besuchen Sie bitte [die offizielle Python-Dokumentation](https://docs.python.org/3/library/__main__.html).
    
    ///
    
    ## Ihren Code mit Ihrem Debugger ausführen { #run-your-code-with-your-debugger }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  10. docs/de/docs/advanced/testing-events.md

    {* ../../docs_src/app_testing/tutorial004_py310.py hl[9:15,18,27:28,30:32,41:43] *}
    
    
    Sie können mehr Details unter [„Lifespan in Tests ausführen in der offiziellen Starlette-Dokumentation.“](https://www.starlette.dev/lifespan/#running-lifespan-in-tests) nachlesen.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 07:57:30 GMT 2026
    - 740 bytes
    - Click Count (0)
Back to Top