Tarun Sharmatapstechie.hashnode.dev·Aug 5, 2024Mastering Lazy Loading in Python Using __getattr__What is Lazy Loading? Lazy loading is a programming concept where we delay the creation or loading of an object until it's actually needed. This can help save resources and improve performance, especially when dealing with large or complex data. What...Discuss·125 readsPython Performance Optimization
steve jacobstevejacob.hashnode.dev·Mar 8, 2024The Art of Python: Optimization and Design Patterns for MastersIntroduction: Python, with its simplicity and readability, has become one of the most popular programming languages in the world. While it's an excellent choice for beginners, mastering Python involves delving deeper into optimization techniques and ...Discusspython design patterns