589689.xyz

[11-2020] rest-api-flask-and-python

  • 收录时间:2021-05-20 16:18:57
  • 文件大小:5GB
  • 下载次数:1
  • 最近下载:2021-05-20 16:18:57
  • 磁力链接:

文件列表

  1. 09 Deploying Flask apps to our own server/125 Setting up nginx and our REST API.mp4 247MB
  2. 10 Security in your REST APIs/136 Configuring nginx for SSL.mp4 127MB
  3. 08 Deploying Flask apps to Heroku/116 Logs in Heroku and troubleshooting errors.mp4 126MB
  4. 06 Simplifying storage with Flask-SQLAlchemy/093 Creating User and Item models.mp4 117MB
  5. 03 Your first REST API/063 Using Postman for API testing.mp4 98MB
  6. 11 Token refreshing and Flask-JWT-Extended/140 A recap of the code + a few changes!.mp4 97MB
  7. 09 Deploying Flask apps to our own server/122 Installing PostgreSQL in Ubuntu 16.04.mp4 97MB
  8. 05 Storing resources in a SQL database/084 Writing our Item resources to a database.mp4 95MB
  9. 09 Deploying Flask apps to our own server/126 Setting up uWSGI to run our REST API.mp4 94MB
  10. 02 A Full Python Refresher/042 Imports in Python.mp4 92MB
  11. 11 Token refreshing and Flask-JWT-Extended/143 Logging in with Flask-JWT-Extended.mp4 91MB
  12. 09 Deploying Flask apps to our own server/124 Setting up our new user with PostgreSQL permissions.mp4 88MB
  13. 05 Storing resources in a SQL database/081 Signing up and writing Users to a database.mp4 85MB
  14. 04 Flask-RESTful for more efficient development/064 Virtualenvs and setting up Flask-RESTful.mp4 80MB
  15. 02 A Full Python Refresher/034 Object-Oriented Programming in Python.mp4 79MB
  16. 06 Simplifying storage with Flask-SQLAlchemy/098 Implementing the ItemModel using SQLAlchemy.mp4 74MB
  17. 08 Deploying Flask apps to Heroku/119 Working with Git and automatic deploys.mp4 74MB
  18. 11 Token refreshing and Flask-JWT-Extended/145 Adding JWT Claims.mp4 74MB
  19. 02 A Full Python Refresher/044 Errors in Python.mp4 71MB
  20. 05 Storing resources in a SQL database/080 Logging in and retrieving Users from a database.mp4 66MB
  21. 02 A Full Python Refresher/037 @classmethod and @staticmethod.mp4 63MB
  22. 06 Simplifying storage with Flask-SQLAlchemy/091 Setting up this section's project.mp4 59MB
  23. 04 Flask-RESTful for more efficient development/068 Creating our Item Resource.mp4 58MB
  24. 10 Security in your REST APIs/133 Setting our DNS records.mp4 53MB
  25. 04 Flask-RESTful for more efficient development/071 Authentication and logging in—part 1.mp4 52MB
  26. 06 Simplifying storage with Flask-SQLAlchemy/102 Creating a new model_ StoreModel.mp4 49MB
  27. 11 Token refreshing and Flask-JWT-Extended/141 Creating a User Resource for testing.mp4 45MB
  28. 05 Storing resources in a SQL database/079 Running a SQLite database and interacting with it from Python.mp4 44MB
  29. 05 Storing resources in a SQL database/083 Retrieving our Item resources from a database.mp4 44MB
  30. 09 Deploying Flask apps to our own server/120 Setting up a DigitalOcean server.mp4 43MB
  31. 10 Security in your REST APIs/131 Setting up Cloudflare.mp4 43MB
  32. 06 Simplifying storage with Flask-SQLAlchemy/097 Telling SQLAlchemy about our tables and columns.mp4 43MB
  33. 08 Deploying Flask apps to Heroku/118 Adding PostgreSQL to our Heroku app.mp4 42MB
  34. 02 A Full Python Refresher/032 Unpacking arguments.mp4 40MB
  35. 06 Simplifying storage with Flask-SQLAlchemy/095 Advanced Postman_ environments and tests.mp4 40MB
  36. 06 Simplifying storage with Flask-SQLAlchemy/099 Implementing the UserModel using SQLAlchemy.mp4 40MB
  37. 02 A Full Python Refresher/043 Relative imports in Python.mp4 40MB
  38. 11 Token refreshing and Flask-JWT-Extended/148 Performing token refresh in our REST API.mp4 40MB
  39. 02 A Full Python Refresher/016 If statements.mp4 39MB
  40. 02 A Full Python Refresher/039 Class inheritance.mp4 38MB
  41. 02 A Full Python Refresher/019 Loops in Python.mp4 37MB
  42. 06 Simplifying storage with Flask-SQLAlchemy/103 Creating the Store Resource.mp4 37MB
  43. 02 A Full Python Refresher/024 Functions in Python.mp4 36MB
  44. 11 Token refreshing and Flask-JWT-Extended/151 Blacklisting with Flask-JWT-Extended.mp4 35MB
  45. 11 Token refreshing and Flask-JWT-Extended/152 Logging users out in our REST API.mp4 35MB
  46. 11 Token refreshing and Flask-JWT-Extended/150 Customizing Flask-JWT-Extended callbacks and responses.mp4 34MB
  47. 02 A Full Python Refresher/046 First-class functions.mp4 34MB
  48. 08 Deploying Flask apps to Heroku/115 Adding the required files to the project.mp4 34MB
  49. 09 Deploying Flask apps to our own server/123 Creating a UNIX user in Ubuntu 16.04.mp4 34MB
  50. 02 A Full Python Refresher/033 Unpacking keyword arguments.mp4 33MB
  51. 03 Your first REST API/061 Implementing other endpoints.mp4 33MB
  52. 05 Storing resources in a SQL database/077 Setting up our project.mp4 33MB
  53. 06 Simplifying storage with Flask-SQLAlchemy/104 Final testing of this section's API.mp4 33MB
  54. 08 Deploying Flask apps to Heroku/113 Getting our code into GitHub.mp4 32MB
  55. 02 A Full Python Refresher/027 Functions returning values.mp4 32MB
  56. 02 A Full Python Refresher/018 If statements with the 'in' keyword.mp4 32MB
  57. 02 A Full Python Refresher/047 Simple decorators in Python.mp4 32MB
  58. 04 Flask-RESTful for more efficient development/069 The ItemList and creating Items.mp4 32MB
  59. 06 Simplifying storage with Flask-SQLAlchemy/094 Verifying the app works after our changes.mp4 31MB
  60. 02 A Full Python Refresher/045 Custom error classes.mp4 30MB
  61. 04 Flask-RESTful for more efficient development/072 Authentication and logging in—part 2.mp4 30MB
  62. 04 Flask-RESTful for more efficient development/067 Test-first API design—what is that_.mp4 30MB
  63. 04 Flask-RESTful for more efficient development/070 Improving code and error control.mp4 29MB
  64. 04 Flask-RESTful for more efficient development/075 Advanced request parsing with Flask-RESTful.mp4 29MB
  65. 10 Security in your REST APIs/130 Getting our domain name.mp4 28MB
  66. 02 A Full Python Refresher/035 Magic methods_ __str__ and __repr__.mp4 27MB
  67. 02 A Full Python Refresher/023 Destructuring variables.mp4 27MB
  68. 02 A Full Python Refresher/025 Function arguments and parameters.mp4 27MB
  69. 02 A Full Python Refresher/022 Dictionaries.mp4 27MB
  70. 02 A Full Python Refresher/040 Class composition.mp4 27MB
  71. 10 Security in your REST APIs/135 Creating our SSL certificate in Cloudflare.mp4 27MB
  72. 03 Your first REST API/062 Calling the API from JavaScript.mp4 27MB
  73. 05 Storing resources in a SQL database/088 Retrieving many items from the database.mp4 26MB
  74. 02 A Full Python Refresher/031 Solution to coding exercise_ Dictionaries.mp4 26MB
  75. 03 Your first REST API/059 Creating our application endpoints.mp4 26MB
  76. 02 A Full Python Refresher/029 Lambda functions in Python.mp4 25MB
  77. 11 Token refreshing and Flask-JWT-Extended/146 Getting the JWT identity in and endpoint and @jwt_optional.mp4 25MB
  78. 02 A Full Python Refresher/021 List comprehensions in Python.mp4 24MB
  79. 02 A Full Python Refresher/038 Solution to coding exercise_ @classmethod and @staticmethod.mp4 24MB
  80. 04 Flask-RESTful for more efficient development/066 Your first Flask-RESTful app.mp4 24MB
  81. 04 Flask-RESTful for more efficient development/074 PUT to create or update Items.mp4 24MB
  82. 04 Flask-RESTful for more efficient development/073 DELETE to delete Items.mp4 23MB
  83. 11 Token refreshing and Flask-JWT-Extended/142 Testing our new Resource with Postman.mp4 23MB
  84. 03 Your first REST API/060 Returning a list of stores.mp4 23MB
  85. 07 Git—version control/105 Installing Git on Mac and Windows.mp4 22MB
  86. 05 Storing resources in a SQL database/086 Refactoring insertion of items.mp4 22MB
  87. 07 Git—version control/108 The Git workflow—part 2, including GitHub.mp4 22MB
  88. 03 Your first REST API/057 HTTP Verbs.mp4 22MB
  89. 05 Storing resources in a SQL database/087 The PUT method with database interaction.mp4 21MB
  90. 02 A Full Python Refresher/041 Type hinting in Python 3.5+.mp4 21MB
  91. 07 Git—version control/109 Using SSH keys for security.mp4 21MB
  92. 02 A Full Python Refresher/036 Solution to coding exercise_ Classes and objects.mp4 21MB
  93. 06 Simplifying storage with Flask-SQLAlchemy/100 Easily displaying the ItemList resource with SQLAlchemy.mp4 21MB
  94. 02 A Full Python Refresher/048 The 'at' syntax for decorators.mp4 21MB
  95. 02 A Full Python Refresher/012 Lists, tuples, and sets.mp4 20MB
  96. 09 Deploying Flask apps to our own server/127 Testing our API to make sure everything works.mp4 20MB
  97. 05 Storing resources in a SQL database/085 Deleting our Item resources from the database.mp4 20MB
  98. 10 Security in your REST APIs/132 What is DNS_.mp4 20MB
  99. 02 A Full Python Refresher/050 Decorators with parameters.mp4 19MB
  100. 04 Flask-RESTful for more efficient development/076 Optimising our final code and request parsing.mp4 19MB
  101. 02 A Full Python Refresher/006 Variables in Python.mp4 18MB
  102. 03 Your first REST API/056 Your first Flask application.mp4 18MB
  103. 08 Deploying Flask apps to Heroku/114 Setting up Heroku for Flask.mp4 17MB
  104. 07 Git—version control/110 The README file.mp4 17MB
  105. 02 A Full Python Refresher/009 String formatting in Python.mp4 17MB
  106. 03 Your first REST API/058 REST Principles.mp4 17MB
  107. 02 A Full Python Refresher/015 Booleans in Python.mp4 16MB
  108. 02 A Full Python Refresher/014 Solution to coding exercise_ Lists, tuples, sets.mp4 16MB
  109. 06 Simplifying storage with Flask-SQLAlchemy/092 Improving the project structure and maintainability.mp4 16MB
  110. 02 A Full Python Refresher/051 Mutability in Python.mp4 16MB
  111. 02 A Full Python Refresher/030 Dictionary comprehensions.mp4 15MB
  112. 02 A Full Python Refresher/013 Advanced set operations.mp4 15MB
  113. 11 Token refreshing and Flask-JWT-Extended/147 What is a fresh token_.mp4 15MB
  114. 02 A Full Python Refresher/052 Mutable default parameters (and why they're a bad idea).mp4 14MB
  115. 02 A Full Python Refresher/010 Getting user input.mp4 14MB
  116. 06 Simplifying storage with Flask-SQLAlchemy/101 No more creating tables manually—telling SQLAlchemy to create tables.mp4 14MB
  117. 02 A Full Python Refresher/026 Default parameter values.mp4 13MB
  118. 05 Storing resources in a SQL database/082 Preventing duplicate usernames when signing users up.mp4 13MB
  119. 07 Git—version control/106 What is a Git repository_.mp4 13MB
  120. 08 Deploying Flask apps to Heroku/112 What is Heroku_.mp4 12MB
  121. 07 Git—version control/107 The Git workflow—part 1.mp4 12MB
  122. 11 Token refreshing and Flask-JWT-Extended/149 Requiring a fresh token in an endpoint.mp4 12MB
  123. 11 Token refreshing and Flask-JWT-Extended/144 Testing the login with Postman.mp4 11MB
  124. 08 Deploying Flask apps to Heroku/117 Testing the deployed API with Postman.mp4 11MB
  125. 02 A Full Python Refresher/020 Solution to coding exercise_ Flow control.mp4 11MB
  126. 02 A Full Python Refresher/011 Writing our first Python app.mp4 11MB
  127. 02 A Full Python Refresher/049 Decorating functions with parameters.mp4 9MB
  128. 02 A Full Python Refresher/028 Solution to coding exercise_ Functions.mp4 7MB
  129. 02 A Full Python Refresher/017 The 'in' keyword in Python.mp4 7MB
  130. 02 A Full Python Refresher/004 Introduction to this section.mp4 5MB
  131. 10 Security in your REST APIs/134 Verifying everything works—this is important!.mp4 5MB
  132. 02 A Full Python Refresher/008 Solution to coding exercise_ Variables.mp4 5MB
  133. 03 Your first REST API/054 Installing Flask.mp4 4MB
  134. 09 Deploying Flask apps to our own server/122 How-To-Deploy-Python-App-Using-uWSGI-And-Nginx.pdf 281KB
  135. 08 Deploying Flask apps to Heroku/112 Heroku-Tutorial.pdf 233KB
  136. 09 Deploying Flask apps to our own server/120 DigitalOcean-Tutorial.pdf 219KB
  137. 05 Storing resources in a SQL database/089 Flask-JWT-Configuration-Tutorial.pdf 96KB
  138. 09 Deploying Flask apps to our own server/126 Setting up uWSGI to run our REST API.en_US.srt 34KB
  139. 06 Simplifying storage with Flask-SQLAlchemy/093 Creating User and Item models.en_US.srt 30KB
  140. 05 Storing resources in a SQL database/080 Logging in and retrieving Users from a database.en_US.srt 27KB
  141. 11 Token refreshing and Flask-JWT-Extended/152 11-logging-users-out.zip 27KB
  142. 09 Deploying Flask apps to our own server/125 Setting up nginx and our REST API.en_US.srt 26KB
  143. 11 Token refreshing and Flask-JWT-Extended/143 Logging in with Flask-JWT-Extended.en_US.srt 24KB
  144. 02 A Full Python Refresher/034 Object-Oriented Programming in Python.en_US.srt 24KB
  145. 02 A Full Python Refresher/037 @classmethod and @staticmethod.en_US.srt 24KB
  146. 11 Token refreshing and Flask-JWT-Extended/140 1-recap-of-code.zip 21KB
  147. 02 A Full Python Refresher/044 Errors in Python.en_US.srt 21KB
  148. 09 Deploying Flask apps to our own server/120 Setting up a DigitalOcean server.en_US.srt 19KB
  149. 05 Storing resources in a SQL database/084 Writing our Item resources to a database.en_US.srt 19KB
  150. 02 A Full Python Refresher/019 Loops in Python.en_US.srt 19KB
  151. 06 Simplifying storage with Flask-SQLAlchemy/098 Implementing the ItemModel using SQLAlchemy.en_US.srt 19KB
  152. 05 Storing resources in a SQL database/081 Signing up and writing Users to a database.en_US.srt 19KB
  153. 11 Token refreshing and Flask-JWT-Extended/140 A recap of the code + a few changes!.en_US.srt 18KB
  154. 06 Simplifying storage with Flask-SQLAlchemy/102 Creating a new model_ StoreModel.en_US.srt 18KB
  155. 02 A Full Python Refresher/024 Functions in Python.en_US.srt 18KB
  156. 05 Storing resources in a SQL database/079 Running a SQLite database and interacting with it from Python.en_US.srt 17KB
  157. 10 Security in your REST APIs/136 Configuring nginx for SSL.en_US.srt 17KB
  158. 03 Your first REST API/063 Using Postman for API testing.en_US.srt 17KB
  159. 04 Flask-RESTful for more efficient development/071 Authentication and logging in—part 1.en_US.srt 17KB
  160. 08 Deploying Flask apps to Heroku/115 Adding the required files to the project.en_US.srt 16KB
  161. 06 Simplifying storage with Flask-SQLAlchemy/097 Telling SQLAlchemy about our tables and columns.en_US.srt 16KB
  162. 02 A Full Python Refresher/032 Unpacking arguments.en_US.srt 16KB
  163. 04 Flask-RESTful for more efficient development/066 Your first Flask-RESTful app.en_US.srt 16KB
  164. 11 Token refreshing and Flask-JWT-Extended/150 9-customizing-callbacks-and-responses.zip 16KB
  165. 04 Flask-RESTful for more efficient development/067 Test-first API design—what is that_.en_US.srt 15KB
  166. 02 A Full Python Refresher/042 Imports in Python.en_US.srt 15KB
  167. 04 Flask-RESTful for more efficient development/068 Creating our Item Resource.en_US.srt 15KB
  168. 03 Your first REST API/056 Your first Flask application.en_US.srt 15KB
  169. 11 Token refreshing and Flask-JWT-Extended/151 10-blacklisting.zip 15KB
  170. 03 Your first REST API/057 HTTP Verbs.en_US.srt 15KB
  171. 06 Simplifying storage with Flask-SQLAlchemy/095 Advanced Postman_ environments and tests.en_US.srt 15KB
  172. 11 Token refreshing and Flask-JWT-Extended/149 8-requiring-a-fresh-token.zip 14KB
  173. 06 Simplifying storage with Flask-SQLAlchemy/099 Implementing the UserModel using SQLAlchemy.en_US.srt 14KB
  174. 02 A Full Python Refresher/033 Unpacking keyword arguments.en_US.srt 14KB
  175. 02 A Full Python Refresher/043 Relative imports in Python.en_US.srt 14KB
  176. 02 A Full Python Refresher/016 If statements.en_US.srt 14KB
  177. 03 Your first REST API/061 Implementing other endpoints.en_US.srt 14KB
  178. 11 Token refreshing and Flask-JWT-Extended/148 Performing token refresh in our REST API.en_US.srt 14KB
  179. 02 A Full Python Refresher/006 Variables in Python.en_US.srt 14KB
  180. 02 A Full Python Refresher/022 Dictionaries.en_US.srt 14KB
  181. 11 Token refreshing and Flask-JWT-Extended/148 7-token-refresh.zip 14KB
  182. 02 A Full Python Refresher/039 Class inheritance.en_US.srt 14KB
  183. 05 Storing resources in a SQL database/083 Retrieving our Item resources from a database.en_US.srt 13KB
  184. 11 Token refreshing and Flask-JWT-Extended/146 5-jwt-optional.zip 13KB
  185. 11 Token refreshing and Flask-JWT-Extended/143 3-login-with-flask-jwt-extended.zip 13KB
  186. 02 A Full Python Refresher/023 Destructuring variables.en_US.srt 13KB
  187. 02 A Full Python Refresher/029 Lambda functions in Python.en_US.srt 13KB
  188. 06 Simplifying storage with Flask-SQLAlchemy/103 Creating the Store Resource.en_US.srt 13KB
  189. 08 Deploying Flask apps to Heroku/118 Adding PostgreSQL to our Heroku app.en_US.srt 13KB
  190. 11 Token refreshing and Flask-JWT-Extended/141 2-adding-user-resource-for-testing.zip 13KB
  191. 02 A Full Python Refresher/046 First-class functions.en_US.srt 13KB
  192. 02 A Full Python Refresher/018 If statements with the 'in' keyword.en_US.srt 13KB
  193. 02 A Full Python Refresher/025 Function arguments and parameters.en_US.srt 13KB
  194. 11 Token refreshing and Flask-JWT-Extended/145 4-adding-claims.zip 12KB
  195. 08 Deploying Flask apps to Heroku/116 Logs in Heroku and troubleshooting errors.en_US.srt 12KB
  196. 02 A Full Python Refresher/027 Functions returning values.en_US.srt 12KB
  197. 09 Deploying Flask apps to our own server/124 Setting up our new user with PostgreSQL permissions.en_US.srt 12KB
  198. 11 Token refreshing and Flask-JWT-Extended/145 Adding JWT Claims.en_US.srt 12KB
  199. 03 Your first REST API/058 REST Principles.en_US.srt 12KB
  200. 11 Token refreshing and Flask-JWT-Extended/150 Customizing Flask-JWT-Extended callbacks and responses.en_US.srt 12KB
  201. 04 Flask-RESTful for more efficient development/064 Virtualenvs and setting up Flask-RESTful.en_US.srt 12KB
  202. 02 A Full Python Refresher/021 List comprehensions in Python.en_US.srt 12KB
  203. 09 Deploying Flask apps to our own server/123 Creating a UNIX user in Ubuntu 16.04.en_US.srt 12KB
  204. 09 Deploying Flask apps to our own server/122 Installing PostgreSQL in Ubuntu 16.04.en_US.srt 11KB
  205. 10 Security in your REST APIs/137 [quiz] Security in REST APIs.html 11KB
  206. 08 Deploying Flask apps to Heroku/113 Getting our code into GitHub.en_US.srt 11KB
  207. 02 A Full Python Refresher/047 Simple decorators in Python.en_US.srt 11KB
  208. 10 Security in your REST APIs/131 Setting up Cloudflare.en_US.srt 11KB
  209. 03 Your first REST API/059 Creating our application endpoints.en_US.srt 11KB
  210. 10 Security in your REST APIs/133 Setting our DNS records.en_US.srt 11KB
  211. 03 Your first REST API/062 Calling the API from JavaScript.en_US.srt 11KB
  212. 04 Flask-RESTful for more efficient development/070 Improving code and error control.en_US.srt 11KB
  213. 02 A Full Python Refresher/035 Magic methods_ __str__ and __repr__.en_US.srt 10KB
  214. 11 Token refreshing and Flask-JWT-Extended/147 What is a fresh token_.en_US.srt 10KB
  215. 02 A Full Python Refresher/009 String formatting in Python.en_US.srt 10KB
  216. 11 Token refreshing and Flask-JWT-Extended/141 Creating a User Resource for testing.en_US.srt 10KB
  217. 02 A Full Python Refresher/031 Solution to coding exercise_ Dictionaries.en_US.srt 10KB
  218. 04 Flask-RESTful for more efficient development/069 The ItemList and creating Items.en_US.srt 10KB
  219. 05 Storing resources in a SQL database/088 Retrieving many items from the database.en_US.srt 10KB
  220. 02 A Full Python Refresher/012 Lists, tuples, and sets.en_US.srt 10KB
  221. 04 Flask-RESTful for more efficient development/072 Authentication and logging in—part 2.en_US.srt 10KB
  222. 08 Deploying Flask apps to Heroku/112 What is Heroku_.en_US.srt 10KB
  223. 03 Your first REST API/060 Returning a list of stores.en_US.srt 10KB
  224. 08 Deploying Flask apps to Heroku/119 Working with Git and automatic deploys.en_US.srt 10KB
  225. 04 Flask-RESTful for more efficient development/075 Advanced request parsing with Flask-RESTful.en_US.srt 9KB
  226. 11 Token refreshing and Flask-JWT-Extended/152 Logging users out in our REST API.en_US.srt 9KB
  227. 02 A Full Python Refresher/040 Class composition.en_US.srt 9KB
  228. 02 A Full Python Refresher/051 Mutability in Python.en_US.srt 9KB
  229. 02 A Full Python Refresher/010 Getting user input.en_US.srt 9KB
  230. 06 Simplifying storage with Flask-SQLAlchemy/091 Setting up this section's project.en_US.srt 9KB
  231. 10 Security in your REST APIs/130 Getting our domain name.en_US.srt 9KB
  232. 09 Deploying Flask apps to our own server/127 Testing our API to make sure everything works.en_US.srt 9KB
  233. 07 Git—version control/109 Using SSH keys for security.en_US.srt 9KB
  234. 02 A Full Python Refresher/038 Solution to coding exercise_ @classmethod and @staticmethod.en_US.srt 9KB
  235. 11 Token refreshing and Flask-JWT-Extended/142 Testing our new Resource with Postman.en_US.srt 9KB
  236. 02 A Full Python Refresher/015 Booleans in Python.en_US.srt 9KB
  237. 02 A Full Python Refresher/041 Type hinting in Python 3.5+.en_US.srt 9KB
  238. 07 Git—version control/110 The README file.en_US.srt 9KB
  239. 06 Simplifying storage with Flask-SQLAlchemy/104 Final testing of this section's API.en_US.srt 9KB
  240. 02 A Full Python Refresher/045 Custom error classes.en_US.srt 8KB
  241. 11 Token refreshing and Flask-JWT-Extended/151 Blacklisting with Flask-JWT-Extended.en_US.srt 8KB
  242. 07 Git—version control/106 What is a Git repository_.en_US.srt 8KB
  243. 02 A Full Python Refresher/050 Decorators with parameters.en_US.srt 8KB
  244. 07 Git—version control/108 The Git workflow—part 2, including GitHub.en_US.srt 8KB
  245. 06 Simplifying storage with Flask-SQLAlchemy/100 Easily displaying the ItemList resource with SQLAlchemy.en_US.srt 8KB
  246. 06 Simplifying storage with Flask-SQLAlchemy/092 Improving the project structure and maintainability.en_US.srt 8KB
  247. 08 Deploying Flask apps to Heroku/114 Setting up Heroku for Flask.en_US.srt 8KB
  248. 02 A Full Python Refresher/036 Solution to coding exercise_ Classes and objects.en_US.srt 8KB
  249. 05 Storing resources in a SQL database/087 The PUT method with database interaction.en_US.srt 7KB
  250. 11 Token refreshing and Flask-JWT-Extended/146 Getting the JWT identity in and endpoint and @jwt_optional.en_US.srt 7KB
  251. 10 Security in your REST APIs/132 What is DNS_.en_US.srt 7KB
  252. 02 A Full Python Refresher/013 Advanced set operations.en_US.srt 7KB
  253. 02 A Full Python Refresher/052 Mutable default parameters (and why they're a bad idea).en_US.srt 7KB
  254. 06 Simplifying storage with Flask-SQLAlchemy/094 Verifying the app works after our changes.en_US.srt 7KB
  255. 07 Git—version control/107 The Git workflow—part 1.en_US.srt 7KB
  256. 02 A Full Python Refresher/014 Solution to coding exercise_ Lists, tuples, sets.en_US.srt 7KB
  257. 02 A Full Python Refresher/026 Default parameter values.en_US.srt 7KB
  258. 05 Storing resources in a SQL database/086 Refactoring insertion of items.en_US.srt 7KB
  259. 04 Flask-RESTful for more efficient development/073 DELETE to delete Items.en_US.srt 7KB
  260. 02 A Full Python Refresher/030 Dictionary comprehensions.en_US.srt 6KB
  261. 02 A Full Python Refresher/048 The 'at' syntax for decorators.en_US.srt 6KB
  262. 04 Flask-RESTful for more efficient development/074 PUT to create or update Items.en_US.srt 6KB
  263. 05 Storing resources in a SQL database/085 Deleting our Item resources from the database.en_US.srt 6KB
  264. 02 A Full Python Refresher/020 Solution to coding exercise_ Flow control.en_US.srt 6KB
  265. 04 Flask-RESTful for more efficient development/076 Optimising our final code and request parsing.en_US.srt 6KB
  266. 08 Deploying Flask apps to Heroku/117 Testing the deployed API with Postman.en_US.srt 6KB
  267. 07 Git—version control/105 Installing Git on Mac and Windows.en_US.srt 6KB
  268. 02 A Full Python Refresher/011 Writing our first Python app.en_US.srt 6KB
  269. 05 Storing resources in a SQL database/077 Setting up our project.en_US.srt 5KB
  270. 10 Security in your REST APIs/135 Creating our SSL certificate in Cloudflare.en_US.srt 5KB
  271. 11 Token refreshing and Flask-JWT-Extended/144 Testing the login with Postman.en_US.srt 4KB
  272. 11 Token refreshing and Flask-JWT-Extended/149 Requiring a fresh token in an endpoint.en_US.srt 4KB
  273. 06 Simplifying storage with Flask-SQLAlchemy/101 No more creating tables manually—telling SQLAlchemy to create tables.en_US.srt 4KB
  274. 09 Deploying Flask apps to our own server/121 Want to deploy to AWS_.html 4KB
  275. 02 A Full Python Refresher/049 Decorating functions with parameters.en_US.srt 4KB
  276. 02 A Full Python Refresher/028 Solution to coding exercise_ Functions.en_US.srt 4KB
  277. 05 Storing resources in a SQL database/082 Preventing duplicate usernames when signing users up.en_US.srt 4KB
  278. 12 Bonus Section/155 Bonus lecture_ other courses and next steps.html 4KB
  279. 02 A Full Python Refresher/017 The 'in' keyword in Python.en_US.srt 3KB
  280. 03 Your first REST API/054 Installing Flask.en_US.srt 3KB
  281. 02 A Full Python Refresher/008 Solution to coding exercise_ Variables.en_US.srt 3KB
  282. 10 Security in your REST APIs/134 Verifying everything works—this is important!.en_US.srt 2KB
  283. 02 A Full Python Refresher/004 Introduction to this section.en_US.srt 2KB
  284. 02 A Full Python Refresher/038 [exercise_info] @classmethod and @staticmethod.html 2KB
  285. 01 Welcome!/001 How to take this course.html 2KB
  286. 03 Your first REST API/053 What is an API_.html 2KB
  287. 11 Token refreshing and Flask-JWT-Extended/139 Welcome to this section.html 2KB
  288. 01 Welcome!/002 Python on Windows.html 2KB
  289. 02 A Full Python Refresher/036 [exercise_info] Classes and objects.html 1KB
  290. 10 Security in your REST APIs/137 Extra technical SSL resources.html 1KB
  291. 02 A Full Python Refresher/007 The Coding Exercises for This Section.html 1KB
  292. 05 Storing resources in a SQL database/089 Advanced Flask-JWT Configuration.html 1KB
  293. 03 Your first REST API/062 index.html.zip 1KB
  294. 05 Storing resources in a SQL database/078 Access the code for this section here.html 1KB
  295. 02 A Full Python Refresher/005 Access the code for this section here.html 1KB
  296. 02 A Full Python Refresher/020 [exercise_info] Flow control—loops and ifs.html 1KB
  297. 06 Simplifying storage with Flask-SQLAlchemy/096 Errata_ small mistake in code in the next video.html 1KB
  298. 10 Security in your REST APIs/128 Welcome to this section.html 1KB
  299. 01 Welcome!/003 Python on Mac.html 1KB
  300. 02 A Full Python Refresher/014 [exercise_info] Lists, tuples, and sets.html 1KB
  301. 11 Token refreshing and Flask-JWT-Extended/154 Flask-JWT-Extended further reading.html 1KB
  302. 02 A Full Python Refresher/031 [exercise_info] Dictionaries and students.html 1KB
  303. 02 A Full Python Refresher/028 [exercise_info] Functions.html 1KB
  304. 11 Token refreshing and Flask-JWT-Extended/153 E-book_ complete review of the API so far.html 1005B
  305. 04 Flask-RESTful for more efficient development/065 Access the code for this section here.html 996B
  306. 06 Simplifying storage with Flask-SQLAlchemy/090 Access the code for this section here.html 996B
  307. 02 A Full Python Refresher/008 [exercise_info] Variables.html 989B
  308. 03 Your first REST API/055 Access the code for this section here.html 976B
  309. 10 Security in your REST APIs/129 Security in REST APIs e-book.html 879B
  310. 08 Deploying Flask apps to Heroku/111 Access the code for this section here.html 820B
  311. 10 Security in your REST APIs/138 Conclusion of this section.html 745B
  312. 02 A Full Python Refresher/031 [exercise] Dictionaries and students.zip 564B
  313. 02 A Full Python Refresher/038 [exercise] @classmethod and @staticmethod.zip 433B
  314. 02 A Full Python Refresher/038 [exercise_solution] @classmethod and @staticmethod.zip 385B
  315. 02 A Full Python Refresher/036 [exercise] Classes and objects.zip 353B
  316. 02 A Full Python Refresher/014 [exercise_solution] Lists, tuples, and sets.zip 334B
  317. 02 A Full Python Refresher/031 [exercise_solution] Dictionaries and students.zip 333B
  318. 02 A Full Python Refresher/020 [exercise_solution] Flow control—loops and ifs.zip 324B
  319. 02 A Full Python Refresher/028 [exercise] Functions.zip 313B
  320. 02 A Full Python Refresher/014 [exercise] Lists, tuples, and sets.zip 310B
  321. 02 A Full Python Refresher/020 [exercise] Flow control—loops and ifs.zip 293B
  322. 02 A Full Python Refresher/036 [exercise_solution] Classes and objects.zip 285B
  323. 02 A Full Python Refresher/008 [exercise] Variables.zip 221B
  324. 02 A Full Python Refresher/028 [exercise_solution] Functions.zip 180B
  325. 02 A Full Python Refresher/008 [exercise_solution] Variables.zip 151B
  326. 09 Deploying Flask apps to our own server/124 Copy-pastable-commands.txt 147B
  327. 09 Deploying Flask apps to our own server/126 Copy-pastable-commands.txt 132B
  328. 09 Deploying Flask apps to our own server/122 Copy-pastable-commands.txt 130B
  329. 09 Deploying Flask apps to our own server/123 Copy-pastable-commands.txt 129B
  330. 09 Deploying Flask apps to our own server/125 Copy-pastable-commands.txt 129B
  331. 11 Token refreshing and Flask-JWT-Extended/150 Start-and-end-code-for-this-lecture.txt 117B
  332. 11 Token refreshing and Flask-JWT-Extended/141 Start-and-end-code-for-this-lecture.txt 114B
  333. 11 Token refreshing and Flask-JWT-Extended/143 Start-and-end-code-for-this-lecture.txt 111B
  334. 11 Token refreshing and Flask-JWT-Extended/149 Start-and-end-code-for-this-lecture.txt 105B
  335. 11 Token refreshing and Flask-JWT-Extended/152 Start-and-end-code-for-this-lecture.txt 100B
  336. 11 Token refreshing and Flask-JWT-Extended/140 Start-and-end-code-for-this-lecture.txt 95B
  337. 11 Token refreshing and Flask-JWT-Extended/145 Start-and-end-code-for-this-lecture.txt 95B
  338. 11 Token refreshing and Flask-JWT-Extended/148 Start-and-end-code-for-this-lecture.txt 95B
  339. 11 Token refreshing and Flask-JWT-Extended/151 Start-and-end-code-for-this-lecture.txt 95B
  340. 11 Token refreshing and Flask-JWT-Extended/146 Start-and-end-code-for-this-lecture.txt 94B
  341. 02 A Full Python Refresher/006 How-to-set-up-VSCode-with-Python.txt 86B
  342. 02 A Full Python Refresher/010 Formatting-numbers-for-printing-in-Python.txt 69B
  343. 02 A Full Python Refresher/023 Destructuring-in-Python-Teclado-Blog.txt 54B