Idiomatic Python: The two-argument version of `iter()`

preview_player
Показать описание
This video is the first of many looking at how to write idiomatic Python (aka writing Pythonic code).
In this video, we look at the `iter()` function and how it can be used to simplify a specific pattern of reading data in chunks (from files, sockets, etc)

#mathbyteacademy #python

Code for this Video
================

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

- Python 3 Fundamentals (introduction to Python)

- Python 3 Deep Dive (Part 1 - Functional)

- Python 3 Deep Dive (Part 2 - Iteration, Generators)

- Python 3 Deep Dive (Part 3 - Hash Maps)

- Python 3 Deep Dive (Part 4 - OOP)
Рекомендации по теме
Комментарии
Автор

Hi Dr.Fred, for me, you're a rock star in Python.
I did study all your deep dive course in udemy and got super powers in python.
Please, create more deep dives

wisenielsmuronha
Автор

Hi Fred. I really like your emphasis on Pythonic code always. I enjoyed the real life use case of iter and use of partials. From your Udemy course I had learned about partials and this was yet another use of partials. Great. Thank you.

nitin.cherian
Автор

can you share you setup of jupyter notebook?

lukashk.
Автор

what about performance? (memory and time)

omidgholami
visit shbcf.ru