Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 874 for Pythons (0.14 sec)

  1. docs/em/docs/tutorial/dependencies/classes-as-dependencies.md

    "**πŸ‡§πŸ‡²**" 🐍 πŸ•³ πŸ‘ˆ 🐍 πŸ’ͺ "πŸ€™" πŸ’– πŸ”’.
    
    , πŸš₯ πŸ‘† βœ”οΈ 🎚 `something` (πŸ‘ˆ πŸ’ͺ _🚫_ πŸ”’) & πŸ‘† πŸ’ͺ "πŸ€™" ⚫️ (πŸ› οΈ ⚫️) πŸ’–:
    
    ```Python
    something()
    ```
    
    βš–οΈ
    
    ```Python
    something(some_argument, some_keyword_argument="foo")
    ```
    
    ‴️ ⚫️ "πŸ‡§πŸ‡²".
    
    ## πŸŽ“ πŸ”—
    
    πŸ‘† 5οΈβƒ£πŸ“† πŸ‘€ πŸ‘ˆ ✍ πŸ‘ 🐍 πŸŽ“, πŸ‘† βš™οΈ πŸ‘ˆ 🎏 ❕.
    
    πŸ–Ό:
    
    ```Python
    class Cat:
        def __init__(self, name: str):
            self.name = name
    
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. docs/tr/docs/async.md

    Sonuçları vermeden ânce beklemeyi gerektirecek ve yeni Python âzelliklerini destekleyen bir işlem olduğunda aşağıdaki gibi kodlayabilirsiniz:
    
    ```Python
    burgers = await get_burgers(2)
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/encoder.md

    //// tab | 🐍 3️⃣.6️⃣ & πŸ”›
    
    ```Python hl_lines="5  22"
    {!> ../../docs_src/encoder/tutorial001.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ & πŸ”›
    
    ```Python hl_lines="4  21"
    {!> ../../docs_src/encoder/tutorial001_py310.py!}
    ```
    
    ////
    
    πŸ‘‰ πŸ–Ό, ⚫️ πŸ”œ πŸ—œ Pydantic 🏷 `dict`, & `datetime` `str`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md

    `yield`γ―εΏ…γšδΈ€εΊ¦γ γ‘δ½Ώη”¨γ™γ‚‹γ‚ˆγ†γ«γ—γ¦γγ γ•γ„γ€‚
    
    ///
    
    /// info | "ζƒ…ε ±"
    
    γ“γ‚Œγ‚’ε‹•δ½œγ•γ›γ‚‹γ«γ―γ€**Python 3.7** δ»₯δΈŠγ‚’δ½Ώη”¨γ™γ‚‹γ‹γ€**Python 3.6** では"backports"γ‚’γ‚€γƒ³γ‚ΉγƒˆγƒΌγƒ«γ™γ‚‹εΏ…θ¦γŒγ‚γ‚ŠγΎγ™:
    
    ```
    pip install async-exit-stack async-generator
    ```
    
    γ“γ‚Œγ«γ‚ˆγ‚Š<a href="https://github.com/sorcio/async_exit_stack" class="external-link" target="_blank">async-exit-stack</a>と<a href="https://github.com/python-trio/async_generator" class="external-link" target="_blank">async-generator</a>γŒγ‚€γƒ³γ‚ΉγƒˆγƒΌγƒ«γ•γ‚ŒγΎγ™γ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/request-form-models.md

    //// tab | Python 3.9+
    
    ```Python hl_lines="9-11  15"
    {!> ../../docs_src/request_form_models/tutorial001_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="8-10  14"
    {!> ../../docs_src/request_form_models/tutorial001_an.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+ non-Annotated
    
    /// tip
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/security/oauth2-jwt.md

    ## ❎ `python-jose`
    
    πŸ‘₯ πŸ’ͺ ❎ `python-jose` πŸ— &amp; βœ” πŸ₯™ 🀝 🐍:
    
    <div class="termy">
    
    ```console
    $ pip install "python-jose[cryptography]"
    
    ---> 100%
    ```
    
    </div>
    
    <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">🐍-πŸ‡©πŸ‡¬</a> 🚚 πŸ” πŸ‘©β€πŸ’» βž•.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/dependencies/index.md

    //// tab | Python 3.10+
    
    ```Python hl_lines="8-9"
    {!> ../../docs_src/dependencies/tutorial001_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="8-11"
    {!> ../../docs_src/dependencies/tutorial001_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="9-12"
    {!> ../../docs_src/dependencies/tutorial001_an.py!}
    ```
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/schema-extra-example.md

    //// tab | Python 3.10+
    
    ```Python hl_lines="22-27"
    {!> ../../docs_src/schema_extra_example/tutorial003_an_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="22-27"
    {!> ../../docs_src/schema_extra_example/tutorial003_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="23-28"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  9. docs/em/docs/advanced/settings.md

    ```console
    // Here we don't set the env var yet
    $ python main.py
    
    // As we didn't set the env var, we get the default value
    
    Hello World from Python
    
    // But if we create an environment variable first
    $ export MY_NAME="Wade Wilson"
    
    // And then call the program again
    $ python main.py
    
    // Now it can read the environment variable
    
    Hello Wade Wilson from Python
    ```
    
    </div>
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. docs/tr/docs/tutorial/query-params.md

    Aynı şekilde, varsayılan değerlerini `None` olarak atayarak isteğe bağlı parametreler tanımlayabilirsiniz:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="7"
    {!> ../../docs_src/query_params/tutorial002_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="9"
    {!> ../../docs_src/query_params/tutorial002.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top