Ante que nada, me gustaria aclarar algo que quizas suene muy evidente, pero que de hecho algunas veces olvidamos, y es que una ruta o path no es una cadena, y este hecho es algo que debemos siempre tener en cuenta, ya que nos ahorrara muchos dolores de cabeza. A partir de la versión 3.4 de Python contamos con un poderoso y versatil módulo llamado pathlib.
Continue reading “Una introducción al módulo pathlib en Python”Tag: pathlib in Pyton
An introduction to pathlib module of Python
First at all, I would like to clarify something that maybe sounds evident, but sometimes we forget, the path is not a string, it is a fact that we must keep in mind to avoid headaches in our journey in Python. Since Python 3.4 in advance, we count on a powerful and versatile module called pathlib.
Continue reading “An introduction to pathlib module of Python”
