Closed alvarag closed 6 years ago
Creo que no se está siguiendo bien la guía de estilo en todos los casos (ej: notebooks).
https://www.python.org/dev/peps/pep-0008/#imports
En concreto, el tema de los import:
Imports are always put at the top of the file, just after any module comments and docstrings, and before module globals and constants.
Imports should be grouped in the following order:
You should put a blank line between each group of imports.
Creo que no se está siguiendo bien la guía de estilo en todos los casos (ej: notebooks).
https://www.python.org/dev/peps/pep-0008/#imports
En concreto, el tema de los import:
Imports are always put at the top of the file, just after any module comments and docstrings, and before module globals and constants.
Imports should be grouped in the following order:
You should put a blank line between each group of imports.