Building a Python game provided a humbling experience and a deeper understanding of the language.The project highlighted the importance of object-oriented programming (OOP) in structuring code.Using classes for ship, alien, bullet, settings, button, and game stats helped organize logic and improve clarity.The game development journey revealed the significance of OOP as not just a coding technique, but also a way of thinking.