Comandos Unix
Python
Packages
Snippets útiles
Tomar el tiempo de una función
import time start_time = time.time() # something print("--- %.2f seconds ---" % (time.time() - start_time))