Search Torrents
Udemy - REST APIs with Flask and Python...
Seeders: 0 Leechers: 0
Udemy - REST APIs with Flask and Python Torrent content (File list)
|
---|
Lesson 1. Welcome to the course!.mp4 18.9 MB |
Lesson 10. Solution to coding exercise Lists, tuples, sets.mp4 8.6 MB |
Lesson 100. Conclusion of this section.mp4 7.9 MB |
Lesson 101. Welcome to this section.mp4 10.2 MB |
Lesson 102. Setting up a DigitalOcean server.mp4 22.8 MB |
Lesson 103. Installing PostgreSQL in Ubuntu 16.04.mp4 21.2 MB |
Lesson 104. Creating a UNIX user in Ubuntu 16.04.mp4 17.0 MB |
Lesson 105. Setting up our new user with PostgreSQL permissions.mp4 22.9 MB |
Lesson 106. Setting up nginx and our REST API.mp4 49.4 MB |
Lesson 107. Setting up uWSGI to run our REST API.mp4 44.6 MB |
Lesson 108. Testing our API to make sure everything works.mp4 11.7 MB |
Lesson 109. Conclusion of this section.mp4 21.2 MB |
Lesson 11. Loops in Python.mp4 24.6 MB |
Lesson 110. Getting our domain name.mp4 13.3 MB |
Lesson 111. Setting up Cloudflare.mp4 24.1 MB |
Lesson 112. What is DNS.mp4 9.3 MB |
Lesson 113. Setting our DNS records.mp4 18.0 MB |
Lesson 114. Verifying everything works—this is important!.mp4 2.6 MB |
Lesson 115. Creating our SSL certificate in Cloudflare.mp4 10.2 MB |
Lesson 116. Configuring nginx for SSL.mp4 27.3 MB |
Lesson 117. A recap of the code + a few changes!.mp4 81.2 MB |
Lesson 118. Creating a User Resource for testing.mp4 41.8 MB |
Lesson 119. Testing our new Resource with Postman.mp4 44.7 MB |
Lesson 12. If statements.mp4 12.8 MB |
Lesson 120. Logging in with Flask-JWT-Extended.mp4 124.9 MB |
Lesson 121. Testing the login with Postman.mp4 14.9 MB |
Lesson 122. Adding JWT Claims.mp4 61.7 MB |
Lesson 123. Getting the JWT identity in and endpoint and @jwt_optional.mp4 31.1 MB |
Lesson 124. What is a fresh token.mp4 19.1 MB |
Lesson 125. Performing token refresh in our REST API.mp4 50.5 MB |
Lesson 126. Requiring a fresh token in an endpoint.mp4 18.9 MB |
Lesson 127. Customizing Flask-JWT-Extended callbacks and responses.mp4 54.7 MB |
Lesson 128. Blacklisting with Flask-JWT-Extended.mp4 43.6 MB |
Lesson 129. Logging users out in our REST API.mp4 48.2 MB |
Lesson 13. Solution to coding exercise Flow control.mp4 10.3 MB |
Lesson 14. A programming exercise for you.mp4 19.5 MB |
Lesson 15. List comprehension.mp4 23.1 MB |
Lesson 16. Dictionaries.mp4 12.0 MB |
Lesson 17. Are dictionaries things.mp4 7.6 MB |
Lesson 18. Solution to coding exercise Dictionaries.mp4 13.0 MB |
Lesson 19. Objects in Python.mp4 19.1 MB |
Lesson 2. Introduction to this section.mp4 16.8 MB |
Lesson 20. A Student example.mp4 9.7 MB |
Lesson 21. Solution to coding exercise Classes and objects.mp4 10.0 MB |
Lesson 22. @classmethod and @staticmethod.mp4 14.3 MB |
Lesson 23. Solution to coding exercise @classmethod and @staticmethod.mp4 12.1 MB |
Lesson 24. Inheritance in Object-Oriented Programming.mp4 22.9 MB |
Lesson 25. args and kwargs.mp4 20.7 MB |
Lesson 26. Passing functions as arguments.mp4 15.3 MB |
Lesson 27. Decorators in Python.mp4 11.5 MB |
Lesson 28. Advanced decorators.mp4 15.4 MB |
Lesson 29. Conclusion of this section.mp4 8.2 MB |
Lesson 3. Variables in Python.mp4 10.4 MB |
Lesson 30. Introduction to this section.mp4 17.0 MB |
Lesson 31. Installing Flask.mp4 3.3 MB |
Lesson 32. Your first Flask application.mp4 15.6 MB |
Lesson 33. HTTP Verbs.mp4 16.8 MB |
Lesson 34. REST Principles.mp4 13.0 MB |
Lesson 35. Creating our application endpoints.mp4 14.1 MB |
Lesson 36. Returning a list of stores.mp4 12.0 MB |
Lesson 37. Implementing other endpoints.mp4 16.6 MB |
Lesson 38. Calling the API from JavaScript.mp4 11.5 MB |
Lesson 39. Using Postman for API testing.mp4 24.0 MB |
Lesson 4. Solution to coding exercise Variables.mp4 3.5 MB |
Lesson 40. Conclusion of this section.mp4 13.1 MB |
Lesson 41. Welcome to this section.mp4 7.1 MB |
Lesson 42. Virtualenvs and setting up Flask-RESTful.mp4 16.7 MB |
Lesson 43. Your first Flask-RESTful app.mp4 18.1 MB |
Lesson 44. Test-first API design—what is that.mp4 19.4 MB |
Lesson 45. Creating our Item Resource.mp4 20.2 MB |
Lesson 46. The ItemList and creating Items.mp4 13.3 MB |
Lesson 47. Improving code and error control.mp4 13.2 MB |
Lesson 48. Authentication and logging in—part 1.mp4 22.0 MB |
Lesson 49. Authentication and logging in—part 2.mp4 14.1 MB |
Lesson 5. Methods in Python.mp4 22.1 MB |
Lesson 50. DELETE to delete Items.mp4 8.9 MB |
Lesson 51. PUT to create or update Items.mp4 9.0 MB |
Lesson 52. Advanced request parsing with Flask-RESTful.mp4 13.0 MB |
Lesson 53. Optimising our final code and request parsing.mp4 8.2 MB |
Lesson 54. Conclusion of this section.mp4 10.5 MB |
Lesson 55. Welcome to this section.mp4 13.8 MB |
Lesson 56. Setting up our project.mp4 9.4 MB |
Lesson 57. Running a SQLite database and interacting with it from Python.mp4 22.0 MB |
Lesson 58. Logging in and retrieving Users from a database.mp4 30.6 MB |
Lesson 59. Signing up and writing Users to a database.mp4 24.6 MB |
Lesson 6. Solution to coding exercise Methods.mp4 6.5 MB |
Lesson 60. Preventing duplicate usernames when signing users up.mp4 5.8 MB |
Lesson 61. Retrieving our Item resources from a database.mp4 18.7 MB |
Lesson 62. Writing our Item resources to a database.mp4 27.2 MB |
Lesson 63. Deleting our Item resources from the database.mp4 8.1 MB |
Lesson 64. Refactoring insertion of items.mp4 10.3 MB |
Lesson 65. The PUT method with database interaction.mp4 9.5 MB |
Lesson 66. Retrieving many items from the database.mp4 13.2 MB |
Lesson 67. Conclusion of this section.mp4 5.2 MB |
Lesson 68. Welcome to this section!.mp4 7.1 MB |
Lesson 69. Setting up this section's project.mp4 15.0 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.0 MB |
Lesson 72. Verifying the app works after our changes.mp4 9.9 MB |
Lesson 73. Advanced Postman environments and tests.mp4 22.3 MB |
Lesson 74. Telling SQLAlchemy about our tables and columns.mp4 19.2 MB |
Lesson 75. Implementing the ItemModel using SQLAlchemy.mp4 29.2 MB |
Lesson 76. Implementing the UserModel using SQLAlchemy.mp4 17.6 MB |
Lesson 77. Easily displaying the ItemList resource with SQLAlchemy.mp4 9.2 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.5 MB |
Lesson 8. List, tuple, and set operations.mp4 14.9 MB |
Lesson 80. Creating the Store Resource.mp4 17.4 MB |
Lesson 81. Final testing of this section's API.mp4 11.1 MB |
Lesson 82. Conclusion of this section.mp4 8.6 MB |
Lesson 83. Welcome to this section.mp4 24.4 MB |
Lesson 84. Installing Git on Mac and Windows.mp4 8.9 MB |
Lesson 85. What is a Git repository.mp4 8.9 MB |
Lesson 86. The Git workflow—part 1.mp4 7.5 MB |
Lesson 87. The Git workflow—part 2, including GitHub.mp4 9.8 MB |
Lesson 88. Using SSH keys for security.mp4 11.7 MB |
Lesson 89. The README file.mp4 8.6 MB |
Lesson 9. Advanced set operations.mp4 10.9 MB |
Lesson 90. Conclusion of this section.mp4 10.0 MB |
Lesson 91. Welcome to this section.mp4 9.7 MB |
Lesson 92. What is Heroku.mp4 10.7 MB |
Lesson 93. Getting our code into GitHub.mp4 14.2 MB |
Lesson 94. Setting up Heroku for Flask.mp4 8.3 MB |
Lesson 95. Adding the required files to the project.mp4 19.0 MB |
Lesson 96. Logs in Heroku and troubleshooting errors.mp4 20.0 MB |
Lesson 97. Testing the deployed API with Postman.mp4 6.9 MB |
Lesson 98. Adding PostgreSQL to our Heroku app.mp4 17.4 MB |
Lesson 99. Working with Git and automatic deploys.mp4 14.2 MB |
Materials.zip 7.3 MB |
[FreeCourseLab.com].url 0.1 KB |
- Torrent indexed: 6 years
- Torrent updated: Friday 30th of November 2018 04:01:54 PM
- Torrent hash: 08694AEE0FAC497197EA2BC3B7ACC4DBCE69760C
- Torrent size: 2.3 GB
- Torrent category: Tutorials

Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
Comments