Python Generators Explained

Welcome back to another YouTube video! In this video, I will be talking about generators in Python. Generators are similar to iterators but a more advanced concept in the Python language. However, they are not too complicated and anyone should be able to follow along. 💻 Thanks to HiCounselor for sponsoring this video! Apply to their next cohort to land your dream job in tech here: HiCounsoler not only provides great learning resources but also has great interview prep material! ⭐️ Timestamps ⭐️ 00:00 | Overview 01:43 | Generators vs Iterators 02:40 | Iterators Explained 08:33 | next() 13:58 | iter() 15:24 | Creating Legacy Iterators 19:22 | Creating Generators 23:15 | Generators Use Case 26:58 | Generator Comprehensions ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ 💰 Courses & Merch 💰 💻 The Fundamentals of Programming w/ Python: 👕 Merchandise: 🔗 Social Medias 🔗
Back to Top