Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The 30-Day Design Challenge, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:59
    Welcome!
  2. Урок 2. 00:02:14
    Solution: KISS
  3. Урок 3. 00:09:34
    Solution: Type Annotations
  4. Урок 4. 00:18:30
    5 Tips To Achieve Low Coupling In Your Python Code
  5. Урок 5. 00:03:31
    Solution: Decoupling
  6. Урок 6. 00:03:42
    Solution: DRY
  7. Урок 7. 00:23:29
    F-strings In Python_ Everything You Need To Know
  8. Урок 8. 00:02:33
    Solution: String Formatting
  9. Урок 9. 00:03:19
    Solution: Law Of Demeter
  10. Урок 10. 00:04:32
    Solution: Better Discounts
  11. Урок 11. 00:15:31
    The Strategy Pattern_ Write BETTER PYTHON CODE Part 3
  12. Урок 12. 00:27:20
    How to Implement the Strategy Design Pattern in Python
  13. Урок 13. 00:03:08
    Solution: Payment Strategy
  14. Урок 14. 00:24:06
    Why the Plugin Architecture Gives You CRAZY Flexibility
  15. Урок 15. 00:05:52
    Solution: Plugins
  16. Урок 16. 00:10:49
    Functions vs Classes_ When to Use Which and Why_
  17. Урок 17. 00:06:32
    Solution: Object Oriented To Functional
  18. Урок 18. 00:26:14
    Cohesion and Coupling_ Write BETTER PYTHON CODE Part 1
  19. Урок 19. 00:03:53
    Solution: Cohesion
  20. Урок 20. 00:24:27
    Which Software Architecture Should You Use_ MVC, MVP, or MVVM_
  21. Урок 21. 00:05:18
    Solution: MVP
  22. Урок 22. 00:23:29
    Composition Is Better Than Inheritance in Python
  23. Урок 23. 00:03:39
    Solution: Inheritance
  24. Урок 24. 00:17:52
    Dependency INVERSION vs Dependency INJECTION in Python
  25. Урок 25. 00:02:26
    Solution: Abstraction
  26. Урок 26. 00:19:47
    You Can Do Really Cool Things With Functions In Python
  27. Урок 27. 00:03:12
    Solution: Higher-Order Functions
  28. Урок 28. 00:02:59
    Solution: Configuration
  29. Урок 29. 00:19:19
    Next-Level Concurrent Programming In Python With Asyncio
  30. Урок 30. 00:23:09
    How To Easily Do Asynchronous Programming With Asyncio In Python
  31. Урок 31. 00:08:18
    Solution: Concurrency
  32. Урок 32. 00:03:36
    Solution: Refactoring
  33. Урок 33. 00:21:01
    A Deep Dive Into Iterators and Itertools in Python
  34. Урок 34. 00:02:10
    Solution: Itertools
  35. Урок 35. 00:01:58
    Solution: Inappropriate Intimacy
  36. Урок 36. 00:00:32
    End of Part 1
  37. Урок 37. 00:32:25
    Real-Life Case of the Command Design Pattern
  38. Урок 38. 00:03:32
    Solution: Undo/Redo
  39. Урок 39. 00:16:19
    Raw SQL, SQL Query Builder, or ORM?
  40. Урок 40. 00:04:29
    Solution: SQL to ORM
  41. Урок 41. 00:02:48
    Solution: Unit Tests (Basic)
  42. Урок 42. 00:02:15
    Solution: Unit Tests (Advanced)
  43. Урок 43. 00:04:35
    Solution: Operations Layer
  44. Урок 44. 00:03:32
    Solution: Ticket Cancellation
  45. Урок 45. 00:15:17
    Observer Pattern Tutorial: I NEVER Knew Events Were THIS Powerful
  46. Урок 46. 00:04:30
    Solution: Messaging
  47. Урок 47. 00:17:10
    Attrs, Pydantic, or Python Data Classes?
  48. Урок 48. 00:16:33
    Do We Still Need Dataclasses? // PYDANTIC Tutorial
  49. Урок 49. 00:02:30
    Solution: Validation
  50. Урок 50. 00:17:13
    Let's Take The Bridge Pattern To The Next Level
  51. Урок 51. 00:04:52
    Solution: Bridge
  52. Урок 52. 00:03:33
    Solution: Mixins
  53. Урок 53. 00:00:57
    Wrapping Things Up