1. Урок 1. 00:18:09
    Course Overview
  2. Урок 2. 00:01:44
    Introduction
  3. Урок 3. 00:05:52
    The Python Type Hierarchy
  4. Урок 4. 00:21:50
    Multi-Line Statements and Strings
  5. Урок 5. 00:11:01
    Variable Names
  6. Урок 6. 00:07:39
    Conditionals
  7. Урок 7. 00:12:28
    Functions
  8. Урок 8. 00:14:26
    The While Loop
  9. Урок 9. 00:10:26
    Break, Continue and the Try Statement
  10. Урок 10. 00:17:22
    The For Loop
  11. Урок 11. 00:40:18
    Classes
  12. Урок 12. 00:02:55
    Introduction
  13. Урок 13. 00:08:22
    Variables are Memory References
  14. Урок 14. 00:14:22
    Reference Counting
  15. Урок 15. 00:26:40
    Garbage Collection
  16. Урок 16. 00:05:29
    Dynamic vs Static Typing
  17. Урок 17. 00:04:49
    Variable Re-Assignment
  18. Урок 18. 00:15:23
    Object Mutability
  19. Урок 19. 00:17:30
    Function Arguments and Mutability
  20. Урок 20. 00:09:37
    Shared References and Mutability
  21. Урок 21. 00:14:23
    Variable Equality
  22. Урок 22. 00:13:59
    Everything is an Object
  23. Урок 23. 00:09:15
    Python Optimizations: Interning
  24. Урок 24. 00:19:12
    Python Optimizations: String Interning
  25. Урок 25. 00:20:10
    Python Optimizations: Peephole
  26. Урок 26. 00:02:59
    Introduction
  27. Урок 27. 00:18:08
    Integers: Data Types
  28. Урок 28. 00:24:26
    Integers: Operations
  29. Урок 29. 00:29:35
    Integers: Constructors and Bases - Lecture
  30. Урок 30. 00:20:24
    Integers: Constructors and Bases - Coding
  31. Урок 31. 00:14:28
    Rational Numbers - Lecture
  32. Урок 32. 00:12:34
    Rationals Numbers - Coding
  33. Урок 33. 00:19:53
    Floats: Internal Representations - Lecture
  34. Урок 34. 00:04:57
    Floats: Internal Representations - Coding
  35. Урок 35. 00:18:43
    Floats: Equality Testing - Lecture
  36. Урок 36. 00:14:41
    Floats: Equality Testing - Coding
  37. Урок 37. 00:09:40
    Floats: Coercing to Integers - Lecture
  38. Урок 38. 00:05:04
    Floats: Coercing to Integers - Coding
  39. Урок 39. 00:25:23
    Floats: Rounding - Lecture
  40. Урок 40. 00:13:34
    Floats: Rounding - Coding
  41. Урок 41. 00:16:50
    Decimals - Lecture
  42. Урок 42. 00:10:28
    Decimals - Coding
  43. Урок 43. 00:10:07
    Decimals: Constructors and Contexts - Lecture
  44. Урок 44. 00:10:29
    Decimals: Constructors and Contexts - Coding
  45. Урок 45. 00:09:33
    Decimals: Math Operations - Lecture
  46. Урок 46. 00:13:31
    Decimals: Math Operations - Coding
  47. Урок 47. 00:10:30
    Decimals: Performance Considerations
  48. Урок 48. 00:11:29
    Complex Numbers - Lecture
  49. Урок 49. 00:14:17
    Complex Numbers - Coding
  50. Урок 50. 00:21:01
    Booleans
  51. Урок 51. 00:09:09
    Booleans: Truth Values - Lecture
  52. Урок 52. 00:14:48
    Booleans: Truth Values - Coding
  53. Урок 53. 00:21:11
    Booleans: Precedence and Short-Circuiting - Lecture
  54. Урок 54. 00:13:39
    Booleans: Precedence and Short-Circuiting - Coding
  55. Урок 55. 00:18:01
    Booleans: Boolean Operators - Lecture
  56. Урок 56. 00:14:46
    Booleans: Boolean Operators - Coding
  57. Урок 57. 00:20:54
    Comparison Operators
  58. Урок 58. 00:01:06
    Introduction
  59. Урок 59. 00:03:44
    Argument vs Parameter
  60. Урок 60. 00:13:06
    Positional and Keyword Arguments - Lecture
  61. Урок 61. 00:06:22
    Positional and Keyword Arguments - Coding
  62. Урок 62. 00:13:02
    Unpacking Iterables - Lecture
  63. Урок 63. 00:21:10
    Unpacking Iterables - Coding
  64. Урок 64. 00:17:51
    Extended Unpacking - Lecture
  65. Урок 65. 00:29:05
    Extended Unpacking - Coding
  66. Урок 66. 00:06:01
    *args - Lecture
  67. Урок 67. 00:11:48
    *args - Coding
  68. Урок 68. 00:09:24
    Keyword Arguments - Lecture
  69. Урок 69. 00:14:19
    Keyword Arguments - Coding
  70. Урок 70. 00:10:29
    **kwargs
  71. Урок 71. 00:13:26
    Putting it all Together - Lecture
  72. Урок 72. 00:17:26
    Putting it all Together - Coding
  73. Урок 73. 00:19:09
    Application: A Simple Function Timer
  74. Урок 74. 00:18:45
    Parameter Defaults - Beware!!
  75. Урок 75. 00:19:23
    Parameter Defaults - Beware Again!!
  76. Урок 76. 00:04:06
    Introduction
  77. Урок 77. 00:15:59
    Docstrings and Annotations - Lecture
  78. Урок 78. 00:15:03
    Docstrings and Annotations - Coding
  79. Урок 79. 00:12:11
    Lambda Expressions - Lecture
  80. Урок 80. 00:15:00
    Lambda Expressions - Coding
  81. Урок 81. 00:15:57
    Lambdas and Sorting
  82. Урок 82. 00:02:56
    Challenge - Randomize an Iterable using Sorted!!
  83. Урок 83. 00:19:31
    Function Introspection - Lecture
  84. Урок 84. 00:28:37
    Function Introspection - Coding
  85. Урок 85. 00:14:47
    Callables
  86. Урок 86. 00:21:44
    Map, Filter, Zip and List Comprehensions - Lecture
  87. Урок 87. 00:21:15
    Map, Filter, Zip and List Comprehensions - Coding
  88. Урок 88. 00:25:53
    Reducing Functions - Lecture
  89. Урок 89. 00:21:11
    Reducing Functions - Coding
  90. Урок 90. 00:11:13
    Partial Functions - Lecture
  91. Урок 91. 00:25:33
    Partial Functions - Coding
  92. Урок 92. 00:15:36
    The operator Module - Lecture
  93. Урок 93. 00:32:44
    The operator Module - Coding
  94. Урок 94. 00:01:32
    Introduction
  95. Урок 95. 00:34:55
    Global and Local Scopes - Lecture
  96. Урок 96. 00:15:41
    Global and Local Scopes - Coding
  97. Урок 97. 00:22:18
    Nonlocal Scopes - Lecture
  98. Урок 98. 00:14:38
    Nonlocal Scopes - Coding
  99. Урок 99. 00:38:36
    Closures - Lecture
  100. Урок 100. 00:32:06
    Closures - Coding
  101. Урок 101. 00:15:39
    Closure Applications - Part 1
  102. Урок 102. 00:18:41
    Closure Applications - Part 2
  103. Урок 103. 00:21:07
    Decorators (Part 1) - Lecture
  104. Урок 104. 00:21:00
    Decorators (Part 1) - Coding
  105. Урок 105. 00:35:17
    Decorator Application (Timer)
  106. Урок 106. 00:23:48
    Decorator Application (Logger, Stacked Decorators)
  107. Урок 107. 00:29:15
    Decorator Application (Memoization)
  108. Урок 108. 00:11:45
    Decorators (Part 2) - Lecture
  109. Урок 109. 00:25:58
    Decorators (Part 2) - Coding
  110. Урок 110. 00:09:41
    Decorator Application (Decorator Class)
  111. Урок 111. 00:48:24
    Decorator Application (Decorating Classes)
  112. Урок 112. 00:31:46
    Decorator Application (Dispatching) - Part 1
  113. Урок 113. 00:35:46
    Decorator Application (Dispatching) - Part 2
  114. Урок 114. 00:26:51
    Decorator Application (Dispatching) - Part 3
  115. Урок 115. 00:03:19
    Introduction
  116. Урок 116. 00:19:02
    Tuples as Data Structures - Lecture
  117. Урок 117. 00:25:25
    Tuples as Data Structures - Coding
  118. Урок 118. 00:27:50
    Named Tuples - Lecture
  119. Урок 119. 00:35:15
    Named Tuples - Coding
  120. Урок 120. 00:14:26
    Named Tuples - Modifying and Extending - Lecture
  121. Урок 121. 00:21:47
    Named Tuples - Modifying and Extending - Coding
  122. Урок 122. 00:13:31
    Named Tuples - DocStrings and Default Values - Lecture
  123. Урок 123. 00:15:47
    Named Tuples - DocStrings and Default Values - Coding
  124. Урок 124. 00:06:23
    Named Tuples - Application - Returning Multiple Values
  125. Урок 125. 00:28:46
    Named Tuples - Application - Alternative to Dictionaries
  126. Урок 126. 00:03:02
    Introduction
  127. Урок 127. 00:24:31
    What is a Module?
  128. Урок 128. 00:49:33
    How does Python Import Modules?
  129. Урок 129. 00:27:40
    Imports and importlib
  130. Урок 130. 00:14:01
    Import Variants and Misconceptions - Lecture
  131. Урок 131. 00:27:04
    Import Variants and Misconceptions - Coding
  132. Урок 132. 00:18:30
    Reloading Modules
  133. Урок 133. 00:27:02
    Using __main__
  134. Урок 134. 00:13:03
    Modules Recap
  135. Урок 135. 00:20:25
    What are Packages? - Lecture
  136. Урок 136. 00:27:12
    What are Packages ? - Coding
  137. Урок 137. 00:13:08
    Why Packages?
  138. Урок 138. 00:36:42
    Structuring Packages - Part 1
  139. Урок 139. 00:27:28
    Structuring Packages - Part 2
  140. Урок 140. 00:10:39
    Namespace Packages
  141. Урок 141. 00:03:29
    Importing from Zip Archives
  142. Урок 142. 00:03:41
    Introduction
  143. Урок 143. 00:12:54
    Additional Resources
  144. Урок 144. 00:07:50
    Python 3.6 Highlights
  145. Урок 145. 00:19:46
    Python 3.6 - Dictionary Ordering
  146. Урок 146. 00:05:33
    Python 3.6 - Preserved Order of kwargs and Named Tuple Application
  147. Урок 147. 00:03:39
    Python 3.6 - Underscores in Numeric Literals
  148. Урок 148. 00:09:20
    Python 3.6 - f-Strings
  149. Урок 149. 00:17:27
    Random: Seeds
  150. Урок 150. 00:26:09
    Random Choices
  151. Урок 151. 00:07:03
    Random Samples
  152. Урок 152. 00:16:18
    Timing code using *timeit*
  153. Урок 153. 00:07:36
    Don't Use *args and **kwargs Names Blindly
  154. Урок 154. 01:00:08
    Command Line Arguments
  155. Урок 155. 00:11:03
    Sentinel Values for Parameter Defaults
  156. Урок 156. 00:19:01
    Simulating a simple switch in Python