[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/python/python-docs-es/pr-267/tutorial/index.po [Back]  [Original]

# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam. 
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2019-05-06 15:10-0400\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
"Language-Team: python-doc-es\n"
"Language: es\n"
"X-Generator: Poedit 2.2.1\n"

#: ../Doc/tutorial/index.rst:5
msgid "The Python Tutorial"
msgstr "Tutorial de Python"

#: ../Doc/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 es un lenguaje de programacin potente y fcil de aprender. Tiene "
"estructuras de datos de alto nivel eficientes y un simple pero efectivo "
"sistema de programacin orientado a objetos. La elegante sintaxis de Python "
"y su tipado dinmico, junto a su naturaleza interpretada lo convierten en un "
"lenguaje ideal para scripting y desarrollo rpido de aplicaciones en muchas "
"reas, para la mayora de plataformas."

#: ../Doc/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 ""
"El intrprete de Python y la extensiva librera estndar se encuentran "
"disponibles libremente en cdigo fuente y forma binaria para la mayora de "
"plataformas desde la Web de Python, https://www.python.org/, y se pueden "
"distribuir libremente. El mismo sitio contiene distribuciones y direcciones "
"a muchos mdulos de Python de terceras partes, programas, herramientas y "
"adicionalmente documentacin."

#: ../Doc/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 ""
"El intrprete de Python es fcilmente extensible con funciones y tipos de "
"datos implementados en C o C++ (o otros lenguajes que permitan ser llamados "
"desde C). Python tambin es apropiado como un lenguaje para extender "
"aplicaciones modificables."

#: ../Doc/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 introduce al lector informalmente a los conceptos bsicos y "
"las funcionalidades del lenguaje de programacin Python y a su sistema. "
"Ayuda a tener un interprete de Python accesible para una experiencia "
"prctica, todos los ejemplos son auto-contenidos, permitiendo utilizar el "
"tutorial sin conexin."

#: ../Doc/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 una descripcin de los objetos estndar y de los mdulos, ver :ref:"
"`library-index`. :ref:`reference-index` dnde se ofrece una definicin ms "
"formal del lenguaje. Para escribir extensiones en C o C++, leer :ref:"
"`extending-index` y :ref:`c-api-index`. Existen diversos libros que cubren "
"Python en detalle."

#: ../Doc/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 no pretende ser comprensible y cubrir todas las "
"funcionalidades, o incluso ni las ms utilizadas. Pretende introducir muchas "
"de las funcionalidades ms notables y dar una idea del estilo y el tipo de "
"lenguaje. Despus de leerlo podrs leer y escribir mdulos y programas en "
"Python y estars listo para aprender sobre varias libreras y mdulos "
"descritos en :ref:`library-index`."

#: ../Doc/tutorial/index.rst:40
msgid "The :ref:`glossary` is also worth going through."
msgstr "Es interesante leer el :ref:`glossary`."

Web Proxy Viewer  |  New URL  |  Original Page