FileMood

Download [FreeCourseLab.com] Udemy - REST APIs with Flask and Python

FreeCourseLab com Udemy REST APIs with Flask and Python

Name

[FreeCourseLab.com] Udemy - REST APIs with Flask and Python

 DOWNLOAD Copy Link

Total Size

2.5 GB

Total Files

131

Hash

08694AEE0FAC497197EA2BC3B7ACC4DBCE69760C

/

Lesson 1. Welcome to the course!.mp4

19.8 MB

Lesson 10. Solution to coding exercise Lists, tuples, sets.mp4

9.1 MB

Lesson 100. Conclusion of this section.mp4

8.3 MB

Lesson 101. Welcome to this section.mp4

10.7 MB

Lesson 102. Setting up a DigitalOcean server.mp4

23.9 MB

Lesson 103. Installing PostgreSQL in Ubuntu 16.04.mp4

22.2 MB

Lesson 104. Creating a UNIX user in Ubuntu 16.04.mp4

17.8 MB

Lesson 105. Setting up our new user with PostgreSQL permissions.mp4

24.0 MB

Lesson 106. Setting up nginx and our REST API.mp4

51.8 MB

Lesson 107. Setting up uWSGI to run our REST API.mp4

46.8 MB

Lesson 108. Testing our API to make sure everything works.mp4

12.2 MB

Lesson 109. Conclusion of this section.mp4

22.2 MB

Lesson 11. Loops in Python.mp4

25.8 MB

Lesson 110. Getting our domain name.mp4

13.9 MB

Lesson 111. Setting up Cloudflare.mp4

25.3 MB

Lesson 112. What is DNS.mp4

9.8 MB

Lesson 113. Setting our DNS records.mp4

18.9 MB

Lesson 114. Verifying everything works—this is important!.mp4

2.8 MB

Lesson 115. Creating our SSL certificate in Cloudflare.mp4

10.7 MB

Lesson 116. Configuring nginx for SSL.mp4

28.6 MB

Lesson 117. A recap of the code + a few changes!.mp4

85.2 MB

Lesson 118. Creating a User Resource for testing.mp4

43.8 MB

Lesson 119. Testing our new Resource with Postman.mp4

46.9 MB

Lesson 12. If statements.mp4

13.5 MB

Lesson 120. Logging in with Flask-JWT-Extended.mp4

131.0 MB

Lesson 121. Testing the login with Postman.mp4

15.6 MB

Lesson 122. Adding JWT Claims.mp4

64.7 MB

Lesson 123. Getting the JWT identity in and endpoint and @jwt_optional.mp4

32.7 MB

Lesson 124. What is a fresh token.mp4

20.0 MB

Lesson 125. Performing token refresh in our REST API.mp4

52.9 MB

Lesson 126. Requiring a fresh token in an endpoint.mp4

19.8 MB

Lesson 127. Customizing Flask-JWT-Extended callbacks and responses.mp4

57.4 MB

Lesson 128. Blacklisting with Flask-JWT-Extended.mp4

45.7 MB

Lesson 129. Logging users out in our REST API.mp4

50.5 MB

Lesson 13. Solution to coding exercise Flow control.mp4

10.8 MB

Lesson 14. A programming exercise for you.mp4

20.5 MB

Lesson 15. List comprehension.mp4

24.3 MB

Lesson 16. Dictionaries.mp4

12.6 MB

Lesson 17. Are dictionaries things.mp4

8.0 MB

Lesson 18. Solution to coding exercise Dictionaries.mp4

13.6 MB

Lesson 19. Objects in Python.mp4

20.0 MB

Lesson 2. Introduction to this section.mp4

17.6 MB

Lesson 20. A Student example.mp4

10.1 MB

Lesson 21. Solution to coding exercise Classes and objects.mp4

10.5 MB

Lesson 22. @classmethod and @staticmethod.mp4

15.0 MB

Lesson 23. Solution to coding exercise @classmethod and @staticmethod.mp4

12.6 MB

Lesson 24. Inheritance in Object-Oriented Programming.mp4

24.0 MB

Lesson 25. args and kwargs.mp4

21.7 MB

Lesson 26. Passing functions as arguments.mp4

16.1 MB

Lesson 27. Decorators in Python.mp4

12.1 MB

Lesson 28. Advanced decorators.mp4

16.2 MB

Lesson 29. Conclusion of this section.mp4

8.6 MB

Lesson 3. Variables in Python.mp4

10.9 MB

Lesson 30. Introduction to this section.mp4

17.9 MB

Lesson 31. Installing Flask.mp4

3.4 MB

Lesson 32. Your first Flask application.mp4

16.3 MB

Lesson 33. HTTP Verbs.mp4

17.6 MB

Lesson 34. REST Principles.mp4

13.6 MB

Lesson 35. Creating our application endpoints.mp4

14.8 MB

Lesson 36. Returning a list of stores.mp4

12.6 MB

Lesson 37. Implementing other endpoints.mp4

17.4 MB

Lesson 38. Calling the API from JavaScript.mp4

12.1 MB

Lesson 39. Using Postman for API testing.mp4

25.2 MB

