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. #1.TimeData.py: Introduces time and data handling in Python.
  2. #2.ListComprehensions.py: Explains list comprehensions in Python.
  3. #3.exercise.py: Contains exercises to practice the learned concepts.
  4. #4.lambdas.py: Introduces lambda functions in Python.
  5. #5.Higher_Order_Functions.py: Explains higher-order functions in Python.
  6. #6.Error_Types.py: Introduces different types of errors in Python and how to handle them.
  7. #7.File_Handling.py: Explains how to handle files in Python.
  8. #8.Regular_Expressions.py: Introduces the use of regular expressions in Python.
  9. #9.python_package_manager.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 Time Data.py"

Note

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

Releases

No releases published

Packages

No packages published

Languages