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