Python Interview Questions ReBIT
Python Interview Questions ReBIT
A: Python is interpreted, dynamically-typed, object-oriented, and supports high-level data structures and
libraries.
A: Common types include int, float, bool, str, list, tuple, dict, and set.
A: Lists are mutable, tuples are immutable. Tuples use less memory and are faster.
A: Through reference counting and garbage collection via the `gc` module.
Q: What is PEP8?
Q: What is SQLAlchemy?