# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2025, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # python-doc bot, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-22 20:37+0000\n" "PO-Revision-Date: 2025-09-22 16:51+0000\n" "Last-Translator: python-doc bot, 2025\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" "teams/5390/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" #: ../../tutorial/index.rst:5 msgid "The Python Tutorial" msgstr "O tutorial do Python" #: ../../tutorial/index.rst:7 msgid "" "Python is an easy to learn, powerful programming language. It has efficient " "high-level data structures and a simple but effective approach to object-" "oriented programming. Python's elegant syntax and dynamic typing, together " "with its interpreted nature, make it an ideal language for scripting and " "rapid application development in many areas on most platforms." msgstr "" "Python é uma linguagem fácil de aprender e poderosa. Ela tem estruturas de " "dados de alto nível eficientes e uma abordagem simples mas efetiva de " "programação orientada a objetos. A sintaxe elegante e a tipagem dinâmica do " "Python, aliadas com sua natureza interpretativa, o tornam uma linguagem " "ideal para fazer scripts e desenvolvimento de aplicações rápidas em diversas " "áreas e na maioria das plataformas." #: ../../tutorial/index.rst:13 msgid "" "The Python interpreter and the extensive standard library are freely " "available in source or binary form for all major platforms from the Python " "web site, https://www.python.org/, and may be freely distributed. The same " "site also contains distributions of and pointers to many free third party " "Python modules, programs and tools, and additional documentation." msgstr "" "O interpretador do Python e sua extensiva biblioteca padrão estão " "disponíveis gratuitamente na forma de código ou binária para todas as " "principais plataformas no endereço eletrônico do Python, https://www.python." "org/, e pode ser livremente distribuído. O mesmo endereço contém " "distribuições e indicações de diversos módulos, programas e ferramentas " "gratuitos produzidos por terceiros e documentação adicional." #: ../../tutorial/index.rst:19 msgid "" "The Python interpreter is easily extended with new functions and data types " "implemented in C or C++ (or other languages callable from C). Python is also " "suitable as an extension language for customizable applications." msgstr "" "O interpretador do Python pode ser facilmente estendido com novas funções e " "tipos de dados implementados em C ou C++ (ou outras linguagens chamáveis a " "partir de C). Python também é adequado como uma linguagem de extensão para " "aplicações personalizáveis." #: ../../tutorial/index.rst:23 msgid "" "This tutorial introduces the reader informally to the basic concepts and " "features of the Python language and system. It helps to have a Python " "interpreter handy for hands-on experience, but all examples are self-" "contained, so the tutorial can be read off-line as well." msgstr "" "Este tutorial introduz informalmente o leitor aos conceitos básicos e aos " "recursos da linguagem e do sistema Python. É mais fácil se você possuir um " "interpretador Python para uma experiência prática, mas os exemplos são " "autossuficientes e, portanto, o tutorial pode apenas ser lido off-line " "também." #: ../../tutorial/index.rst:28 msgid "" "For a description of standard objects and modules, see :ref:`library-" "index`. :ref:`reference-index` gives a more formal definition of the " "language. To write extensions in C or C++, read :ref:`extending-index` and :" "ref:`c-api-index`. There are also several books covering Python in depth." msgstr "" "Para uma descrição detalhada dos módulos e objetos padrões, veja :ref:" "`library-index`. Em :ref:`reference-index` você encontra uma definição mais " "formal da linguagem. Para escrever extensões em C ou C++, leia :ref:" "`extending-index` e :ref:`c-api-index`. Existe também uma série de livros " "que cobrem Python em profundidade." #: ../../tutorial/index.rst:33 msgid "" "This tutorial does not attempt to be comprehensive and cover every single " "feature, or even every commonly used feature. Instead, it introduces many of " "Python's most noteworthy features, and will give you a good idea of the " "language's flavor and style. After reading it, you will be able to read and " "write Python modules and programs, and you will be ready to learn more about " "the various Python library modules described in :ref:`library-index`." msgstr "" "Este tutorial não espera ser abrangente e cobrir todos os recursos ou mesmo " "os recursos mais usados. Ele busca introduzir diversos dos recursos mais " "notáveis do Python e lhe dará uma boa ideia do sabor e estilo da linguagem. " "Depois de lê-lo, você terá condições de ler e escrever programas e módulos " "Python e estará pronto para aprender mais sobre os diversos módulos " "descritos em :ref:`library-index`." #: ../../tutorial/index.rst:40 msgid "The :ref:`glossary` is also worth going through." msgstr "O :ref:`glossary` também vale a pena ser estudado."