Download link
File List
-
Lesson 1. Welcome to the course!.mp4 18.89 MB
Lesson 10. Solution to coding exercise Lists, tuples, sets.mp4 8.65 MB
Lesson 100. Conclusion of this section.mp4 7.9 MB
Lesson 101. Welcome to this section.mp4 10.25 MB
Lesson 102. Setting up a DigitalOcean server.mp4 22.82 MB
Lesson 103. Installing PostgreSQL in Ubuntu 16.04.mp4 21.19 MB
Lesson 104. Creating a UNIX user in Ubuntu 16.04.mp4 16.95 MB
Lesson 105. Setting up our new user with PostgreSQL permissions.mp4 22.88 MB
Lesson 106. Setting up nginx and our REST API.mp4 49.43 MB
Lesson 107. Setting up uWSGI to run our REST API.mp4 44.62 MB
Lesson 108. Testing our API to make sure everything works.mp4 11.68 MB
Lesson 109. Conclusion of this section.mp4 21.21 MB
Lesson 11. Loops in Python.mp4 24.61 MB
Lesson 110. Getting our domain name.mp4 13.28 MB
Lesson 111. Setting up Cloudflare.mp4 24.08 MB
Lesson 112. What is DNS.mp4 9.31 MB
Lesson 113. Setting our DNS records.mp4 18.01 MB
Lesson 114. Verifying everything works—this is important!.mp4 2.63 MB
Lesson 115. Creating our SSL certificate in Cloudflare.mp4 10.21 MB
Lesson 116. Configuring nginx for SSL.mp4 27.32 MB
Lesson 117. A recap of the code + a few changes!.mp4 81.24 MB
Lesson 118. Creating a User Resource for testing.mp4 41.81 MB
Lesson 119. Testing our new Resource with Postman.mp4 44.69 MB
Lesson 12. If statements.mp4 12.85 MB
Lesson 120. Logging in with Flask-JWT-Extended.mp4 124.94 MB
Lesson 121. Testing the login with Postman.mp4 14.88 MB
Lesson 122. Adding JWT Claims.mp4 61.68 MB
Lesson 123. Getting the JWT identity in and endpoint and @jwt_optional.mp4 31.14 MB
Lesson 124. What is a fresh token.mp4 19.09 MB
Lesson 125. Performing token refresh in our REST API.mp4 50.46 MB
Lesson 126. Requiring a fresh token in an endpoint.mp4 18.85 MB
Lesson 127. Customizing Flask-JWT-Extended callbacks and responses.mp4 54.73 MB
Lesson 128. Blacklisting with Flask-JWT-Extended.mp4 43.58 MB
Lesson 129. Logging users out in our REST API.mp4 48.15 MB
Lesson 13. Solution to coding exercise Flow control.mp4 10.35 MB
Lesson 14. A programming exercise for you.mp4 19.55 MB
Lesson 15. List comprehension.mp4 23.15 MB
Lesson 16. Dictionaries.mp4 12.01 MB
Lesson 17. Are dictionaries things.mp4 7.64 MB
Lesson 18. Solution to coding exercise Dictionaries.mp4 12.97 MB
Lesson 19. Objects in Python.mp4 19.08 MB
Lesson 2. Introduction to this section.mp4 16.78 MB
Lesson 20. A Student example.mp4 9.67 MB
Lesson 21. Solution to coding exercise Classes and objects.mp4 10.03 MB
Lesson 22. @classmethod and @staticmethod.mp4 14.31 MB
Lesson 23. Solution to coding exercise @classmethod and @staticmethod.mp4 12.06 MB
Lesson 24. Inheritance in Object-Oriented Programming.mp4 22.91 MB
Lesson 25. args and kwargs.mp4 20.72 MB
Lesson 26. Passing functions as arguments.mp4 15.31 MB
Lesson 27. Decorators in Python.mp4 11.52 MB
Lesson 28. Advanced decorators.mp4 15.42 MB
Lesson 29. Conclusion of this section.mp4 8.17 MB
Lesson 3. Variables in Python.mp4 10.36 MB
Lesson 30. Introduction to this section.mp4 17.03 MB
Lesson 31. Installing Flask.mp4 3.26 MB
Lesson 32. Your first Flask application.mp4 15.57 MB
Lesson 33. HTTP Verbs.mp4 16.8 MB
Lesson 34. REST Principles.mp4 12.99 MB
Lesson 35. Creating our application endpoints.mp4 14.13 MB
Lesson 36. Returning a list of stores.mp4 11.98 MB
Lesson 37. Implementing other endpoints.mp4 16.63 MB
Lesson 38. Calling the API from JavaScript.mp4 11.52 MB
Lesson 39. Using Postman for API testing.mp4 24.01 MB
Lesson 4. Solution to coding exercise Variables.mp4 3.46 MB
Lesson 40. Conclusion of this section.mp4 13.12 MB
Lesson 41. Welcome to this section.mp4 7.13 MB
Lesson 42. Virtualenvs and setting up Flask-RESTful.mp4 16.68 MB
Lesson 43. Your first Flask-RESTful app.mp4 18.1 MB
Lesson 44. Test-first API design—what is that.mp4 19.37 MB
Lesson 45. Creating our Item Resource.mp4 20.2 MB
Lesson 46. The ItemList and creating Items.mp4 13.26 MB
Lesson 47. Improving code and error control.mp4 13.22 MB
Lesson 48. Authentication and logging in—part 1.mp4 22.02 MB
Lesson 49. Authentication and logging in—part 2.mp4 14.08 MB
Lesson 5. Methods in Python.mp4 22.09 MB
Lesson 50. DELETE to delete Items.mp4 8.91 MB
Lesson 51. PUT to create or update Items.mp4 8.99 MB
Lesson 52. Advanced request parsing with Flask-RESTful.mp4 13.05 MB
Lesson 53. Optimising our final code and request parsing.mp4 8.22 MB
Lesson 54. Conclusion of this section.mp4 10.49 MB
Lesson 55. Welcome to this section.mp4 13.78 MB
Lesson 56. Setting up our project.mp4 9.37 MB
Lesson 57. Running a SQLite database and interacting with it from Python.mp4 21.96 MB
Lesson 58. Logging in and retrieving Users from a database.mp4 30.64 MB
Lesson 59. Signing up and writing Users to a database.mp4 24.63 MB
Lesson 6. Solution to coding exercise Methods.mp4 6.55 MB
Lesson 60. Preventing duplicate usernames when signing users up.mp4 5.76 MB
Lesson 61. Retrieving our Item resources from a database.mp4 18.71 MB
Lesson 62. Writing our Item resources to a database.mp4 27.21 MB
Lesson 63. Deleting our Item resources from the database.mp4 8.08 MB
Lesson 64. Refactoring insertion of items.mp4 10.28 MB
Lesson 65. The PUT method with database interaction.mp4 9.53 MB
Lesson 66. Retrieving many items from the database.mp4 13.17 MB
Lesson 67. Conclusion of this section.mp4 5.17 MB
Lesson 68. Welcome to this section!.mp4 7.11 MB
Lesson 69. Setting up this section's project.mp4 15.04 MB
Lesson 7. Lists, tuples, and sets.mp4 13.4 MB
Lesson 70. Improving the project structure and maintainability.mp4 9.4 MB
Lesson 71. Creating User and Item models.mp4 47.04 MB
Lesson 72. Verifying the app works after our changes.mp4 9.92 MB
Lesson 73. Advanced Postman environments and tests.mp4 22.34 MB
Lesson 74. Telling SQLAlchemy about our tables and columns.mp4 19.21 MB
Lesson 75. Implementing the ItemModel using SQLAlchemy.mp4 29.15 MB
Lesson 76. Implementing the UserModel using SQLAlchemy.mp4 17.59 MB
Lesson 77. Easily displaying the ItemList resource with SQLAlchemy.mp4 9.18 MB
Lesson 78. No more creating tables manually—telling SQLAlchemy to create tables.mp4 5.2 MB
Lesson 79. Creating a new model StoreModel.mp4 23.47 MB
Lesson 8. List, tuple, and set operations.mp4 14.87 MB
Lesson 80. Creating the Store Resource.mp4 17.36 MB
Lesson 81. Final testing of this section's API.mp4 11.07 MB
Lesson 82. Conclusion of this section.mp4 8.63 MB
Lesson 83. Welcome to this section.mp4 24.39 MB
Lesson 84. Installing Git on Mac and Windows.mp4 8.88 MB
Lesson 85. What is a Git repository.mp4 8.86 MB
Lesson 86. The Git workflow—part 1.mp4 7.52 MB
Lesson 87. The Git workflow—part 2, including GitHub.mp4 9.75 MB
Lesson 88. Using SSH keys for security.mp4 11.66 MB
Lesson 89. The README file.mp4 8.63 MB
Lesson 9. Advanced set operations.mp4 10.94 MB
Lesson 90. Conclusion of this section.mp4 10 MB
Lesson 91. Welcome to this section.mp4 9.72 MB
Lesson 92. What is Heroku.mp4 10.68 MB
Lesson 93. Getting our code into GitHub.mp4 14.21 MB
Lesson 94. Setting up Heroku for Flask.mp4 8.3 MB
Lesson 95. Adding the required files to the project.mp4 19.01 MB
Lesson 96. Logs in Heroku and troubleshooting errors.mp4 20.01 MB
Lesson 97. Testing the deployed API with Postman.mp4 6.91 MB
Lesson 98. Adding PostgreSQL to our Heroku app.mp4 17.4 MB
Lesson 99. Working with Git and automatic deploys.mp4 14.22 MB
Materials.zip 7.31 MB
[FreeCourseLab.com].url 126 B
Download Info
-
Tips
“[FreeCourseLab.com] Udemy - REST APIs with Flask and Python” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.