Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Rock Solid Python with Python Typing Course, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:57
    Welcome
  2. Урок 2. 00:02:41
    Python Language Typing Definition
  3. Урок 3. 00:02:42
    What We'll Cover
  4. Урок 4. 00:01:11
    Goal: Not 100%
  5. Урок 5. 00:01:07
    You'll Need Python 3.10 or Newer
  6. Урок 6. 00:01:22
    git the Repo
  7. Урок 7. 00:01:38
    Meet Your Instructor
  8. Урок 8. 00:06:37
    Spectrum of Type Strictness
  9. Урок 9. 00:03:26
    Running the Source Code
  10. Урок 10. 00:05:36
    Motorcycle Class, Untyped
  11. Урок 11. 00:02:21
    Using the Untyped Motorcycle
  12. Урок 12. 00:03:03
    Duck Typing
  13. Урок 13. 00:04:40
    TypeScript Motorcycles
  14. Урок 14. 00:05:02
    C# Motorcycle and Why Types Can Detract from Readability
  15. Урок 15. 00:04:04
    A Very Swift Motorcycle
  16. Урок 16. 00:07:38
    Typed Python Motorcycles
  17. Урок 17. 00:00:33
    Python Typing Introduction
  18. Урок 18. 00:01:14
    Where Do Python Type Hints Come From?
  19. Урок 19. 00:03:23
    Typing and Variables
  20. Урок 20. 00:03:05
    Survey of Core Types
  21. Урок 21. 00:05:22
    Nullable Types
  22. Урок 22. 00:03:11
    Unions
  23. Урок 23. 00:02:03
    If You Don't Know the Type
  24. Урок 24. 00:03:37
    Constants
  25. Урок 25. 00:06:02
    Avoiding Injection Attacks with LiteralString
  26. Урок 26. 00:05:13
    Functions: Basic Typing
  27. Урок 27. 00:02:44
    Functions: void Functions
  28. Урок 28. 00:05:34
    Functions: Functions as Objects
  29. Урок 29. 00:07:22
    Typing for Container Data Types
  30. Урок 30. 00:08:28
    More Complex Containers
  31. Урок 31. 00:06:27
    Classes and Typing
  32. Урок 32. 00:04:27
    Externally Defining Types
  33. Урок 33. 00:03:56
    Adding Our Own Types
  34. Урок 34. 00:04:13
    Representing Multiple Numerical Types
  35. Урок 35. 00:01:45
    Generics Available in Python 3.12
  36. Урок 36. 00:03:11
    Gradual Typing
  37. Урок 37. 00:00:46
    Frameworks Introduciton
  38. Урок 38. 00:02:24
    Pydantic Foundations
  39. Урок 39. 00:01:00
    Pydantic Code Example
  40. Урок 40. 00:03:16
    pip-tools for Adding Requirements
  41. Урок 41. 00:08:57
    Parsing Basic Data with Pydantic
  42. Урок 42. 00:06:03
    Data-Rich Pydantic Example
  43. Урок 43. 00:04:58
    Web frameworks using Type Hints
  44. Урок 44. 00:03:40
    Database Frameworks Built on Pydantic
  45. Урок 45. 00:02:09
    CLIs with Python Types
  46. Урок 46. 00:03:43
    Setting up Our FastAPI Example
  47. Урок 47. 00:04:27
    FastAPI, Beanie, and Pydantic MongoDB Example
  48. Урок 48. 00:02:08
    Setting up the DB to Run the Code Yourself
  49. Урок 49. 00:00:42
    Tools Introduction
  50. Урок 50. 00:02:26
    Editors (Round 2)
  51. Урок 51. 00:06:12
    Full Project Inspection
  52. Урок 52. 00:01:32
    Static Type Checkers
  53. Урок 53. 00:05:14
    mypy in Action
  54. Урок 54. 00:01:56
    Runtime Type Checking with Beartype
  55. Урок 55. 00:06:43
    Getting Started with Beartype
  56. Урок 56. 00:07:01
    Beartype Speed Test
  57. Урок 57. 00:01:06
    Orthogonal/Structural Typing Introduction
  58. Урок 58. 00:06:11
    Inheritance Gone Wrong, an Example
  59. Урок 59. 00:08:24
    Static duck typing with Protocols
  60. Урок 60. 00:01:19
    Structural Typing Visualized
  61. Урок 61. 00:01:11
    Patterns Introduction
  62. Урок 62. 00:02:05
    Types on the Boundary
  63. Урок 63. 00:01:30
    Public Packages
  64. Урок 64. 00:01:10
    Autocomplete
  65. Урок 65. 00:03:11
    To Optional or Not
  66. Урок 66. 00:04:19
    Versions of Python
  67. Урок 67. 00:04:12
    Minimalism Overview
  68. Урок 68. 00:01:45
    Minimalism Code
  69. Урок 69. 00:01:31
    Refactoring Motivation
  70. Урок 70. 00:02:37
    Refactoring with Types
  71. Урок 71. 00:07:39
    Point of No Return
  72. Урок 72. 00:02:27
    Collection Advice
  73. Урок 73. 00:05:05
    Conclusion