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