Search Options

Results per page
Sort
Preferred Languages
Advance

Results 271 - 280 of 860 for Pythona (0.2 sec)

  1. docs/em/docs/advanced/custom-response.md

    FastAPI (๐Ÿค™ ๐Ÿ’ƒ) ๐Ÿ”œ ๐Ÿ” ๐Ÿ”Œ ๐ŸŽš-๐Ÿ“ ๐ŸŽš. โšซ๏ธ ๐Ÿ”œ ๐Ÿ”Œ ๐ŸŽš-๐Ÿ†Ž ๐ŸŽš, โš“๏ธ ๐Ÿ”› = & ๐Ÿ” = โœ ๐Ÿ†Ž.
    
    ```Python hl_lines="1  18"
    {!../../docs_src/response_directly/tutorial002.py!}
    ```
    
    ### `HTMLResponse`
    
    โœŠ โœ โš–๏ธ ๐Ÿ”ข & ๐Ÿ“จ ๐Ÿ•ธ ๐Ÿ“จ, ๐Ÿ‘† โœ ๐Ÿ”›.
    
    ### `PlainTextResponse`
    
    โœŠ โœ โš–๏ธ ๐Ÿ”ข & ๐Ÿ“จ โœ… โœ ๐Ÿ“จ.
    
    ```Python hl_lines="2  7  9"
    {!../../docs_src/custom_response/tutorial005.py!}
    ```
    
    ### `JSONResponse`
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. docs/nl/docs/features.md

    ### Gewoon Moderne Python
    
    Het is allemaal gebaseerd op standaard **Python type** declaraties (dankzij Pydantic). Je hoeft dus geen nieuwe syntax te leren. Het is gewoon standaard moderne Python.
    
    Als je een opfriscursus van 2 minuten nodig hebt over het gebruik van Python types (zelfs als je FastAPI niet gebruikt), bekijk dan deze korte tutorial: [Python Types](python-types.md){.internal-link target=_blank}.
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Tue Sep 03 13:50:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/metadata.md

    โœ ๐Ÿ—ƒ ๐Ÿ‘† ๐Ÿ”– & ๐Ÿšถโ€โ™€๏ธ โšซ๏ธ `openapi_tags` ๐Ÿ”ข:
    
    ```Python hl_lines="3-16  18"
    {!../../docs_src/metadata/tutorial004.py!}
    ```
    
    ๐Ÿ‘€ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ โœ ๐Ÿ”˜ ๐Ÿ“›, ๐Ÿ–ผ "๐Ÿ’ณ" ๐Ÿ”œ ๐ŸŽฆ ๐Ÿฆ (**๐Ÿ’ณ**) & "๐ŸŽ€" ๐Ÿ”œ ๐ŸŽฆ โ• (_๐ŸŽ€_).
    
    /// tip
    
    ๐Ÿ‘† ๐Ÿšซ โœ”๏ธ ๐Ÿšฎ ๐Ÿ—ƒ ๐ŸŒ ๐Ÿ”– ๐Ÿ‘ˆ ๐Ÿ‘† โš™๏ธ.
    
    ///
    
    ### โš™๏ธ ๐Ÿ‘† ๐Ÿ”–
    
    โš™๏ธ `tags` ๐Ÿ”ข โฎ๏ธ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ* (& `APIRouter`โ“‚) ๐Ÿ› ๏ธ ๐Ÿ‘ซ ๐ŸŽ ๐Ÿ”–:
    
    ```Python hl_lines="21  26"
    {!../../docs_src/metadata/tutorial004.py!}
    ```
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/security/oauth2-jwt.md

    //// tab | Python 3.10+
    
    ```Python hl_lines="7  48  55-56  59-60  69-75"
    {!> ../../docs_src/security/tutorial004_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="7  48  55-56  59-60  69-75"
    {!> ../../docs_src/security/tutorial004_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="7  49  56-57  60-61  70-76"
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/testing.md

    ๐Ÿ‘ฏโ€โ™‚๏ธ *โžก ๐Ÿ› ๏ธ* ๐Ÿšš `X-Token` ๐ŸŽš.
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›
    
    ```Python
    {!> ../../docs_src/app_testing/app_b/main.py!}
    ```
    
    ////
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.1๏ธโƒฃ0๏ธโƒฃ & ๐Ÿ”›
    
    ```Python
    {!> ../../docs_src/app_testing/app_b_py310/main.py!}
    ```
    
    ////
    
    ### โ†” ๐Ÿ”ฌ ๐Ÿ“
    
    ๐Ÿ‘† ๐Ÿ’ช โคด๏ธ โ„น `test_main.py` โฎ๏ธ โ†” ๐Ÿ’ฏ:
    
    ```Python
    {!> ../../docs_src/app_testing/app_b/test_main.py!}
    ```
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  6. docs/zh/docs/tutorial/debugging.md

    ๆ‰€ไปฅ๏ผŒไธ‹้ข่ฟ™ไธ€่กŒไธไผš่ขซๆ‰ง่กŒ๏ผš
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    /// info
    
    ๆ›ดๅคšไฟกๆฏ่ฏทๆฃ€ๆŸฅ <a href="https://docs.python.org/3/library/__main__.html" class="external-link" target="_blank">Python ๅฎ˜ๆ–นๆ–‡ๆกฃ</a>.
    
    ///
    
    ## ไฝฟ็”จไฝ ็š„่ฐƒ่ฏ•ๅ™จ่ฟ่กŒไปฃ็ 
    
    ็”ฑไบŽๆ˜ฏไปŽไปฃ็ ็›ดๆŽฅ่ฟ่กŒ็š„ Uvicorn ๆœๅŠกๅ™จ๏ผŒๆ‰€ไปฅไฝ ๅฏไปฅไปŽ่ฐƒ่ฏ•ๅ™จ็›ดๆŽฅ่ฐƒ็”จ Python ็จ‹ๅบ๏ผˆไฝ ็š„ FastAPI ๅบ”็”จ๏ผ‰ใ€‚
    
    ---
    
    ไพ‹ๅฆ‚๏ผŒไฝ ๅฏไปฅๅœจ Visual Studio Code ไธญ๏ผš
    
    * ่ฟ›ๅ…ฅๅˆฐใ€Œ่ฐƒ่ฏ•ใ€้ขๆฟใ€‚
    * ใ€ŒๆทปๅŠ ้…็ฝฎ...ใ€ใ€‚
    * ้€‰ไธญใ€ŒPythonใ€
    * ่ฟ่กŒใ€ŒPython๏ผšๅฝ“ๅ‰ๆ–‡ไปถ๏ผˆ้›†ๆˆ็ปˆ็ซฏ๏ผ‰ใ€้€‰้กน็š„่ฐƒ่ฏ•ๅ™จใ€‚
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. docs/uk/docs/tutorial/body-fields.md

    ## ะ†ะผะฟะพั€ั‚ `Field`
    
    ะกะฟะพั‡ะฐั‚ะบัƒ ะฒะฐะผ ะฟะพั‚ั€ั–ะฑะฝะพ ั–ะผะฟะพั€ั‚ัƒะฒะฐั‚ะธ ั†ะต:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="4"
    {!> ../../docs_src/body_fields/tutorial001_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="4"
    {!> ../../docs_src/body_fields/tutorial001_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="4"
    {!> ../../docs_src/body_fields/tutorial001_an.py!}
    ```
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/schema-extra-example.md

    //// tab | Python 3.10+ Pydantic v2
    
    ```Python hl_lines="13-24"
    {!> ../../docs_src/schema_extra_example/tutorial001_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.10+ Pydantic v1
    
    ```Python hl_lines="13-23"
    {!> ../../docs_src/schema_extra_example/tutorial001_py310_pv1.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+ Pydantic v2
    
    ```Python hl_lines="15-26"
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  9. docs/uk/docs/tutorial/extra-data-types.md

    //// tab | Python 3.10+
    
    ```Python hl_lines="1  3  12-16"
    {!> ../../docs_src/extra_data_types/tutorial001_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="1  3  12-16"
    {!> ../../docs_src/extra_data_types/tutorial001_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="1  3  13-17"
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  10. docs/en/docs/features.md

    ### Just Modern Python
    
    It's all based on standard **Python type** declarations (thanks to Pydantic). No new syntax to learn. Just standard modern Python.
    
    If you need a 2 minute refresher of how to use Python types (even if you don't use FastAPI), check the short tutorial: [Python Types](python-types.md){.internal-link target=_blank}.
    
    You write standard Python with types:
    
    ```Python
    from datetime import date
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Thu Aug 15 23:30:12 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top