Skip to content

DanielPerezMoralesDev13/Python-Intermedio

Repository files navigation

Intermediate Python Repository

Important

This repository contains a series of Python files designed to introduce intermediate concepts of the Python programming language. Each file addresses a specific topic, from understanding lists to file handling.

Files

  1. 00 Tiempo Datos: Introduces time and data handling in Python.
  2. 01 Comprension Listas: Explains list comprehensions in Python.
  3. 02 Ejercicio.py: Contains exercises to practice the learned concepts.
  4. 03 Lambdas.py: Introduces lambda functions in Python.
  5. 04 Higher Order Functions O Funciones De Orden Superior.py: Explains higher-order functions in Python.
  6. 05 Tipos De Error.py: Introduces different types of errors in Python and how to handle them.
  7. 06 Manejos Ficheros.py: Explains how to handle files in Python.
  8. 07 Expresiones Regulares.py: Introduces the use of regular expressions in Python.
  9. 08 Gestor De Paquetes De Python.py: Explains how to use the Python package manager.

Usage

You can execute any of the files using Python in your terminal. For example:

python3 "00 Tiempo Datos.py"

Note

These files are designed to be explored sequentially for a progressive understanding of Python.

Contributions

Contributions are welcome! If you have suggestions, corrections, or wish to add additional content to this guide, feel free to open an issue or submit a pull request. Your assistance is crucial in making this guide a comprehensive and up-to-date reference for the development community.

License

This repository is published under the MIT License. Feel free to use, modify, and distribute the content in accordance with the terms of this license.

Releases

No releases published

Packages

No packages published

Languages