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…
Tag: pathlib
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…