Pregunta de entrevista de BairesDev

- What are the 4 fundamental data structures in Python; (lists, dicts, tuples, sets) - Which data types are mutable, which are immutable? - Which data types have unique items? - What is generator? - What is a decorator? - Exlplain the conept of multiple inheritance - Explain polymorphism - How is multiple inheritance resolved (explain how the MOR works) - Explain how multiprocessing/multi-threading works in python (GIL, etc) - What is a closure, how do they wok in python?