Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn to Build Web Applications with Flask and Docker, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:43
    Dealing with Issues
  2. Урок 2. 00:00:26
    Introduction
  3. Урок 3. 00:01:42
    What Is Flask?
  4. Урок 4. 00:02:18
    What Kind of Web Sites Can You Build with Flask?
  5. Урок 5. 00:02:32
    How Does Flask Compare to Other Frameworks?
  6. Урок 6. 00:01:37
    Massive Companies Who Are Using Flask
  7. Урок 7. 00:00:22
    Introduction
  8. Урок 8. 00:04:59
    Going over the Demo App That We'll Build
  9. Урок 9. 00:07:19
    Visualizing the Application's Architecture
  10. Урок 10. 00:00:28
    Introduction
  11. Урок 11. 00:00:41
    Setting up an Initial Course Folder
  12. Урок 12. 00:00:44
    Extracting the Course's Material
  13. Урок 13. 00:00:57
    Installing a Code Editor
  14. Урок 14. 00:00:27
    Introduction
  15. Урок 15. 00:01:00
    Why Is It worth Using Docker?
  16. Урок 16. 00:12:15
    Installing Docker on Linux, macOS and Windows
  17. Урок 17. 00:01:19
    Making Sure Docker Works on Your System
  18. Урок 18. 00:00:32
    Introduction
  19. Урок 19. 00:02:55
    Exploring the App's Package Dependencies
  20. Урок 20. 00:03:43
    Taking a Look at the Application File
  21. Урок 21. 00:07:20
    Investigating the Dockerfile
  22. Урок 22. 00:09:02
    Running the Flask Application
  23. Урок 23. 00:08:48
    Dealing with Configuration Settings
  24. Урок 24. 00:00:30
    Introduction
  25. Урок 25. 00:07:42
    Creating Our First Flask Blueprint
  26. Урок 26. 00:04:53
    Deciding on a Look for Our Application
  27. Урок 27. 00:02:18
    Understanding Jinja 2 Templates
  28. Урок 28. 00:08:14
    Creating the Home Page
  29. Урок 29. 00:03:36
    Adding a Few Additional Pages
  30. Урок 30. 00:00:30
    Introduction
  31. Урок 31. 00:02:35
    Going over the requirements.txt Changes
  32. Урок 32. 00:07:21
    Getting Comfortable Writing Tests
  33. Урок 33. 00:02:51
    Investigating Our Code Test Coverage
  34. Урок 34. 00:03:48
    Performing Static Analysis on the Code
  35. Урок 35. 00:00:27
    Introduction
  36. Урок 36. 00:01:08
    Why Do We Need a CLI Script?
  37. Урок 37. 00:02:17
    Going over New Content Added to the Project
  38. Урок 38. 00:04:59
    Getting Familiar with Click
  39. Урок 39. 00:02:43
    Running the Commands We Created
  40. Урок 40. 00:00:24
    Introduction
  41. Урок 41. 00:00:56
    Going over the requirements.txt Changes
  42. Урок 42. 00:03:47
    Debug Toolbar
  43. Урок 43. 00:00:49
    Introduction
  44. Урок 44. 00:01:18
    Going over the requirements.txt Changes
  45. Урок 45. 00:03:52
    Configuring the App to Send e-mail
  46. Урок 46. 00:01:39
    Adding the Contact Blueprint
  47. Урок 47. 00:03:32
    Reviewing the Views
  48. Урок 48. 00:10:44
    Looking into the Templates and Macros
  49. Урок 49. 00:02:25
    Handling Forms with Flask-WTForms
  50. Урок 50. 00:05:43
    Our First Taste of Celery
  51. Урок 51. 00:05:08
    Running Celery with Docker Compose
  52. Урок 52. 00:04:04
    Confirming It Works with Tests
  53. Урок 53. 00:01:01
    Introduction
  54. Урок 54. 00:01:27
    Going over the requirements.txt Changes
  55. Урок 55. 00:05:23
    Configuring the App to Handle Users
  56. Урок 56. 00:01:29
    Adding the User Blueprint
  57. Урок 57. 00:10:57
    Exploring the User Model
  58. Урок 58. 00:06:18
    Initializing the Database
  59. Урок 59. 00:16:12
    Logging Users in and Out
  60. Урок 60. 00:04:36
    Registering New Users
  61. Урок 61. 00:03:31
    Welcoming New Users
  62. Урок 62. 00:04:20
    Allowing Users to Update Their Settings
  63. Урок 63. 00:08:43
    Dealing with Password Resets
  64. Урок 64. 00:01:57
    Modifications to Previous Blueprints
  65. Урок 65. 00:08:56
    Confirming It Works with Tests
  66. Урок 66. 00:00:44
    Introduction
  67. Урок 67. 00:02:02
    Why Are We Not Using Flask-Admin?
  68. Урок 68. 00:01:10
    Adding the Admin Blueprint
  69. Урок 69. 00:05:47
    Viewing the Main Dashboard
  70. Урок 70. 00:08:13
    Listing Users
  71. Урок 71. 00:08:02
    Editing Users
  72. Урок 72. 00:05:41
    Generating Fake Users with the CLI
  73. Урок 73. 00:08:57
    Searching and Sorting Users
  74. Урок 74. 00:08:23
    Deleting Users
  75. Урок 75. 00:02:02
    Confirming It Works with Tests
  76. Урок 76. 00:00:42
    Introduction
  77. Урок 77. 00:03:11
    Tracking Response Times for All Requests
  78. Урок 78. 00:00:56
    Configuring Log Levels
  79. Урок 79. 00:05:16
    Using Flask's Logger
  80. Урок 80. 00:03:29
    Integrating Google Analytics
  81. Урок 81. 00:03:31
    Fixing IP Addresses with Middleware
  82. Урок 82. 00:03:32
    Custom Error Pages
  83. Урок 83. 00:02:56
    Handling Exceptions in Production
  84. Урок 84. 00:00:27
    Introduction
  85. Урок 85. 00:02:47
    Creating Secure Tokens
  86. Урок 86. 00:02:42
    Viewing All Route Endpoints
  87. Урок 87. 00:02:55
    Breaking down Lines of Code
  88. Урок 88. 00:01:06
    Introduction
  89. Урок 89. 00:03:09
    Signing up with Stripe
  90. Урок 90. 00:01:45
    Going over the requirements.txt Changes
  91. Урок 91. 00:02:54
    Configuring the App to Handle Payments
  92. Урок 92. 00:01:57
    Adding the Billing Blueprint
  93. Урок 93. 00:04:07
    Visualizing the Data Model Relationships
  94. Урок 94. 00:09:10
    Creating Subscription Plans
  95. Урок 95. 00:04:36
    Rendering Pricing Tables
  96. Урок 96. 00:10:02
    Subscribing to a Plan (Front-End)
  97. Урок 97. 00:12:24
    Subscribing to a Plan (Back-End)
  98. Урок 98. 00:06:12
    Updating Your Payment Method
  99. Урок 99. 00:09:25
    Informing Users of Expiring Credit Cards
  100. Урок 100. 00:07:30
    Updating Your Subscription Plan
  101. Урок 101. 00:03:40
    Cancelling Your Subscription
  102. Урок 102. 00:03:05
    Extending the Admin Dashboard
  103. Урок 103. 00:07:48
    Managing Coupons in the Admin (Front-End)
  104. Урок 104. 00:08:20
    Managing Coupons in the Admin (Back-End)
  105. Урок 105. 00:13:26
    Expiring and Subscribing with Coupons
  106. Урок 106. 00:05:46
    Managing Subscriptions in the Admin
  107. Урок 107. 00:03:44
    Generating Random Invoices
  108. Урок 108. 00:08:22
    Reviewing Your Billing Details
  109. Урок 109. 00:17:47
    Integrating Stripe Webhooks
  110. Урок 110. 00:04:45
    Confirming It Works with Tests
  111. Урок 111. 00:04:58
    Sales Charts, Refunds and More
  112. Урок 112. 00:00:48
    Introduction
  113. Урок 113. 00:00:44
    Going over the requirements.txt Changes
  114. Урок 114. 00:02:32
    Configuring the App to Handle Betting
  115. Урок 115. 00:00:44
    Adding the Betting Blueprint
  116. Урок 116. 00:02:29
    Exploring the Bet and User Models
  117. Урок 117. 00:05:04
    Giving Subscribers Coins
  118. Урок 118. 00:08:16
    Placing Bets (Front-End)
  119. Урок 119. 00:06:01
    Placing Bets (Back-End)
  120. Урок 120. 00:01:20
    Generating Random Bets
  121. Урок 121. 00:01:58
    Viewing Betting History
  122. Урок 122. 00:02:18
    Modifying the Admin User Details
  123. Урок 123. 00:02:14
    Confirming It Works with Tests
  124. Урок 124. 00:02:32
    Coding Exercise Homework Assignments
  125. Урок 125. 00:00:35
    Introduction
  126. Урок 126. 00:01:29
    Configuring the App for Purchases
  127. Урок 127. 00:03:41
    Accepting Payments (Front-End)
  128. Урок 128. 00:05:45
    Accepting Payments (Back-End)
  129. Урок 129. 00:02:04
    Viewing the New Invoice History
  130. Урок 130. 00:05:26
    Adding to and Modifying the Custom Admin
  131. Урок 131. 00:03:34
    Confirming It Works with Tests
  132. Урок 132. 00:00:50
    Introduction
  133. Урок 133. 00:01:33
    What Is a Database Migration?
  134. Урок 134. 00:01:13
    Going over the requirements.txt Changes
  135. Урок 135. 00:02:53
    Configuring Alembic
  136. Урок 136. 00:05:43
    Creating Our First Migration
  137. Урок 137. 00:02:39
    Sidetracking with pgAdmin III
  138. Урок 138. 00:04:02
    Running Our First Migration
  139. Урок 139. 00:03:26
    Creating and Running a Second Migration
  140. Урок 140. 00:01:36
    Viewing the History of Your Migrations
  141. Урок 141. 00:06:53
    Auto-Generating Migration Scripts
  142. Урок 142. 00:00:47
    Introduction
  143. Урок 143. 00:01:07
    What Is Internationalization?
  144. Урок 144. 00:00:47
    Going over the requirements.txt Changes
  145. Урок 145. 00:01:21
    Configuring the App to Handle i18n
  146. Урок 146. 00:01:58
    Adding i18n Support to the Application
  147. Урок 147. 00:03:02
    Updating the User Blueprint to Support i18n
  148. Урок 148. 00:03:42
    Updating the Billing Blueprint to Support i18n
  149. Урок 149. 00:03:01
    Generating the Primary messages.pot File
  150. Урок 150. 00:03:08
    Updating Translations for Multiple Languages
  151. Урок 151. 00:03:45
    Adding Additional Languages
  152. Урок 152. 00:01:42
    Confirming It Works with Tests
  153. Урок 153. 00:01:13
    Congrats on Finishing This Course
  154. Урок 154. 00:23:58
    Bug Fixes and Oversights (May 2018)
  155. Урок 155. 00:33:30
    Upgrading to Flask 1.0 and More (May 2018)
  156. Урок 156. 00:34:21
    Python 3.7 Compatibility and Package Updates (April 2019)
  157. Урок 157. 00:58:28
    Docker Updates and Environment Specific Settings (April 2019)
  158. Урок 158. 00:12:26
    Launching a Flask Shell for Interactive Programming (April 2019)
  159. Урок 159. 00:21:28
    Bug Fixes and Oversights (August 2019)
  160. Урок 160. 00:16:25
    Upgrading to Flask 1.1 and More (August 2019)
  161. Урок 161. 00:54:16
    Bug Fixes and Digesting Static Files (Oct 2019)
  162. Урок 162. 00:08:00
    Upgrading to Python 3.8.1 and More (Dec 2019)
  163. Урок 163. 02:08:31
    Webpack Benefits, Bootstrap v4 and Going over the SCSS / ES6 JS (Dec 2019)
  164. Урок 164. 01:25:59
    Back-End Changes, Docker Updates and the Webpack Config (Dec 2019)
  165. Урок 165. 00:32:23
    Update CLI Commands to Use the Flask CLI (Feb 2020)
  166. Урок 166. 00:21:48
    Generating a Custom Project with this Script (Jun 2020)
  167. Урок 167. 00:36:54
    Updating Packages, Services and Stripe's API (Jul 2020)
  168. Урок 168. 00:18:36
    Front-End Updates and Bug Fixes (Aug 2020)
  169. Урок 169. 02:06:18
    Updating Everything to Their Latest Versions (Mar 2021)
  170. Урок 170. 01:45:06
    Docker Updates, PIP Lock File and 2 New Flask Extensions (Mar 2021)
  171. Урок 171. 01:35:26
    Add New Run Script, Health Check and More (Mar 2021)
  172. Урок 172. 00:48:03
    Updating Flask to 2.0 and Other Updates / Refactoring (May 2021)
  173. Урок 173. 00:01:35
    Prerequisites for following along with This Section
  174. Урок 174. 00:04:55
    Going over the Demo App We'll Be Building
  175. Урок 175. 00:06:38
    Defining, Using and Building APIs
  176. Урок 176. 00:09:05
    Visualizing the Application and Going over Library Choices
  177. Урок 177. 00:06:37
    Setting up the Base Application
  178. Урок 178. 00:14:59
    Getting a Feel for the User and Auth API Endpoints
  179. Урок 179. 00:11:00
    Creating Users with a RESTful API (Frontend)
  180. Урок 180. 00:07:08
    Creating Users with a RESTful API (Backend)
  181. Урок 181. 00:15:00
    Logging in and Logging Out with JWT Based Authentication
  182. Урок 182. 00:07:35
    Fake Facts Preparation and Overview
  183. Урок 183. 00:16:39
    Listing Fake Facts
  184. Урок 184. 00:07:46
    Adding Fake Facts
  185. Урок 185. 00:16:14
    Editing and Deleting Fake Facts
  186. Урок 186. 00:08:49
    Showing Community Fake Facts
  187. Урок 187. 00:06:16
    When to Use Web Sockets and How to Add Them to Your App
  188. Урок 188. 00:09:52
    Signing up for Pusher and Configuring the App to Use It
  189. Урок 189. 00:09:40
    Sending Events over Public Web Socket Channels with Pusher
  190. Урок 190. 00:13:23
    Dealing with Private and Presence Channels Using Pusher
  191. Урок 191. 00:21:36
    Upgrading to Flask 1.1 and More (August 2019)
  192. Урок 192. 00:37:06
    Updating Everything to Their Latest Versions (Mar 2021)
  193. Урок 193. 00:48:03
    Updating Flask to 2.0 and Other Updates / Refactoring