Autonomía digital y tecnológica

Código e ideas para una internet distribuida

Linkoteca. Archivo de navegación


If we’re looking to check if a file exists, there are a few solutions:

Check if a file exists with a try/except block (Python 2+)
Check if a file exists using os.path (Python 2+)
Check if a file exists using the Path object (Python 3.4+)

Compartir