1. Урок 1. 00:03:37
    Course Introduction
  2. Урок 2. 00:00:36
    Course resources and source code
  3. Урок 3. 00:03:54
    Installing Python on Windows
  4. Урок 4. 00:02:05
    Video player: A quick feature tour
  5. Урок 5. 00:03:08
    Installing Pipenv on Windows
  6. Урок 6. 00:10:51
    Virtual Environments and Pip
  7. Урок 7. 00:02:46
    Walk-through: Virtual Environments and Pip (Windows)
  8. Урок 8. 00:05:32
    Walk-through: Virtual Environments and Pip (Unix)
  9. Урок 9. 00:01:18
    Walk-through: Virtual Environments and Pip (IDLE)
  10. Урок 10. 00:01:43
    Walk-through: Virtual Environments and Pip (PyCharm)
  11. Урок 11. 00:15:28
    Unicode
  12. Урок 12. 00:03:54
    Walk-through: Unicode
  13. Урок 13. 00:03:15
    Unicode in Files
  14. Урок 14. 00:01:23
    Unicode Variable Names
  15. Урок 15. 00:07:48
    String Formatting
  16. Урок 16. 00:04:31
    Walk-through: String Formatting
  17. Урок 17. 00:03:45
    f-Strings
  18. Урок 18. 00:02:32
    Walk-through: f-Strings
  19. Урок 19. 00:01:20
    Unicode Literals
  20. Урок 20. 00:01:38
    Division
  21. Урок 21. 00:01:53
    Long Unification
  22. Урок 22. 00:02:48
    Rounding
  23. Урок 23. 00:01:58
    Underscores in Numerics
  24. Урок 24. 00:05:53
    Walk-through: Number
  25. Урок 25. 00:02:23
    Statistics
  26. Урок 26. 00:01:28
    Walk-through: Statistics
  27. Урок 27. 00:08:53
    super()
  28. Урок 28. 00:05:37
    Walk-through: super()
  29. Урок 29. 00:02:00
    Matrix Multiplication
  30. Урок 30. 00:02:24
    Walk-through: Matrix Multiplication
  31. Урок 31. 00:01:43
    Dictionary Key Sharing
  32. Урок 32. 00:04:22
    Keyword-only Arguments
  33. Урок 33. 00:04:42
    Walk-through: Keyword-only Arguments
  34. Урок 34. 00:05:06
    Introducing Annotations
  35. Урок 35. 00:02:02
    Annotation syntax
  36. Урок 36. 00:00:47
    An annotation example
  37. Урок 37. 00:00:56
    Variable annotations
  38. Урок 38. 00:04:18
    The Typing library
  39. Урок 39. 00:03:21
    Annotations best practices
  40. Урок 40. 00:06:28
    mypy (type consistency verification)
  41. Урок 41. 00:08:25
    Walk-through: Annotations
  42. Урок 42. 00:00:51
    3rd-party Annotation tools (combined)
  43. Урок 43. 00:01:39
    3rd-party: monkeytype
  44. Урок 44. 00:01:45
    3rd-party: pyannotate
  45. Урок 45. 00:03:49
    3rd-party: mypy
  46. Урок 46. 00:00:55
    3rd-party tool summary
  47. Урок 47. 00:05:24
    Walk-through (part 1): Annotation Tooling
  48. Урок 48. 00:04:51
    Walk-through (part 2): Annotation Tooling
  49. Урок 49. 00:02:34
    Print Function
  50. Урок 50. 00:02:43
    Walk-through: Print Function
  51. Урок 51. 00:05:36
    pathlib
  52. Урок 52. 00:03:26
    Walk-through: pathlib
  53. Урок 53. 00:03:19
    Enum
  54. Урок 54. 00:03:07
    Walk-through: Enum
  55. Урок 55. 00:02:52
    asyncio Definitions
  56. Урок 56. 00:00:30
    Concurrency Example
  57. Урок 57. 00:00:50
    Python's GIL
  58. Урок 58. 00:02:26
    Parallelism and Asynchrony Compared
  59. Урок 59. 00:04:29
    Painting Code Example
  60. Урок 60. 00:01:34
    asyncio Building Blocks
  61. Урок 61. 00:02:44
    asyncio When and Why
  62. Урок 62. 00:06:52
    Cooperative Multitasking From the Ground Up
  63. Урок 63. 00:02:14
    Cooperative Multitasking, Async Version
  64. Урок 64. 00:02:46
    Coroutine Requirements
  65. Урок 65. 00:01:02
    Tasks
  66. Урок 66. 00:01:32
    asyncio Tips and Tools
  67. Урок 67. 00:03:57
    Walk-through: Asyncio
  68. Урок 68. 00:05:53
    asyncio Context Managers
  69. Урок 69. 00:04:08
    Walk-through: Asyncio Context Managers
  70. Урок 70. 00:02:07
    asyncio Context Iterators
  71. Урок 71. 00:06:31
    Walk-through: Asyncio Context Iterators
  72. Урок 72. 00:02:55
    asyncio Generators
  73. Урок 73. 00:02:23
    Walk-through: Asyncio Generators
  74. Урок 74. 00:06:12
    Exceptions
  75. Урок 75. 00:02:58
    Walk-through: Exceptions
  76. Урок 76. 00:07:30
    Extended Unpacking
  77. Урок 77. 00:05:31
    Walk-through: Extended Unpacking
  78. Урок 78. 00:07:32
    Unpacking Generalizations
  79. Урок 79. 00:03:57
    Walk-through: Unpacking Generalizations
  80. Урок 80. 00:00:55
    More laziness
  81. Урок 81. 00:01:36
    Strict ordering
  82. Урок 82. 00:01:04
    No more name leakage
  83. Урок 83. 00:07:10
    Walk-through: Other Changes
  84. Урок 84. 00:00:37
    Conclusion