Udemy - REST APIs with Flask and Python [Desire Course]

seeders: 5
leechers: 5
Added 6 years ago by CourseClub in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - REST APIs with Flask and Python [Desire Course] (Size: 3.74 GB)
  1. Welcome!
  1. How to take this course.html 1.35 KB
  2. Before we get started a self-assessment.html 356 B
  2.1 3_python_self_assessment.pdf.pdf 76.87 KB
  3. Python on Windows.html 1.05 KB
  4. Python on Mac.html 684 B
  10. Security in your REST APIs
  1. Welcome to this section.html 731 B
  10. Security in REST APIs.html 135 B
  11. Extra technical SSL resources.html 920 B
  12. Conclusion of this section.html 256 B
  2. Security in REST APIs e-book.html 390 B
  3. Getting our domain name.mp4 13.28 MB
  3. Getting our domain name.vtt 9.7 KB
  4. Setting up Cloudflare.mp4 24.08 MB
  4. Setting up Cloudflare.vtt 11.93 KB
  5. What is DNS.mp4 9.31 MB
  5. What is DNS.vtt 7.6 KB
  6. Setting our DNS records.mp4 18.01 MB
  6. Setting our DNS records.vtt 11.73 KB
  7. Verifying everything works—this is important!.mp4 2.63 MB
  7. Verifying everything works—this is important!.vtt 2.46 KB
  8. Creating our SSL certificate in Cloudflare.mp4 10.21 MB
  8. Creating our SSL certificate in Cloudflare.vtt 4.89 KB
  9. Configuring nginx for SSL.mp4 27.32 MB
  9. Configuring nginx for SSL.vtt 17.85 KB
  11. Token refreshing and Flask-JWT-Extended
  1. Welcome to this section.html 1.04 KB
  10. Performing token refresh in our REST API.mp4 50.46 MB
  10. Performing token refresh in our REST API.vtt 14.44 KB
  10.1 7_token_refresh.zip.zip 13.55 KB
  10.2 Start and end code for this lecture.html 155 B
  11. Requiring a fresh token in an endpoint.mp4 18.86 MB
  11. Requiring a fresh token in an endpoint.vtt 4.59 KB
  11.1 Start and end code for this lecture.html 165 B
  11.2 8_requiring_a_fresh_token.zip.zip 14.46 KB
  12. Customizing Flask-JWT-Extended callbacks and responses.mp4 54.74 MB
  12. Customizing Flask-JWT-Extended callbacks and responses.vtt 12.61 KB
  12.1 Start and end code for this lecture.html 177 B
  12.2 9_customizing_callbacks_and_responses.zip.zip 15.55 KB
  13. Blacklisting with Flask-JWT-Extended.mp4 43.59 MB
  13. Blacklisting with Flask-JWT-Extended.vtt 8.69 KB
  13.1 Start and end code for this lecture.html 155 B
  13.2 10_blacklisting.zip.zip 15.07 KB
  14. Logging users out in our REST API.mp4 48.15 MB
  14. Logging users out in our REST API.vtt 9.99 KB
  14.1 Start and end code for this lecture.html 160 B
  14.2 11_logging_users_out.zip.zip 26.74 KB
  15. E-book complete review of the API so far.html 520 B
  16. Flask-JWT-Extended further reading.html 654 B
  2. A recap of the code + a few changes!.mp4 81.24 MB
  2. A recap of the code + a few changes!.vtt 19.27 KB
  2.1 Start and end code for this lecture.html 155 B
  2.2 1_recap_of_code.zip.zip 21.05 KB
  3. Creating a User Resource for testing.mp4 41.81 MB
  3. Creating a User Resource for testing.vtt 10.83 KB
  3.1 2_adding_user_resource_for_testing.zip.zip 13.1 KB
  3.2 Start and end code for this lecture.html 174 B
  4. Testing our new Resource with Postman.mp4 44.69 MB
  4. Testing our new Resource with Postman.vtt 9.29 KB
  5. Logging in with Flask-JWT-Extended.mp4 124.94 MB
  5. Logging in with Flask-JWT-Extended.vtt 25.74 KB
  5.1 3_login_with_flask_jwt_extended.zip.zip 13.29 KB
  5.2 Start and end code for this lecture.html 171 B
  6. Testing the login with Postman.mp4 14.88 MB
  6. Testing the login with Postman.vtt 4.71 KB
  7. Adding JWT Claims.mp4 61.68 MB
  7. Adding JWT Claims.vtt 12.74 KB
  7.1 4_adding_claims.zip.zip 12.45 KB
  7.2 Start and end code for this lecture.html 155 B
  8. Getting the JWT identity in and endpoint and @jwt_optional.mp4 31.14 MB
  8. Getting the JWT identity in and endpoint and @jwt_optional.vtt 7.77 KB
  8.1 5_jwt_optional.zip.zip 13.29 KB
  8.2 Start and end code for this lecture.html 154 B
  9. What is a fresh token.mp4 19.09 MB
  9. What is a fresh token.vtt 10.88 KB
  12. Bonus Section
  1. Bonus lecture where will your learning take you next.html 2.35 KB
  2. A Full Python Refresher
  1. Introduction to this section.mp4 20.9 MB
  1. Introduction to this section.vtt 1.97 KB
  10. Advanced set operations.mp4 23.08 MB
  10. Advanced set operations.vtt 7.42 KB
  11. Lists, tuples, and sets.html 135 B
  12. Solution to coding exercise Lists, tuples, sets.mp4 8.66 MB
  12. Solution to coding exercise Lists, tuples, sets.vtt 7.21 KB
  13. Booleans in Python.mp4 26.37 MB
  13. Booleans in Python.vtt 9.21 KB
  14. If statements.mp4 52.2 MB
  14. If statements.vtt 14.75 KB
  15. The 'in' keyword in Python.mp4 12.75 MB
  15. The 'in' keyword in Python.vtt 3.31 KB
  16. If statements with the 'in' keyword.mp4 49.65 MB
  16. If statements with the 'in' keyword.vtt 13.44 KB
  17. Loops in Python.mp4 60.03 MB
  17. Loops in Python.vtt 20.49 KB
  18. Flow control—loops and ifs.html 135 B
  19. Solution to coding exercise Flow control.mp4 23.44 MB
  19. Solution to coding exercise Flow control.vtt 6.18 KB
  2. Access the code for this section here.html 786 B
  20. List comprehensions in Python.mp4 34.91 MB
  20. List comprehensions in Python.vtt 12.24 KB
  21. Dictionaries.mp4 40.62 MB
  21. Dictionaries.vtt 14.34 KB
  22. Destructuring variables.mp4 39.31 MB
  22. Destructuring variables.vtt 13.91 KB
  22.1 Destructuring in Python - Teclado Blog.html 114 B
  23. Functions in Python.mp4 50.6 MB
  23. Functions in Python.vtt 18.53 KB
  24. Function arguments and parameters.mp4 42.78 MB
  24. Function arguments and parameters.vtt 13.32 KB
  25. Default parameter values.mp4 20.16 MB
  25. Default parameter values.vtt 7.06 KB
  26. Functions returning values.mp4 40.03 MB
  26. Functions returning values.vtt 13.12 KB
  27. Functions.html 135 B
  28. Solution to coding exercise Functions.mp4 6.56 MB
  28. Solution to coding exercise Functions.vtt 5.78 KB
  29. Lambda functions in Python.mp4 42.51 MB
  29. Lambda functions in Python.vtt 13.9 KB
  3. Variables in Python.mp4 34.91 MB
  3. Variables in Python.vtt 14.43 KB
  3.1 How to set up VSCode with Python.html 146 B
  30. Dictionary comprehensions.mp4 26.48 MB
  30. Dictionary comprehensions.vtt 6.74 KB
  31. Dictionaries and students.html 135 B
  32. Solution to coding exercise Dictionaries.mp4 12.97 MB
  32. Solution to coding exercise Dictionaries.vtt 10.7 KB
  33. Unpacking arguments.mp4 58.85 MB
  33. Unpacking arguments.vtt 16.77 KB
  34. Unpacking keyword arguments.mp4 50.96 MB
  34. Unpacking keyword arguments.vtt 14.85 KB
  35. Object-Oriented Programming in Python.mp4 103.47 MB
  35. Object-Oriented Programming in Python.vtt 25.67 KB
  36. Magic methods __str__ and __repr__.mp4 42.02 MB
  36. Magic methods __str__ and __repr__.vtt 10.96 KB
  37. Classes and objects.html 135 B
  38. Solution to coding exercise Classes and objects.mp4 10.04 MB
  38. Solution to coding exercise Classes and objects.vtt 8.05 KB
  39. @classmethod and @staticmethod.mp4 93.82 MB
  39. @classmethod and @staticmethod.vtt 25.24 KB
  4. Variables.html 135 B
  40. @classmethod and @staticmethod.html 135 B
  41. Solution to coding exercise @classmethod and @staticmethod.mp4 12.06 MB
  41. Solution to coding exercise @classmethod and @staticmethod.vtt 9.42 KB
  42. Class inheritance.mp4 61.15 MB
  42. Class inheritance.vtt 14.24 KB
  43. Class composition.mp4 40.55 MB
  43. Class composition.vtt 9.93 KB
  44. Type hinting in Python 3.5+.mp4 35.65 MB
  44. Type hinting in Python 3.5+.vtt 9.17 KB
  45. Imports in Python.mp4 66.2 MB
  45. Imports in Python.vtt 16.1 KB
  46. Relative imports in Python.mp4 62.51 MB
  46. Relative imports in Python.vtt 14.76 KB
  47. Errors in Python.mp4 98.56 MB
  47. Errors in Python.vtt 22.15 KB
  48. Custom error classes.mp4 46.91 MB
  48. Custom error classes.vtt 8.84 KB
  49. First-class functions.mp4 55.2 MB
  49. First-class functions.vtt 13.55 KB
  5. Solution to coding exercise Variables.mp4 3.46 MB
  5. Solution to coding exercise Variables.vtt 3.03 KB
  50. Simple decorators in Python.mp4 56.49 MB
  50. Simple decorators in Python.vtt 11.9 KB
  51. The 'at' syntax for decorators.mp4 32.24 MB
  51. The 'at' syntax for decorators.vtt 6.29 KB
  52. Decorating functions with parameters.mp4 16.02 MB
  52. Decorating functions with parameters.vtt 4.29 KB
  53. Decorators with parameters.mp4 39.62 MB
  53. Decorators with parameters.vtt 8.42 KB
  54. Mutability in Python.mp4 26.87 MB
  54. Mutability in Python.vtt 9.86 KB
  55. Mutable default parameters (and why they're a bad idea).mp4 24.76 MB
  55. Mutable default parameters (and why they're a bad idea).vtt 7.39 KB
  56. Conclusion of this section.mp4 8.18 MB
  56. Conclusion of this section.vtt 1.01 KB
  6. String formatting in Python.mp4 30.86 MB
  6. String formatting in Python.vtt 10.88 KB
  7. Getting user input.mp4 24.36 MB
  7. Getting user input.vtt 9.82 KB
  8. Writing our first Python app.mp4 18.87 MB
  8. Writing our first Python app.vtt 5.83 KB
  9. Lists, tuples, and sets.mp4 30.22 MB
  9. Lists, tuples, and sets.vtt 10.58 KB
  3. Your first REST API
  1. Introduction to this section.mp4 17.03 MB
  1. Introduction to this section.vtt 1.81 KB
  10. Implementing other endpoints.mp4 16.63 MB
  10. Implementing other endpoints.vtt 14.76 KB
  11. Calling the API from JavaScript.mp4 11.53 MB
  11. Calling the API from JavaScript.vtt 11.42 KB
  11.1 index.html.html 471 B
  12. Using Postman for API testing.mp4 24.01 MB
  12. Using Postman for API testing.vtt 17.61 KB
  13. Conclusion of this section.mp4 13.13 MB
  13. Conclusion of this section.vtt 1.28 KB
  2. What is an API.html 1.22 KB
  3. Installing Flask.mp4 3.26 MB
  3. Installing Flask.vtt 3.17 KB
  4. Access the code for this section here.html 491 B
  5. Your first Flask application.mp4 15.57 MB
  5. Your first Flask application.vtt 16.09 KB
  6. HTTP Verbs.mp4 16.8 MB
  6. HTTP Verbs.vtt 15.84 KB
  7. REST Principles.mp4 12.99 MB
  7. REST Principles.vtt 12.75 KB
  8. Creating our application endpoints.mp4 14.13 MB
  8. Creating our application endpoints.vtt 11.85 KB
  9. Returning a list of stores.mp4 11.99 MB
  9. Returning a list of stores.vtt 10.26 KB
  4. Flask-RESTful for more efficient development
  1. Welcome to this section.mp4 7.14 MB
  1. Welcome to this section.vtt 603 B
  10. Authentication and logging in—part 2.mp4 14.08 MB
  10. Authentication and logging in—part 2.vtt 10.46 KB
  11. DELETE to delete Items.mp4 8.92 MB
  11. DELETE to delete Items.vtt 7.01 KB
  12. PUT to create or update Items.mp4 9 MB
  12. PUT to create or update Items.vtt 6.3 KB
  13. Advanced request parsing with Flask-RESTful.mp4 13.06 MB
  13. Advanced request parsing with Flask-RESTful.vtt 10.05 KB
  14. Optimising our final code and request parsing.mp4 8.23 MB
  14. Optimising our final code and request parsing.vtt 6.06 KB
  15. Conclusion of this section.mp4 10.5 MB
  15. Conclusion of this section.vtt 1.1 KB
  2. Virtualenvs and setting up Flask-RESTful.mp4 16.68 MB
  2. Virtualenvs and setting up Flask-RESTful.vtt 12.5 KB
  3. Access the code for this section here.html 501 B
  4. Your first Flask-RESTful app.mp4 18.1 MB
  4. Your first Flask-RESTful app.vtt 16.51 KB
  5. Test-first API design—what is that.mp4 19.37 MB
  5. Test-first API design—what is that.vtt 16.27 KB
  6. Creating our Item Resource.mp4 20.2 MB
  6. Creating our Item Resource.vtt 16.12 KB
  7. The ItemList and creating Items.mp4 13.26 MB
  7. The ItemList and creating Items.vtt 10.67 KB
  8. Improving code and error control.mp4 13.23 MB
  8. Improving code and error control.vtt 11.39 KB
  9. Authentication and logging in—part 1.mp4 22.02 MB
  9. Authentication and logging in—part 1.vtt 17.61 KB
  5. Storing resources in a SQL database
  1. Welcome to this section.mp4 13.78 MB
  1. Welcome to this section.vtt 1.51 KB
  10. Deleting our Item resources from the database.mp4 8.09 MB
  10. Deleting our Item resources from the database.vtt 6.28 KB
  11. Refactoring insertion of items.mp4 10.28 MB
  11. Refactoring insertion of items.vtt 7.06 KB
  12. The PUT method with database interaction.mp4 9.54 MB
  12. The PUT method with database interaction.vtt 7.86 KB
  13. Retrieving many items from the database.mp4 13.18 MB
  13. Retrieving many items from the database.vtt 10.67 KB
  14. Advanced Flask-JWT Configuration.html 795 B
  14.1 Flask-JWT Configuration Tutorial.pdf.pdf 95.67 KB
  15. Conclusion of this section.mp4 5.17 MB
  15. Conclusion of this section.vtt 888 B
  2. Setting up our project.mp4 9.37 MB
  2. Setting up our project.vtt 5.55 KB
  3. Access the code for this section here.html 774 B
  4. Running a SQLite database and interacting with it from Python.mp4 21.97 MB
  4. Running a SQLite database and interacting with it from Python.vtt 18.33 KB
  5. Logging in and retrieving Users from a database.mp4 30.64 MB
  5. Logging in and retrieving Users from a database.vtt 28.73 KB
  6. Signing up and writing Users to a database.mp4 24.63 MB
  6. Signing up and writing Users to a database.vtt 20.32 KB
  7. Preventing duplicate usernames when signing users up.mp4 5.76 MB
  7. Preventing duplicate usernames when signing users up.vtt 3.97 KB
  8. Retrieving our Item resources from a database.mp4 18.71 MB
  8. Retrieving our Item resources from a database.vtt 14.14 KB
  9. Writing our Item resources to a database.mp4 27.21 MB
  9. Writing our Item resources to a database.vtt 27.24 MB
  6. Simplifying storage with Flask-SQLAlchemy
  1. Welcome to this section!.mp4 7.12 MB
  1. Welcome to this section!.vtt 1.25 KB
  10. Implementing the UserModel using SQLAlchemy.mp4 17.59 MB
  10. Implementing the UserModel using SQLAlchemy.vtt 15.31 KB
  11. Easily displaying the ItemList resource with SQLAlchemy.mp4 9.19 MB
  11. Easily displaying the ItemList resource with SQLAlchemy.vtt 8.26 KB
  12. No more creating tables manually—telling SQLAlchemy to create tables.mp4 5.2 MB
  12. No more creating tables manually—telling SQLAlchemy to create tables.vtt 4.52 KB
  13. Creating a new model StoreModel.mp4 23.47 MB
  13. Creating a new model StoreModel.vtt 19.1 KB
  14. Creating the Store Resource.mp4 17.36 MB
  14. Creating the Store Resource.vtt 13.98 KB
  15. Final testing of this section's API.mp4 11.07 MB
  15. Final testing of this section's API.vtt 9.16 KB
  16. Conclusion of this section.mp4 8.63 MB
  16. Conclusion of this section.vtt 1.48 KB
  2. Access the code for this section here.html 501 B
  3. Setting up this section's project.mp4 15.04 MB
  3. Setting up this section's project.vtt 9.79 KB
  4. Improving the project structure and maintainability.mp4 9.41 MB
  4. Improving the project structure and maintainability.vtt 8.21 KB
  5. Creating User and Item models.mp4 47.04 MB
  5. Creating User and Item models.vtt 32.12 KB
  6. Verifying the app works after our changes.mp4 9.93 MB
  6. Verifying the app works after our changes.vtt 7.28 KB
  7. Advanced Postman environments and tests.mp4 22.34 MB
  7. Advanced Postman environments and tests.vtt 15.67 KB
  8. Telling SQLAlchemy about our tables and columns.mp4 19.21 MB
  8. Telling SQLAlchemy about our tables and columns.vtt 17.18 KB
  9. Implementing the ItemModel using SQLAlchemy.mp4 29.16 MB
  9. Implementing the ItemModel using SQLAlchemy.vtt 20.49 KB
  7. Git—version control
  1. Welcome to this section.mp4 24.39 MB
  1. Welcome to this section.vtt 2.59 KB
  2. Installing Git on Mac and Windows.mp4 8.89 MB
  2. Installing Git on Mac and Windows.vtt 5.93 KB
  3. What is a Git repository.mp4 8.87 MB
  3. What is a Git repository.vtt 8.54 KB
  4. The Git workflow—part 1.mp4 7.53 MB
  4. The Git workflow—part 1.vtt 7.22 KB
  5. The Git workflow—part 2, including GitHub.mp4 9.76 MB
  5. The Git workflow—part 2, including GitHub.vtt 8.45 KB
  6. Using SSH keys for security.mp4 11.67 MB
  6. Using SSH keys for security.vtt 9.46 KB
  7. The README file.mp4 8.63 MB
  7. The README file.vtt 9.18 KB
  8. Conclusion of this section.mp4 10 MB
  8. Conclusion of this section.vtt 1.06 KB
  8. Deploying Flask apps to Heroku
  1. Welcome to this section.mp4 9.72 MB
  1. Welcome to this section.vtt 1.67 KB
  10. Working with Git and automatic deploys.mp4 14.23 MB
  10. Working with Git and automatic deploys.vtt 10.15 KB
  11. Conclusion of this section.mp4 7.91 MB
  11. Conclusion of this section.vtt 1.42 KB
  2. Access the code for this section here.html 335 B
  3. What is Heroku.mp4 10.68 MB
  3. What is Heroku.vtt 10.42 KB
  3.1 Heroku Tutorial.pdf.pdf 232.73 KB
  4. Getting our code into GitHub.mp4 14.22 MB
  4. Getting our code into GitHub.vtt 11.97 KB
  5. Setting up Heroku for Flask.mp4 8.3 MB
  5. Setting up Heroku for Flask.vtt 8.11 KB
  6. Adding the required files to the project.mp4 19.02 MB
  6. Adding the required files to the project.vtt 17.32 KB
  7. Logs in Heroku and troubleshooting errors.mp4 20.02 MB
  7. Logs in Heroku and troubleshooting errors.vtt 13.2 KB
  8. Testing the deployed API with Postman.mp4 6.92 MB
  8. Testing the deployed API with Postman.vtt 5.99 KB
  9. Adding PostgreSQL to our Heroku app.mp4 17.4 MB
  9. Adding PostgreSQL to our Heroku app.vtt 13.87 KB
  9. Deploying Flask apps to our own server
  1. Welcome to this section.mp4 10.26 MB
  1. Welcome to this section.vtt 1.19 KB
  10. Conclusion of this section.mp4 21.21 MB
  10. Conclusion of this section.vtt 2.01 KB
  2. Setting up a DigitalOcean server.mp4 22.83 MB
  2. Setting up a DigitalOcean server.vtt 20.61 KB
  2.1 DigitalOcean Tutorial.pdf.pdf 219.2 KB
  3. Want to deploy to AWS.html 3.67 KB
  4. Installing PostgreSQL in Ubuntu 16.04.mp4 21.2 MB
  4. Installing PostgreSQL in Ubuntu 16.04.vtt 11.98 KB
  4.1 How To Deploy Python App Using uWSGI And Nginx.pdf.pdf 281.42 KB
  5. Creating a UNIX user in Ubuntu 16.04.mp4 16.95 MB
  5. Creating a UNIX user in Ubuntu 16.04.vtt 12.28 KB
  6. Setting up our new user with PostgreSQL permissions.mp4 22.89 MB
  6. Setting up our new user with PostgreSQL permissions.vtt 12.79 KB
  7. Setting up nginx and our REST API.mp4 49.43 MB
  7. Setting up nginx and our REST API.vtt 28.06 KB
  8. Setting up uWSGI to run our REST API.mp4 44.62 MB
  8. Setting up uWSGI to run our REST API.vtt 35.89 KB
  9. Testing our API to make sure everything works.mp4 11.69 MB
  9. Testing our API to make sure everything works.vtt 9.67 KB
  [CourseClub.Me].url 48 B
  [DesireCourse.Net].url 51 B

Description


REST APIs with Flask and Python

Build professional REST APIs with Python, Flask, Flask-RESTful, and Flask-SQLAlchemy

For More Courses Visit: https://desirecourse.net

Related Torrents

torrent name size uploader age seed leech
0
0
0
3
2