@@ -50,14 +50,21 @@ msgid ""
5050"documents the existing object types, functions and modules (both built-in "
5151"and written in Python) that give the language its wide application range."
5252msgstr ""
53+ "Ten document zawiera podstawową wiedzę o Python. Z nieformalnym wstępem do "
54+ "języka zapoznaj się z: ref:`tutorial-index`. :ref:`reference-index` , które "
55+ "zawierają bardziej formalny opis języka. :ref:`library-index` documents "
56+ "zawierają istniejące object types, funkcje i modules wbudowane w python. "
57+ "Daje to duże pole zastosowań."
5358
5459msgid ""
5560"For a detailed description of the whole Python/C API, see the separate :ref:"
5661"`c-api-index`."
5762msgstr ""
63+ "Aby zapoznać się z dokładną instrukcją dla Python/C API, spójrz na : ref:`c-"
64+ "api-index`."
5865
5966msgid "Recommended third party tools"
60- msgstr ""
67+ msgstr "Rekomendowane zewnętrzne narzędzia. "
6168
6269msgid ""
6370"This guide only covers the basic tools for creating extensions provided as "
@@ -66,6 +73,12 @@ msgid ""
6673"swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both simpler and "
6774"more sophisticated approaches to creating C and C++ extensions for Python."
6875msgstr ""
76+ "Ten przewodnik obejmuje tylko podstawowe narzędzia do tworzenia rozszerzeń "
77+ "dostarczane jako część aktualnej wersji CPython. Narzędzia innych firm, "
78+ "takie jak \" Cython <http://cython.org/>'_, ' Cffi <https://cffi.readthedocs."
79+ "io>`_,' SWIG <http://www.swig.org > ` _ i 'Numba <https://numba.pydata.org / "
80+ ">' _ oferują zarówno prostsze, jak i bardziej wyrafinowane podejście do "
81+ "tworzenia rozszerzeń C i C++ dla Pythona."
6982
7083msgid ""
7184"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
@@ -79,7 +92,7 @@ msgid ""
7992msgstr ""
8093
8194msgid "Creating extensions without third party tools"
82- msgstr ""
95+ msgstr "Tworzenie rozszerzeń poprzez narzędzia zewnętrzne. "
8396
8497msgid ""
8598"This section of the guide covers creating C and C++ extensions without "
@@ -89,7 +102,7 @@ msgid ""
89102msgstr ""
90103
91104msgid "Embedding the CPython runtime in a larger application"
92- msgstr ""
105+ msgstr "Wbudowywanie runtime Cpython w większą aplikację. "
93106
94107msgid ""
95108"Sometimes, rather than creating an extension that runs inside the Python "
0 commit comments