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