Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python 3: Deep Dive (Part 2 - Iteration, Generators), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:31
    Course Overview
  • Урок 2. 00:06:05
    Pre-Requisites
  • Урок 3. 00:03:04
    Python Tools Needed
  • Урок 4. 00:01:24
    Introduction
  • Урок 5. 00:17:11
    Sequence Types - Lecture
  • Урок 6. 00:27:24
    Sequence Types - Coding
  • Урок 7. 00:07:19
    Mutable Sequence Types - Lecture
  • Урок 8. 00:18:07
    Mutable Sequence Types - Coding
  • Урок 9. 00:21:51
    Lists vs Tuples
  • Урок 10. 00:15:15
    Index Base and Slice Bounds - Rationale
  • Урок 11. 00:29:26
    Copying Sequences - Lecture
  • Урок 12. 00:23:29
    Copying Sequences - Coding
  • Урок 13. 00:32:09
    Slicing - Lecture
  • Урок 14. 00:14:43
    Slicing - Coding
  • Урок 15. 00:10:41
    Custom Sequences - Part 1 - Lecture
  • Урок 16. 00:34:01
    Custom Sequences - Part 1 - Coding
  • Урок 17. 00:05:35
    In-Place Concatenation and Repetition - Lecture
  • Урок 18. 00:07:28
    In-Place Concatenation and Repetition - Coding
  • Урок 19. 00:07:04
    Assignments in Mutable Sequences - Lecture
  • Урок 20. 00:10:20
    Assignments in Mutable Sequences - Coding
  • Урок 21. 00:09:18
    Custom Sequences - Part 2 - Lecture
  • Урок 22. 00:17:56
    Custom Sequences - Part 2A - Coding
  • Урок 23. 00:34:50
    Custom Sequences - Part 2B - Coding
  • Урок 24. 00:21:11
    Custom Sequences - Part 2C - Coding
  • Урок 25. 00:17:53
    Sorting Sequences - Lecture
  • Урок 26. 00:25:53
    Sorting Sequences - Coding
  • Урок 27. 00:17:56
    List Comprehensions - Lecture
  • Урок 28. 00:47:17
    List Comprehensions - Coding
  • Урок 29. 00:07:33
    Project Description
  • Урок 30. 00:40:33
    Project Solution: Goal 1
  • Урок 31. 00:12:14
    Project Solution: Goal 2
  • Урок 32. 00:02:54
    Introduction
  • Урок 33. 00:11:20
    Iterating Collections - Lecture
  • Урок 34. 00:20:19
    Iterating Collections - Coding
  • Урок 35. 00:06:22
    Iterators - Lecture
  • Урок 36. 00:11:45
    Iterators - Coding
  • Урок 37. 00:11:23
    Iterators and Iterables - Lecture
  • Урок 38. 00:28:04
    Iterators and Iterables - Coding
  • Урок 39. 00:26:32
    Example 1 - Consuming Iterators Manually
  • Урок 40. 00:31:34
    Example 2 - Cyclic Iterators
  • Урок 41. 00:03:45
    Lazy Iterables - Lecture
  • Урок 42. 00:15:00
    Lazy Iterables - Coding
  • Урок 43. 00:02:25
    Python's Built-In Iterables and Iterators - Lecture
  • Урок 44. 00:14:22
    Python's Built-In Iterables and Iterators - Coding
  • Урок 45. 00:08:52
    Sorting Iterables
  • Урок 46. 00:06:27
    The iter() Function - Lecture
  • Урок 47. 00:14:00
    The iter() Function - Coding
  • Урок 48. 00:04:43
    Iterating Callables - Lecture
  • Урок 49. 00:15:54
    Iterating Callables - Coding
  • Урок 50. 00:07:42
    Example 3 - Delegating Iterators
  • Урок 51. 00:09:50
    Reversed Iteration - Lecture
  • Урок 52. 00:20:01
    Reversed Iteration - Coding
  • Урок 53. 00:18:47
    Caveat: Using Iterators as Function Arguments
  • Урок 54. 00:03:30
    Project Description
  • Урок 55. 00:05:52
    Project Solution: Goal 1
  • Урок 56. 00:07:43
    Project Solution: Goal 2
  • Урок 57. 00:01:22
    Introduction
  • Урок 58. 00:17:39
    Yielding and Generator Functions - Lecture
  • Урок 59. 00:17:34
    Yielding and Generator Functions - Coding
  • Урок 60. 00:15:32
    Example - Fibonacci Sequence
  • Урок 61. 00:07:00
    Making an Iterable from a Generator - Lecture
  • Урок 62. 00:06:41
    Making an Iterable from a Generator - Coding
  • Урок 63. 00:11:05
    Example - Card Deck
  • Урок 64. 00:09:18
    Generator Expressions and Performance - Lecture
  • Урок 65. 00:30:20
    Generator Expressions and Performance - Coding
  • Урок 66. 00:02:37
    Yield From - Lecture
  • Урок 67. 00:12:30
    Yield From - Coding
  • Урок 68. 00:04:16
    Project Description
  • Урок 69. 00:41:47
    Project Solution: Goal 1
  • Урок 70. 00:15:58
    Project Solution: Goal 2
  • Урок 71. 00:04:23
    Introduction
  • Урок 72. 00:10:06
    Aggregators - Lecture
  • Урок 73. 00:26:29
    Aggregators - Coding
  • Урок 74. 00:03:19
    Slicing - Lecture
  • Урок 75. 00:11:34
    Slicing - Coding
  • Урок 76. 00:10:03
    Selecting and Filtering - Lecture
  • Урок 77. 00:15:08
    Selecting and Filtering - Coding
  • Урок 78. 00:05:30
    Infinite Iterators - Lecture
  • Урок 79. 00:18:50
    Infinite Iterators - Coding
  • Урок 80. 00:08:41
    Chaining and Teeing - Lecture
  • Урок 81. 00:18:53
    Chaining and Teeing - Coding
  • Урок 82. 00:15:55
    Mapping and Reducing - Lecture
  • Урок 83. 00:18:17
    Mapping and Reducing - Coding
  • Урок 84. 00:03:16
    Zipping - Lecture
  • Урок 85. 00:06:55
    Zipping - Coding
  • Урок 86. 00:10:01
    Grouping - Lecture
  • Урок 87. 00:27:02
    Grouping - Coding
  • Урок 88. 00:09:31
    Combinatorics - Lecture
  • Урок 89. 00:21:27
    Combinatorics - Coding (Product)
  • Урок 90. 00:20:50
    Combinatorics - Coding (Permutation, Combination)
  • Урок 91. 00:11:50
    Project - Description
  • Урок 92. 00:43:51
    Project Solution: Goal 1
  • Урок 93. 00:38:42
    Project Solution: Goal 2
  • Урок 94. 00:07:18
    Project Solution: Goal 3
  • Урок 95. 00:50:39
    Project Solution: Goal 4
  • Урок 96. 00:08:03
    Introduction
  • Урок 97. 00:22:47
    Context Managers - Lecture
  • Урок 98. 00:37:11
    Context Managers - Coding
  • Урок 99. 00:03:50
    Caveat when used with Lazy Iterators
  • Урок 100. 00:07:34
    Not just a Context Manager
  • Урок 101. 00:06:05
    Additional Uses - Lecture
  • Урок 102. 00:36:04
    Additional Uses - Coding
  • Урок 103. 00:10:47
    Generators and Context Managers - Lecture
  • Урок 104. 00:13:14
    Generators and Context Managers - Coding
  • Урок 105. 00:09:43
    The contextmanager Decorator - Lecture
  • Урок 106. 00:24:27
    The contextmanager Decorator - Coding
  • Урок 107. 00:34:29
    Nested Context Managers
  • Урок 108. 00:07:18
    Project - Description
  • Урок 109. 00:17:51
    Project Solution: Goal 1
  • Урок 110. 00:11:02
    Project Solution: Goal 2
  • Урок 111. 00:07:42
    Introduction
  • Урок 112. 00:25:36
    Coroutines - Lecture
  • Урок 113. 00:17:12
    Coroutines - Coding
  • Урок 114. 00:03:12
    Generator States - Lecture
  • Урок 115. 00:06:48
    Generator States - Coding
  • Урок 116. 00:14:49
    Sending to Generators - Lecture
  • Урок 117. 00:20:05
    Sending to Generators - Coding
  • Урок 118. 00:08:28
    Closing Generators - Lecture
  • Урок 119. 00:27:21
    Closing Generators - Coding
  • Урок 120. 00:07:54
    Sending Exceptions to Generators - Lecture
  • Урок 121. 00:24:18
    Sending Exceptions to Generators - Coding
  • Урок 122. 00:05:42
    Using Decorators to Prime Coroutines - Lecture
  • Урок 123. 00:08:47
    Using Decorators to Prime Coroutines - Coding
  • Урок 124. 00:10:30
    Yield From - Two-Way Communications - Lecture
  • Урок 125. 00:15:13
    Yield From - Two-Way Communications - Coding
  • Урок 126. 00:05:57
    Yield From - Sending Data - Lecture
  • Урок 127. 00:26:56
    Yield From - Sending Data - Coding
  • Урок 128. 00:06:24
    Yield From - Closing and Return - Lecture
  • Урок 129. 00:14:17
    Yield From - Closing and Return - Coding
  • Урок 130. 00:02:48
    Yield From - Throwing Exceptions - Lecture
  • Урок 131. 00:25:31
    Yield From - Throwing Exceptions - Coding
  • Урок 132. 00:04:35
    Application - Pipelines - Lecture
  • Урок 133. 00:11:28
    Application - Pipelines - Pulling Data
  • Урок 134. 00:09:05
    Application - Pipelines - Pushing Data
  • Урок 135. 00:32:39
    Application - Pipelines - Broadcasting Data
  • Урок 136. 00:01:50
    Project Description
  • Урок 137. 00:14:19
    Project Solution