Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Advanced REST APIs with Flask and Python, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:45
    Why you should take this course!
  2. Урок 2. 00:01:06
    Introduction to this section
  3. Урок 3. 00:05:45
    Our project and endpoints
  4. Урок 4. 00:09:54
    Reviewing the beginner course code
  5. Урок 5. 00:01:49
    Simplifying our error handling
  6. Урок 6. 00:04:13
    Refactoring our resources
  7. Урок 7. 00:04:22
    Should we have unique names?
  8. Урок 8. 00:08:34
    Adding basic type hinting
  9. Урок 9. 00:06:46
    Adding custom JSON types
  10. Урок 10. 00:03:14
    Using the current class as a type hint
  11. Урок 11. 00:10:10
    Using Black for code formatting
  12. Урок 12. 00:08:03
    Improving errors with constants
  13. Урок 13. 00:06:58
    @classmethod across the board
  14. Урок 14. 00:09:21
    Testing our API with Postman
  15. Урок 15. 00:00:38
    Conclusion of this section
  16. Урок 16. 00:00:42
    Introduction to this section
  17. Урок 17. 00:08:46
    Serialization with Marshmallow
  18. Урок 18. 00:06:17
    Deserialization with Marshmallow
  19. Урок 19. 00:16:24
    Migrating from virtualenv to Pipenv
  20. Урок 20. 00:14:24
    Using vanilla Marshmallow with the API
  21. Урок 21. 00:13:31
    Introduction to Flask-Marshmallow
  22. Урок 22. 00:12:39
    Adding items to our REST API
  23. Урок 23. 00:09:28
    Adding stores to our REST API
  24. Урок 24. 00:04:20
    Deduplicating error handling
  25. Урок 25. 00:00:49
    Conclusion of this section
  26. Урок 26. 00:01:43
    Introduction to this section
  27. Урок 27. 00:05:38
    Introduction to e-mail confirmation
  28. Урок 28. 00:03:29
    Adding an activated property
  29. Урок 29. 00:06:01
    Activating users manually
  30. Урок 30. 00:15:28
    Telling users they are active
  31. Урок 31. 00:03:13
    Setting up Mailgun
  32. Урок 32. 00:13:51
    Sending e-mails with Mailgun (Part 1)
  33. Урок 33. 00:03:44
    Sending e-mails with Mailgun (Part 2)
  34. Урок 34. 00:07:57
    Creating our Mailgun library file
  35. Урок 35. 00:05:50
    Using .env files in Flask
  36. Урок 36. 00:01:53
    Adding more configuration to .env
  37. Урок 37. 00:09:12
    Error handling in Mailgun
  38. Урок 38. 00:01:16
    Conclusion of this section
  39. Урок 39. 00:01:09
    Introduction to this section
  40. Урок 40. 00:15:31
    Creating the ConfirmationModel
  41. Урок 41. 00:08:12
    Changes in our UserModel
  42. Урок 42. 00:17:25
    Creating our ConfirmationResource
  43. Урок 43. 00:05:04
    Updating our UserResource
  44. Урок 44. 00:03:28
    Adding the last confirmation to the user schema
  45. Урок 45. 00:06:28
    Fixing our app.py
  46. Урок 46. 00:05:03
    Cross-resource dependencies are (generally) bad
  47. Урок 47. 00:11:41
    What are localisation and internationalisation?
  48. Урок 48. 00:04:13
    Storing strings in config files
  49. Урок 49. 00:09:45
    Creating a simple translation library
  50. Урок 50. 00:10:56
    Updating our resources to use translations
  51. Урок 51. 00:05:24
    Adding a new language to our API
  52. Урок 52. 00:06:12
    What is Flask-Babel?
  53. Урок 53. 00:03:58
    Common pitfalls and advice
  54. Урок 54. 00:01:58
    Conclusion of this section
  55. Урок 55. 00:01:28
    Introduction to this section
  56. Урок 56. 00:04:08
    Collection and request descriptions
  57. Урок 57. 00:04:37
    Recap of Postman environments
  58. Урок 58. 00:14:08
    JavaScript tests in Postman
  59. Урок 59. 00:15:35
    Running entire collections in Postman
  60. Урок 60. 00:08:49
    Adding example requests and responses
  61. Урок 61. 00:00:36
    Previewing our Postman documentation
  62. Урок 62. 00:03:48
    Publishing our documentation page
  63. Урок 63. 00:06:28
    More options for publishing documentation
  64. Урок 64. 00:01:00
    Conclusion of this section
  65. Урок 65. 00:00:35
    Introduction to this section
  66. Урок 66. 00:01:35
    Installing Flask-Uploads
  67. Урок 67. 00:16:42
    Config files in Flask
  68. Урок 68. 00:12:07
    What are wsgi and Werkzeug?
  69. Урок 69. 00:16:57
    Creating our image helper library
  70. Урок 70. 00:06:37
    Creating our image schema
  71. Урок 71. 00:09:11
    Creating our image upload resource
  72. Урок 72. 00:08:23
    Trying out our image upload
  73. Урок 73. 00:10:00
    Retrieving and deleting images
  74. Урок 74. 00:10:59
    Another example: user avatars
  75. Урок 75. 00:05:47
    Adding the avatar resource
  76. Урок 76. 00:01:11
    Conclusion of this section
  77. Урок 77. 00:01:17
    Introduction to this section
  78. Урок 78. 00:01:28
    What's in our starter code?
  79. Урок 79. 00:03:11
    Connecting to our remote database
  80. Урок 80. 00:06:33
    Initialising Flask-Migrate and Alembic
  81. Урок 81. 00:08:07
    Creating our initial table structure
  82. Урок 82. 00:03:06
    Our first database migration
  83. Урок 83. 00:06:22
    Checking the Alembic script (important!)
  84. Урок 84. 00:02:02
    Adding a new column with migrations
  85. Урок 85. 00:05:35
    Problems that can happen while migrating
  86. Урок 86. 00:01:47
    A word of caution!
  87. Урок 87. 00:06:23
    Defining a SQLAlchemy naming convention
  88. Урок 88. 00:05:07
    When should you read documentation?
  89. Урок 89. 00:01:04
    Conclusion of this section
  90. Урок 90. 00:00:59
    Introduction to this lecture
  91. Урок 91. 00:09:58
    Introduction to OAuth 2.0
  92. Урок 92. 00:03:35
    What's in our starter code?
  93. Урок 93. 00:03:57
    Creating a GitHub OAuth App
  94. Урок 94. 00:04:14
    Flask-OAuthlib
  95. Урок 95. 00:07:50
    Setting up our GitHub client
  96. Урок 96. 00:05:31
    Our GithubLogin resource
  97. Урок 97. 00:05:46
    What is Flask's g?
  98. Урок 98. 00:10:46
    What is a tokengetter?
  99. Урок 99. 00:05:43
    Finishing our GithubAuthorize resource
  100. Урок 100. 00:02:15
    Adding some error handling
  101. Урок 101. 00:08:43
    Setting user passwords
  102. Урок 102. 00:03:00
    Using url_for with Flask-RESTful
  103. Урок 103. 00:01:09
    Conclusion of this section
  104. Урок 104. 00:00:36
    Introduction to this section
  105. Урок 105. 00:06:02
    Setting up our Stripe account
  106. Урок 106. 00:04:30
    What's in our starter code?
  107. Урок 107. 00:06:44
    Where do users pay?
  108. Урок 108. 00:12:25
    After payment: receiving order data
  109. Урок 109. 00:11:13
    Creating our OrderModel
  110. Урок 110. 00:10:27
    Many-to-many relationships with SQLAlchemy
  111. Урок 111. 00:16:37
    Using the Association Object in our Resourcee
  112. Урок 112. 00:10:30
    Charging orders with Stripe
  113. Урок 113. 00:06:46
    Calculating the amount and description
  114. Урок 114. 00:04:13
    Testing our OrderResource
  115. Урок 115. 00:02:42
    Creating a way to view existing orders
  116. Урок 116. 00:04:27
    When things go wrong: error handling in Stripe
  117. Урок 117. 00:03:12
    Security considerations in payments
  118. Урок 118. 00:01:07
    Conclusion of this section
  119. Урок 119. 00:00:36
    Conclusion of the course