55#
66# Translators:
77# python-doc bot, 2025
8+ # Maciej Olko <maciej.olko@gmail.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version :Python 3.13\n "
1314"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-10-25 15:01 +0000\n "
15+ "POT-Creation-Date :2025-10-29 15:09 +0000\n "
1516"PO-Revision-Date :2025-09-15 01:05+0000\n "
16- "Last-Translator :python-doc bot , 2025\n "
17+ "Last-Translator :Maciej Olko <maciej.olko@gmail.com> , 2025\n "
1718"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version :1.0\n "
1920"Content-Type :text/plain; charset=UTF-8\n "
@@ -30,6 +31,9 @@ msgid ""
3031"This tutorial is designed for *programmers* that are new to the Python "
3132"language, **not** *beginners* who are new to programming."
3233msgstr ""
34+ "Ten tutorial jest przeznaczony dla *programistów*, którzy są nowicjuszami w "
35+ "języku Python, **nie** *początkujących*, którzy są nowicjuszami w "
36+ "programowaniu."
3337
3438msgid ""
3539"Python is an easy to learn, powerful programming language. It has efficient "
@@ -76,6 +80,11 @@ msgid ""
7680"Python interpreter handy for hands-on experience, but all examples are self-"
7781"contained, so the tutorial can be read off-line as well."
7882msgstr ""
83+ "Ten tutorial nieformalnie wprowadza czytelnika w podstawowe pojęcia i "
84+ "funkcje języka i systemu Python. Należy pamiętać, że wymaga on podstawowej "
85+ "wiedzy na temat programowania. Pomocne jest posiadanie pod ręką interpretera "
86+ "Pythona do praktycznego doświadczenia, ale wszystkie przykłady są "
87+ "samodzielne, więc samouczek może być również czytany offline."
7988
8089msgid ""
8190"For a description of standard objects and modules, see :ref:`library-"