# Python Documentation Turkish Translation # Copyright (C) 2001-2022, Python Software Foundation # This file is distributed under the same license as the Python package. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-12-17 01:28+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: \n" "Language-Team: TURKISH \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/asyncio.rst:66 msgid "High-level APIs" msgstr "" #: library/asyncio.rst:78 msgid "Low-level APIs" msgstr "" #: library/asyncio.rst:89 msgid "Guides and Tutorials" msgstr "" #: library/asyncio.rst:2 msgid ":mod:`asyncio` --- Asynchronous I/O" msgstr "" #: library/asyncio.rst:None msgid "Hello World!" msgstr "" #: library/asyncio.rst:22 msgid "" "asyncio is a library to write **concurrent** code using the **async/await** " "syntax." msgstr "" #: library/asyncio.rst:25 msgid "" "asyncio is used as a foundation for multiple Python asynchronous frameworks " "that provide high-performance network and web-servers, database connection " "libraries, distributed task queues, etc." msgstr "" #: library/asyncio.rst:29 msgid "" "asyncio is often a perfect fit for IO-bound and high-level **structured** " "network code." msgstr "" #: library/asyncio.rst:32 msgid "asyncio provides a set of **high-level** APIs to:" msgstr "" #: library/asyncio.rst:34 msgid "" ":ref:`run Python coroutines ` concurrently and have full control " "over their execution;" msgstr "" #: library/asyncio.rst:37 msgid "perform :ref:`network IO and IPC `;" msgstr "" #: library/asyncio.rst:39 msgid "control :ref:`subprocesses `;" msgstr "" #: library/asyncio.rst:41 msgid "distribute tasks via :ref:`queues `;" msgstr "" #: library/asyncio.rst:43 msgid ":ref:`synchronize ` concurrent code;" msgstr "" #: library/asyncio.rst:45 msgid "" "Additionally, there are **low-level** APIs for *library and framework " "developers* to:" msgstr "" #: library/asyncio.rst:48 msgid "" "create and manage :ref:`event loops `, which provide " "asynchronous APIs for :meth:`networking `, running :meth:" "`subprocesses `, handling :meth:`OS signals `, etc;" msgstr "" #: library/asyncio.rst:53 msgid "" "implement efficient protocols using :ref:`transports `;" msgstr "" #: library/asyncio.rst:56 msgid "" ":ref:`bridge ` callback-based libraries and code with async/" "await syntax." msgstr "" #: includes/wasm-notavail.rst:None msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr "" #: includes/wasm-notavail.rst:5 msgid "" "This module does not work or is not available on WebAssembly platforms " "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" #: library/asyncio.rst:65 msgid "Reference" msgstr "" #: library/asyncio.rst:98 msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`." msgstr ""