============ Más avanzado ============ Métodos especiales ================== Tipado ====== https://docs.python.org/3/library/typing.html TBC .. The Python runtime does not enforce function and variable type annotations. They can be used by third party tools such as type checkers, IDEs, linters, etc. .. Concept of gradual typing .. Ellipsis: ... .. types .. Any .. Union .. Optional .. Callable .. Generic types .. Type Variables