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