Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Python 3.11: A Guided Tour Through Code Course, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:02
    Welcome to the Course
  2. Урок 2. 00:01:04
    Releasing Python: The Live Stream
  3. Урок 3. 00:01:46
    Python 3.11 is Massive
  4. Урок 4. 00:00:28
    Code Github Repo
  5. Урок 5. 00:01:08
    Installing Python 3.11
  6. Урок 6. 00:00:41
    Meet Your Instructor
  7. Урок 7. 00:00:47
    Why Better Error Messages Matter
  8. Урок 8. 00:01:02
    PEP 657: Fine-grained Error Details
  9. Урок 9. 00:03:00
    What's The Problem with Error Reporting Now?
  10. Урок 10. 00:01:39
    Opening the Code for the Course
  11. Урок 11. 00:09:22
    Demo: Better Error Messages
  12. Урок 12. 00:02:48
    PEP 678: Enriching Exceptions with Notes
  13. Урок 13. 00:05:35
    Demo: Adding Notes to Exceptions
  14. Урок 14. 00:01:22
    PyCharm 3.11 Language Features Bug
  15. Урок 15. 00:00:37
    Intro to Async Changes in 3.11
  16. Урок 16. 00:01:02
    TaskGroup Introduction
  17. Урок 17. 00:08:34
    TaskGroup Demo
  18. Урок 18. 00:00:42
    Summarizing TaskGroups
  19. Урок 19. 00:01:25
    AsyncIO Timeout Context Manager
  20. Урок 20. 00:07:11
    Barrier Introduction and Demo
  21. Урок 21. 00:03:41
    Other asyncio Changes
  22. Урок 22. 00:00:32
    Error handling intro
  23. Урок 23. 00:02:07
    What Happens When There are Multiple Errors?
  24. Урок 24. 00:09:18
    Except* Demo
  25. Урок 25. 00:01:50
    Except* is not Just for Async
  26. Урок 26. 00:06:08
    No Cost Exceptions, Seen Through Byte Code
  27. Урок 27. 00:02:24
    Performance Demo of Zero Cost Exceptions
  28. Урок 28. 00:01:16
    Headline Feature: Python 3.11 Performance
  29. Урок 29. 00:03:26
    Python 3.11 is Delivering on Performance
  30. Урок 30. 00:03:24
    Specializing Adaptive Interpreter
  31. Урок 31. 00:01:06
    Installing Specialist
  32. Урок 32. 00:05:48
    Python's Specializing Interpreter in Action
  33. Урок 33. 00:03:58
    Timing the More Specialized Code
  34. Урок 34. 00:00:52
    What's New in Types for 3.11?
  35. Урок 35. 00:03:12
    Class Types Don't Work Within Classes So Well
  36. Урок 36. 00:03:48
    Self Type Demo
  37. Урок 37. 00:02:04
    What is a Literal String and Why We Heed It
  38. Урок 38. 00:02:56
    Pythons LiteralString Type
  39. Урок 39. 00:00:36
    Introduction to Assorted Others
  40. Урок 40. 00:01:24
    File Formats
  41. Урок 41. 00:02:11
    Performance
  42. Урок 42. 00:01:20
    Removing Dead Batteries
  43. Урок 43. 00:00:57
    Thanks and bye