Idiomatic Python: Generators

Опубликовано: 04 Август 2023
на канале: MathByte Academy
1,765
88

In this video we take a look at how to write more Pythonic code by leveraging generator expressions and functions.

Most iteration related functions in Python are essentially generators (like zip, enumerate, islice, and many many more).

There's a reason for that, and we also explore those reasons in this video.

#mathbyteacademy #python

Content
=======
00:00 - Introduction
00:19 - Generator expressions
09:32 - Using itertools.islice
12:00 - Generator functions
15:00 - Context managers
18:26 - Generator based context managers
25:50 - Review of CSV readers and writers
28:51 - CSV application of generator based context managers
36:34 - Context managers conclusion
37:31 - Conclusion


Code for this Video
===================
Available in GitHub blog repo: https://github.com/fbaptiste/python-blog
Direct link: https://tinyurl.com/34jdxhd8

My Python Courses
=================

Python 3 Fundamentals (introduction to Python)
https://www.udemy.com/course/python3-...

Python 3 Deep Dive (Part 1 - Functional)
https://www.udemy.com/course/python-3...

Python 3 Deep Dive (Part 2 - Iteration, Generators)
https://www.udemy.com/course/python-3...

Python 3 Deep Dive (Part 3 - Hash Maps)
https://www.udemy.com/course/python-3...

Python 3 Deep Dive (Part 4 - OOP)
https://www.udemy.com/course/python-3...


Смотрите видео Idiomatic Python: Generators онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MathByte Academy 04 Август 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,76 раз и оно понравилось 8 людям.