:Date: 24/12/2022 :Author: Carlos Félix Pardo Martín :License: Creative Commons Attribution-ShareAlike 4.0 International .. _python-index: ******************** Tutorial de Python ******************** Tutorial para aprender a programar con el lenguaje Python. .. image:: python/_images/python-logo.png :width: 240px :alt: Logotipo de Python .. toctree:: :numbered: 1 :maxdepth: 1 :titlesonly: python-intro.rst python-datos-numeros.rst python-variables.rst python-palabras-reservadas.rst python-comentarios.rst python-print.rst python-input.rst python-booleanos.rst python-if-else.rst python-if-and-or-not.rst python-if-anidados.rst python-if-elif.rst python-for.rst python-for-range.rst python-for-continue.rst python-for-break.rst python-for-anidados.rst python-while.rst python-funciones.rst python-funciones-argumentos.rst python-textos.rst python-textos-indices.rst python-textos-metodos.rst python-textos-formateo.rst python-listas.rst python-listas-indices.rst python-listas-iteracion.rst python-listas-metodos.rst python-busqueda.rst python-busqueda-binaria.rst python-desplazamiento.rst python-sort-seleccion.rst python-sort-insercion.rst python-recursividad.rst python-sort-mezcla.rst python-codewars.rst python-recursos.rst .. Contenidos del curso python-sort-quicksort.rst python-sort-mergesort.rst python-arboles.rst python-arboles-binarios.rst python-arboles-busqueda.rst python-arboles-monticulo.rst python-sort-heapsort.rst python-permutaciones.rst python-combinaciones.rst python-listas-pilas.rst python-listas-colas.rst python-conjuntos.rst python-diccionarios.rst python-diccionarios-metodos.rst python-none.rst python-top-down.rst python-bottom-up.rst python-divide-conquer.rst python-backtracking.rst python-algoritmo-voraz.rst python-entrada-salida.rst python-ficheros.rst python-errores.rst python-excepciones.rst python-modulos.rst python-expresiones-regulares.rst python-datos-yaml.rst python-datos-csv.rst python-clases.rst python-clases-estructuras.rst python-modules.rst # Standard library codewars