Lesson 4. Solution to coding exercise Variables.mp4

3.6 MB

Lesson 40. Conclusion of this section.mp4

13.8 MB

Lesson 41. Welcome to this section.mp4

7.5 MB

Lesson 42. Virtualenvs and setting up Flask-RESTful.mp4

17.5 MB

Lesson 43. Your first Flask-RESTful app.mp4

19.0 MB

Lesson 44. Test-first API design—what is that.mp4

20.3 MB

Lesson 45. Creating our Item Resource.mp4

21.2 MB

Lesson 46. The ItemList and creating Items.mp4

13.9 MB

Lesson 47. Improving code and error control.mp4

13.9 MB

Lesson 48. Authentication and logging in—part 1.mp4

23.1 MB

Lesson 49. Authentication and logging in—part 2.mp4

14.8 MB

Lesson 5. Methods in Python.mp4

23.2 MB

Lesson 50. DELETE to delete Items.mp4

9.3 MB

Lesson 51. PUT to create or update Items.mp4

9.4 MB

Lesson 52. Advanced request parsing with Flask-RESTful.mp4

13.7 MB

Lesson 53. Optimising our final code and request parsing.mp4

8.6 MB

Lesson 54. Conclusion of this section.mp4

11.0 MB

Lesson 55. Welcome to this section.mp4

14.4 MB

Lesson 56. Setting up our project.mp4

9.8 MB

Lesson 57. Running a SQLite database and interacting with it from Python.mp4

23.0 MB

Lesson 58. Logging in and retrieving Users from a database.mp4

32.1 MB

Lesson 59. Signing up and writing Users to a database.mp4

25.8 MB

Lesson 6. Solution to coding exercise Methods.mp4

6.9 MB

Lesson 60. Preventing duplicate usernames when signing users up.mp4

6.0 MB

Lesson 61. Retrieving our Item resources from a database.mp4

19.6 MB

Lesson 62. Writing our Item resources to a database.mp4

28.5 MB

Lesson 63. Deleting our Item resources from the database.mp4

8.5 MB

Lesson 64. Refactoring insertion of items.mp4

10.8 MB

Lesson 65. The PUT method with database interaction.mp4

10.0 MB

Lesson 66. Retrieving many items from the database.mp4

13.8 MB

Lesson 67. Conclusion of this section.mp4

5.4 MB

Lesson 68. Welcome to this section!.mp4

7.5 MB

Lesson 69. Setting up this section's project.mp4

15.8 MB

Lesson 7. Lists, tuples, and sets.mp4

14.1 MB

Lesson 70. Improving the project structure and maintainability.mp4

9.9 MB

Lesson 71. Creating User and Item models.mp4

49.3 MB

Lesson 72. Verifying the app works after our changes.mp4

10.4 MB

Lesson 73. Advanced Postman environments and tests.mp4

23.4 MB

Lesson 74. Telling SQLAlchemy about our tables and columns.mp4

20.1 MB

Lesson 75. Implementing the ItemModel using SQLAlchemy.mp4

30.6 MB

Lesson 76. Implementing the UserModel using SQLAlchemy.mp4

18.4 MB

Lesson 77. Easily displaying the ItemList resource with SQLAlchemy.mp4

9.6 MB

Lesson 78. No more creating tables manually—telling SQLAlchemy to create tables.mp4

5.4 MB

Lesson 79. Creating a new model StoreModel.mp4

24.6 MB

Lesson 8. List, tuple, and set operations.mp4

15.6 MB

Lesson 80. Creating the Store Resource.mp4

18.2 MB

Lesson 81. Final testing of this section's API.mp4

11.6 MB

Lesson 82. Conclusion of this section.mp4

9.1 MB

Lesson 83. Welcome to this section.mp4

25.6 MB

Lesson 84. Installing Git on Mac and Windows.mp4

9.3 MB

Lesson 85. What is a Git repository.mp4

9.3 MB

Lesson 86. The Git workflow—part 1.mp4

7.9 MB

Lesson 87. The Git workflow—part 2, including GitHub.mp4

10.2 MB

Lesson 88. Using SSH keys for security.mp4

12.2 MB

Lesson 89. The README file.mp4

9.1 MB

Lesson 9. Advanced set operations.mp4

11.5 MB

Lesson 90. Conclusion of this section.mp4

10.5 MB

Lesson 91. Welcome to this section.mp4

10.2 MB

Lesson 92. What is Heroku.mp4

11.2 MB

Lesson 93. Getting our code into GitHub.mp4

14.9 MB

Lesson 94. Setting up Heroku for Flask.mp4

8.7 MB

Lesson 95. Adding the required files to the project.mp4

19.9 MB

Lesson 96. Logs in Heroku and troubleshooting errors.mp4

21.0 MB

Lesson 97. Testing the deployed API with Postman.mp4

7.2 MB

Lesson 98. Adding PostgreSQL to our Heroku app.mp4

18.2 MB

Lesson 99. Working with Git and automatic deploys.mp4

14.9 MB

Materials.zip

7.7 MB

[FreeCourseLab.com].url

0.1 KB

 

Total files 131


Copyright © 2024 FileMood.com