[] Udemy - REST APIs with Flask and Python
- 收录时间:2020-02-02 04:46:48
- 文件大小:4GB
- 下载次数:186
- 最近下载:2020-12-29 01:25:11
- 磁力链接:
-
文件列表
- 11. Token refreshing and Flask-JWT-Extended/5. Logging in with Flask-JWT-Extended.mp4 125MB
- 2. A Full Python Refresher/35. Object-Oriented Programming in Python.mp4 103MB
- 2. A Full Python Refresher/47. Errors in Python.mp4 99MB
- 2. A Full Python Refresher/39. @classmethod and @staticmethod.mp4 94MB
- 11. Token refreshing and Flask-JWT-Extended/2. A recap of the code + a few changes!.mp4 81MB
- 2. A Full Python Refresher/45. Imports in Python.mp4 66MB
- 2. A Full Python Refresher/46. Relative imports in Python.mp4 63MB
- 11. Token refreshing and Flask-JWT-Extended/7. Adding JWT Claims.mp4 62MB
- 2. A Full Python Refresher/42. Class inheritance.mp4 61MB
- 2. A Full Python Refresher/17. Loops in Python.mp4 60MB
- 2. A Full Python Refresher/33. Unpacking arguments.mp4 59MB
- 2. A Full Python Refresher/50. Simple decorators in Python.mp4 56MB
- 2. A Full Python Refresher/49. First-class functions.mp4 55MB
- 11. Token refreshing and Flask-JWT-Extended/12. Customizing Flask-JWT-Extended callbacks and responses.mp4 55MB
- 2. A Full Python Refresher/14. If statements.mp4 52MB
- 2. A Full Python Refresher/34. Unpacking keyword arguments.mp4 51MB
- 2. A Full Python Refresher/23. Functions in Python.mp4 51MB
- 11. Token refreshing and Flask-JWT-Extended/10. Performing token refresh in our REST API.mp4 50MB
- 2. A Full Python Refresher/16. If statements with the 'in' keyword.mp4 50MB
- 9. Deploying Flask apps to our own server/7. Setting up nginx and our REST API.mp4 49MB
- 11. Token refreshing and Flask-JWT-Extended/14. Logging users out in our REST API.mp4 48MB
- 6. Simplifying storage with Flask-SQLAlchemy/5. Creating User and Item models.mp4 47MB
- 2. A Full Python Refresher/48. Custom error classes.mp4 47MB
- 11. Token refreshing and Flask-JWT-Extended/4. Testing our new Resource with Postman.mp4 45MB
- 9. Deploying Flask apps to our own server/8. Setting up uWSGI to run our REST API.mp4 45MB
- 11. Token refreshing and Flask-JWT-Extended/13. Blacklisting with Flask-JWT-Extended.mp4 44MB
- 2. A Full Python Refresher/24. Function arguments and parameters.mp4 43MB
- 2. A Full Python Refresher/29. Lambda functions in Python.mp4 43MB
- 2. A Full Python Refresher/36. Magic methods __str__ and __repr__.mp4 42MB
- 11. Token refreshing and Flask-JWT-Extended/3. Creating a User Resource for testing.mp4 42MB
- 2. A Full Python Refresher/21. Dictionaries.mp4 41MB
- 2. A Full Python Refresher/43. Class composition.mp4 41MB
- 2. A Full Python Refresher/26. Functions returning values.mp4 40MB
- 2. A Full Python Refresher/53. Decorators with parameters.mp4 40MB
- 2. A Full Python Refresher/22. Destructuring variables.mp4 39MB
- 2. A Full Python Refresher/44. Type hinting in Python 3.5+.mp4 36MB
- 2. A Full Python Refresher/20. List comprehensions in Python.mp4 35MB
- 2. A Full Python Refresher/3. Variables in Python.mp4 35MB
- 2. A Full Python Refresher/51. The 'at' syntax for decorators.mp4 32MB
- 11. Token refreshing and Flask-JWT-Extended/8. Getting the JWT identity in and endpoint and @jwt_optional.mp4 31MB
- 2. A Full Python Refresher/6. String formatting in Python.mp4 31MB
- 5. Storing resources in a SQL database/5. Logging in and retrieving Users from a database.mp4 31MB
- 2. A Full Python Refresher/9. Lists, tuples, and sets.mp4 30MB
- 6. Simplifying storage with Flask-SQLAlchemy/9. Implementing the ItemModel using SQLAlchemy.mp4 29MB
- 10. Security in your REST APIs/9. Configuring nginx for SSL.mp4 27MB
- 5. Storing resources in a SQL database/9. Writing our Item resources to a database.vtt 27MB
- 5. Storing resources in a SQL database/9. Writing our Item resources to a database.mp4 27MB
- 2. A Full Python Refresher/54. Mutability in Python.mp4 27MB
- 2. A Full Python Refresher/30. Dictionary comprehensions.mp4 26MB
- 2. A Full Python Refresher/13. Booleans in Python.mp4 26MB
- 2. A Full Python Refresher/55. Mutable default parameters (and why they're a bad idea).mp4 25MB
- 5. Storing resources in a SQL database/6. Signing up and writing Users to a database.mp4 25MB
- 7. Git—version control/1. Welcome to this section.mp4 24MB
- 2. A Full Python Refresher/7. Getting user input.mp4 24MB
- 10. Security in your REST APIs/4. Setting up Cloudflare.mp4 24MB
- 3. Your first REST API/12. Using Postman for API testing.mp4 24MB
- 6. Simplifying storage with Flask-SQLAlchemy/13. Creating a new model StoreModel.mp4 23MB
- 2. A Full Python Refresher/19. Solution to coding exercise Flow control.mp4 23MB
- 2. A Full Python Refresher/10. Advanced set operations.mp4 23MB
- 9. Deploying Flask apps to our own server/6. Setting up our new user with PostgreSQL permissions.mp4 23MB
- 9. Deploying Flask apps to our own server/2. Setting up a DigitalOcean server.mp4 23MB
- 6. Simplifying storage with Flask-SQLAlchemy/7. Advanced Postman environments and tests.mp4 22MB
- 4. Flask-RESTful for more efficient development/9. Authentication and logging in—part 1.mp4 22MB
- 5. Storing resources in a SQL database/4. Running a SQLite database and interacting with it from Python.mp4 22MB
- 9. Deploying Flask apps to our own server/10. Conclusion of this section.mp4 21MB
- 9. Deploying Flask apps to our own server/4. Installing PostgreSQL in Ubuntu 16.04.mp4 21MB
- 2. A Full Python Refresher/1. Introduction to this section.mp4 21MB
- 4. Flask-RESTful for more efficient development/6. Creating our Item Resource.mp4 20MB
- 2. A Full Python Refresher/25. Default parameter values.mp4 20MB
- 8. Deploying Flask apps to Heroku/7. Logs in Heroku and troubleshooting errors.mp4 20MB
- 4. Flask-RESTful for more efficient development/5. Test-first API design—what is that.mp4 19MB
- 6. Simplifying storage with Flask-SQLAlchemy/8. Telling SQLAlchemy about our tables and columns.mp4 19MB
- 11. Token refreshing and Flask-JWT-Extended/9. What is a fresh token.mp4 19MB
- 8. Deploying Flask apps to Heroku/6. Adding the required files to the project.mp4 19MB
- 2. A Full Python Refresher/8. Writing our first Python app.mp4 19MB
- 11. Token refreshing and Flask-JWT-Extended/11. Requiring a fresh token in an endpoint.mp4 19MB
- 5. Storing resources in a SQL database/8. Retrieving our Item resources from a database.mp4 19MB
- 4. Flask-RESTful for more efficient development/4. Your first Flask-RESTful app.mp4 18MB
- 10. Security in your REST APIs/6. Setting our DNS records.mp4 18MB
- 6. Simplifying storage with Flask-SQLAlchemy/10. Implementing the UserModel using SQLAlchemy.mp4 18MB
- 8. Deploying Flask apps to Heroku/9. Adding PostgreSQL to our Heroku app.mp4 17MB
- 6. Simplifying storage with Flask-SQLAlchemy/14. Creating the Store Resource.mp4 17MB
- 3. Your first REST API/1. Introduction to this section.mp4 17MB
- 9. Deploying Flask apps to our own server/5. Creating a UNIX user in Ubuntu 16.04.mp4 17MB
- 3. Your first REST API/6. HTTP Verbs.mp4 17MB
- 4. Flask-RESTful for more efficient development/2. Virtualenvs and setting up Flask-RESTful.mp4 17MB
- 3. Your first REST API/10. Implementing other endpoints.mp4 17MB
- 2. A Full Python Refresher/52. Decorating functions with parameters.mp4 16MB
- 3. Your first REST API/5. Your first Flask application.mp4 16MB
- 6. Simplifying storage with Flask-SQLAlchemy/3. Setting up this section's project.mp4 15MB
- 11. Token refreshing and Flask-JWT-Extended/6. Testing the login with Postman.mp4 15MB
- 8. Deploying Flask apps to Heroku/10. Working with Git and automatic deploys.mp4 14MB
- 8. Deploying Flask apps to Heroku/4. Getting our code into GitHub.mp4 14MB
- 3. Your first REST API/8. Creating our application endpoints.mp4 14MB
- 4. Flask-RESTful for more efficient development/10. Authentication and logging in—part 2.mp4 14MB
- 5. Storing resources in a SQL database/1. Welcome to this section.mp4 14MB
- 10. Security in your REST APIs/3. Getting our domain name.mp4 13MB
- 4. Flask-RESTful for more efficient development/7. The ItemList and creating Items.mp4 13MB
- 4. Flask-RESTful for more efficient development/8. Improving code and error control.mp4 13MB
- 5. Storing resources in a SQL database/13. Retrieving many items from the database.mp4 13MB
- 3. Your first REST API/13. Conclusion of this section.mp4 13MB
- 4. Flask-RESTful for more efficient development/13. Advanced request parsing with Flask-RESTful.mp4 13MB
- 3. Your first REST API/7. REST Principles.mp4 13MB
- 2. A Full Python Refresher/32. Solution to coding exercise Dictionaries.mp4 13MB
- 2. A Full Python Refresher/15. The 'in' keyword in Python.mp4 13MB
- 2. A Full Python Refresher/41. Solution to coding exercise @classmethod and @staticmethod.mp4 12MB
- 3. Your first REST API/9. Returning a list of stores.mp4 12MB
- 9. Deploying Flask apps to our own server/9. Testing our API to make sure everything works.mp4 12MB
- 7. Git—version control/6. Using SSH keys for security.mp4 12MB
- 3. Your first REST API/11. Calling the API from JavaScript.mp4 12MB
- 6. Simplifying storage with Flask-SQLAlchemy/15. Final testing of this section's API.mp4 11MB
- 8. Deploying Flask apps to Heroku/3. What is Heroku.mp4 11MB
- 4. Flask-RESTful for more efficient development/15. Conclusion of this section.mp4 11MB
- 5. Storing resources in a SQL database/11. Refactoring insertion of items.mp4 10MB
- 9. Deploying Flask apps to our own server/1. Welcome to this section.mp4 10MB
- 10. Security in your REST APIs/8. Creating our SSL certificate in Cloudflare.mp4 10MB
- 2. A Full Python Refresher/38. Solution to coding exercise Classes and objects.mp4 10MB
- 7. Git—version control/8. Conclusion of this section.mp4 10MB
- 6. Simplifying storage with Flask-SQLAlchemy/6. Verifying the app works after our changes.mp4 10MB
- 7. Git—version control/5. The Git workflow—part 2, including GitHub.mp4 10MB
- 8. Deploying Flask apps to Heroku/1. Welcome to this section.mp4 10MB
- 5. Storing resources in a SQL database/12. The PUT method with database interaction.mp4 10MB
- 6. Simplifying storage with Flask-SQLAlchemy/4. Improving the project structure and maintainability.mp4 9MB
- 5. Storing resources in a SQL database/2. Setting up our project.mp4 9MB
- 10. Security in your REST APIs/5. What is DNS.mp4 9MB
- 6. Simplifying storage with Flask-SQLAlchemy/11. Easily displaying the ItemList resource with SQLAlchemy.mp4 9MB
- 4. Flask-RESTful for more efficient development/12. PUT to create or update Items.mp4 9MB
- 4. Flask-RESTful for more efficient development/11. DELETE to delete Items.mp4 9MB
- 7. Git—version control/2. Installing Git on Mac and Windows.mp4 9MB
- 7. Git—version control/3. What is a Git repository.mp4 9MB
- 2. A Full Python Refresher/12. Solution to coding exercise Lists, tuples, sets.mp4 9MB
- 7. Git—version control/7. The README file.mp4 9MB
- 6. Simplifying storage with Flask-SQLAlchemy/16. Conclusion of this section.mp4 9MB
- 8. Deploying Flask apps to Heroku/5. Setting up Heroku for Flask.mp4 8MB
- 4. Flask-RESTful for more efficient development/14. Optimising our final code and request parsing.mp4 8MB
- 2. A Full Python Refresher/56. Conclusion of this section.mp4 8MB
- 5. Storing resources in a SQL database/10. Deleting our Item resources from the database.mp4 8MB
- 8. Deploying Flask apps to Heroku/11. Conclusion of this section.mp4 8MB
- 7. Git—version control/4. The Git workflow—part 1.mp4 8MB
- 4. Flask-RESTful for more efficient development/1. Welcome to this section.mp4 7MB
- 6. Simplifying storage with Flask-SQLAlchemy/1. Welcome to this section!.mp4 7MB
- 8. Deploying Flask apps to Heroku/8. Testing the deployed API with Postman.mp4 7MB
- 2. A Full Python Refresher/28. Solution to coding exercise Functions.mp4 7MB
- 5. Storing resources in a SQL database/7. Preventing duplicate usernames when signing users up.mp4 6MB
- 6. Simplifying storage with Flask-SQLAlchemy/12. No more creating tables manually—telling SQLAlchemy to create tables.mp4 5MB
- 5. Storing resources in a SQL database/15. Conclusion of this section.mp4 5MB
- 2. A Full Python Refresher/5. Solution to coding exercise Variables.mp4 3MB
- 3. Your first REST API/3. Installing Flask.mp4 3MB
- 10. Security in your REST APIs/7. Verifying everything works—this is important!.mp4 3MB
- 9. Deploying Flask apps to our own server/4.1 How To Deploy Python App Using uWSGI And Nginx.pdf.pdf 281KB
- 8. Deploying Flask apps to Heroku/3.1 Heroku Tutorial.pdf.pdf 233KB
- 9. Deploying Flask apps to our own server/2.1 DigitalOcean Tutorial.pdf.pdf 219KB
- 5. Storing resources in a SQL database/14.1 Flask-JWT Configuration Tutorial.pdf.pdf 96KB
- 1. Welcome!/2.1 3_python_self_assessment.pdf.pdf 77KB
- 9. Deploying Flask apps to our own server/8. Setting up uWSGI to run our REST API.vtt 36KB
- 6. Simplifying storage with Flask-SQLAlchemy/5. Creating User and Item models.vtt 32KB
- 5. Storing resources in a SQL database/5. Logging in and retrieving Users from a database.vtt 29KB
- 9. Deploying Flask apps to our own server/7. Setting up nginx and our REST API.vtt 28KB
- 11. Token refreshing and Flask-JWT-Extended/14.2 11_logging_users_out.zip.zip 27KB
- 11. Token refreshing and Flask-JWT-Extended/5. Logging in with Flask-JWT-Extended.vtt 26KB
- 2. A Full Python Refresher/35. Object-Oriented Programming in Python.vtt 26KB
- 2. A Full Python Refresher/39. @classmethod and @staticmethod.vtt 25KB
- 2. A Full Python Refresher/47. Errors in Python.vtt 22KB
- 11. Token refreshing and Flask-JWT-Extended/2.2 1_recap_of_code.zip.zip 21KB
- 9. Deploying Flask apps to our own server/2. Setting up a DigitalOcean server.vtt 21KB
- 2. A Full Python Refresher/17. Loops in Python.vtt 20KB
- 6. Simplifying storage with Flask-SQLAlchemy/9. Implementing the ItemModel using SQLAlchemy.vtt 20KB
- 5. Storing resources in a SQL database/6. Signing up and writing Users to a database.vtt 20KB
- 11. Token refreshing and Flask-JWT-Extended/2. A recap of the code + a few changes!.vtt 19KB
- 6. Simplifying storage with Flask-SQLAlchemy/13. Creating a new model StoreModel.vtt 19KB
- 2. A Full Python Refresher/23. Functions in Python.vtt 19KB
- 5. Storing resources in a SQL database/4. Running a SQLite database and interacting with it from Python.vtt 18KB
- 10. Security in your REST APIs/9. Configuring nginx for SSL.vtt 18KB
- 4. Flask-RESTful for more efficient development/9. Authentication and logging in—part 1.vtt 18KB
- 3. Your first REST API/12. Using Postman for API testing.vtt 18KB
- 8. Deploying Flask apps to Heroku/6. Adding the required files to the project.vtt 17KB
- 6. Simplifying storage with Flask-SQLAlchemy/8. Telling SQLAlchemy about our tables and columns.vtt 17KB
- 2. A Full Python Refresher/33. Unpacking arguments.vtt 17KB
- 4. Flask-RESTful for more efficient development/4. Your first Flask-RESTful app.vtt 17KB
- 4. Flask-RESTful for more efficient development/5. Test-first API design—what is that.vtt 16KB
- 4. Flask-RESTful for more efficient development/6. Creating our Item Resource.vtt 16KB
- 2. A Full Python Refresher/45. Imports in Python.vtt 16KB
- 3. Your first REST API/5. Your first Flask application.vtt 16KB
- 3. Your first REST API/6. HTTP Verbs.vtt 16KB
- 6. Simplifying storage with Flask-SQLAlchemy/7. Advanced Postman environments and tests.vtt 16KB
- 11. Token refreshing and Flask-JWT-Extended/12.2 9_customizing_callbacks_and_responses.zip.zip 16KB
- 6. Simplifying storage with Flask-SQLAlchemy/10. Implementing the UserModel using SQLAlchemy.vtt 15KB
- 11. Token refreshing and Flask-JWT-Extended/13.2 10_blacklisting.zip.zip 15KB
- 2. A Full Python Refresher/34. Unpacking keyword arguments.vtt 15KB
- 3. Your first REST API/10. Implementing other endpoints.vtt 15KB
- 2. A Full Python Refresher/46. Relative imports in Python.vtt 15KB
- 2. A Full Python Refresher/14. If statements.vtt 15KB
- 11. Token refreshing and Flask-JWT-Extended/11.2 8_requiring_a_fresh_token.zip.zip 14KB
- 11. Token refreshing and Flask-JWT-Extended/10. Performing token refresh in our REST API.vtt 14KB
- 2. A Full Python Refresher/3. Variables in Python.vtt 14KB
- 2. A Full Python Refresher/21. Dictionaries.vtt 14KB
- 2. A Full Python Refresher/42. Class inheritance.vtt 14KB
- 5. Storing resources in a SQL database/8. Retrieving our Item resources from a database.vtt 14KB
- 6. Simplifying storage with Flask-SQLAlchemy/14. Creating the Store Resource.vtt 14KB
- 2. A Full Python Refresher/22. Destructuring variables.vtt 14KB
- 2. A Full Python Refresher/29. Lambda functions in Python.vtt 14KB
- 8. Deploying Flask apps to Heroku/9. Adding PostgreSQL to our Heroku app.vtt 14KB
- 11. Token refreshing and Flask-JWT-Extended/10.1 7_token_refresh.zip.zip 14KB
- 2. A Full Python Refresher/49. First-class functions.vtt 14KB
- 2. A Full Python Refresher/16. If statements with the 'in' keyword.vtt 13KB
- 2. A Full Python Refresher/24. Function arguments and parameters.vtt 13KB
- 11. Token refreshing and Flask-JWT-Extended/8.1 5_jwt_optional.zip.zip 13KB
- 11. Token refreshing and Flask-JWT-Extended/5.1 3_login_with_flask_jwt_extended.zip.zip 13KB
- 8. Deploying Flask apps to Heroku/7. Logs in Heroku and troubleshooting errors.vtt 13KB
- 2. A Full Python Refresher/26. Functions returning values.vtt 13KB
- 11. Token refreshing and Flask-JWT-Extended/3.1 2_adding_user_resource_for_testing.zip.zip 13KB
- 9. Deploying Flask apps to our own server/6. Setting up our new user with PostgreSQL permissions.vtt 13KB
- 3. Your first REST API/7. REST Principles.vtt 13KB
- 11. Token refreshing and Flask-JWT-Extended/7. Adding JWT Claims.vtt 13KB
- 11. Token refreshing and Flask-JWT-Extended/12. Customizing Flask-JWT-Extended callbacks and responses.vtt 13KB
- 4. Flask-RESTful for more efficient development/2. Virtualenvs and setting up Flask-RESTful.vtt 12KB
- 11. Token refreshing and Flask-JWT-Extended/7.1 4_adding_claims.zip.zip 12KB
- 9. Deploying Flask apps to our own server/5. Creating a UNIX user in Ubuntu 16.04.vtt 12KB
- 2. A Full Python Refresher/20. List comprehensions in Python.vtt 12KB
- 9. Deploying Flask apps to our own server/4. Installing PostgreSQL in Ubuntu 16.04.vtt 12KB
- 8. Deploying Flask apps to Heroku/4. Getting our code into GitHub.vtt 12KB
- 10. Security in your REST APIs/4. Setting up Cloudflare.vtt 12KB
- 2. A Full Python Refresher/50. Simple decorators in Python.vtt 12KB
- 3. Your first REST API/8. Creating our application endpoints.vtt 12KB
- 10. Security in your REST APIs/6. Setting our DNS records.vtt 12KB
- 3. Your first REST API/11. Calling the API from JavaScript.vtt 11KB
- 4. Flask-RESTful for more efficient development/8. Improving code and error control.vtt 11KB
- 2. A Full Python Refresher/36. Magic methods __str__ and __repr__.vtt 11KB
- 11. Token refreshing and Flask-JWT-Extended/9. What is a fresh token.vtt 11KB
- 2. A Full Python Refresher/6. String formatting in Python.vtt 11KB
- 11. Token refreshing and Flask-JWT-Extended/3. Creating a User Resource for testing.vtt 11KB
- 2. A Full Python Refresher/32. Solution to coding exercise Dictionaries.vtt 11KB
- 4. Flask-RESTful for more efficient development/7. The ItemList and creating Items.vtt 11KB
- 5. Storing resources in a SQL database/13. Retrieving many items from the database.vtt 11KB
- 2. A Full Python Refresher/9. Lists, tuples, and sets.vtt 11KB
- 4. Flask-RESTful for more efficient development/10. Authentication and logging in—part 2.vtt 10KB
- 8. Deploying Flask apps to Heroku/3. What is Heroku.vtt 10KB
- 3. Your first REST API/9. Returning a list of stores.vtt 10KB
- 8. Deploying Flask apps to Heroku/10. Working with Git and automatic deploys.vtt 10KB
- 4. Flask-RESTful for more efficient development/13. Advanced request parsing with Flask-RESTful.vtt 10KB
- 11. Token refreshing and Flask-JWT-Extended/14. Logging users out in our REST API.vtt 10KB
- 2. A Full Python Refresher/43. Class composition.vtt 10KB
- 2. A Full Python Refresher/54. Mutability in Python.vtt 10KB
- 2. A Full Python Refresher/7. Getting user input.vtt 10KB
- 6. Simplifying storage with Flask-SQLAlchemy/3. Setting up this section's project.vtt 10KB
- 10. Security in your REST APIs/3. Getting our domain name.vtt 10KB
- 9. Deploying Flask apps to our own server/9. Testing our API to make sure everything works.vtt 10KB
- 7. Git—version control/6. Using SSH keys for security.vtt 9KB
- 2. A Full Python Refresher/41. Solution to coding exercise @classmethod and @staticmethod.vtt 9KB
- 11. Token refreshing and Flask-JWT-Extended/4. Testing our new Resource with Postman.vtt 9KB
- 2. A Full Python Refresher/13. Booleans in Python.vtt 9KB
- 7. Git—version control/7. The README file.vtt 9KB
- 2. A Full Python Refresher/44. Type hinting in Python 3.5+.vtt 9KB
- 6. Simplifying storage with Flask-SQLAlchemy/15. Final testing of this section's API.vtt 9KB
- 2. A Full Python Refresher/48. Custom error classes.vtt 9KB
- 11. Token refreshing and Flask-JWT-Extended/13. Blacklisting with Flask-JWT-Extended.vtt 9KB
- 7. Git—version control/3. What is a Git repository.vtt 9KB
- 7. Git—version control/5. The Git workflow—part 2, including GitHub.vtt 8KB
- 2. A Full Python Refresher/53. Decorators with parameters.vtt 8KB
- 6. Simplifying storage with Flask-SQLAlchemy/11. Easily displaying the ItemList resource with SQLAlchemy.vtt 8KB
- 6. Simplifying storage with Flask-SQLAlchemy/4. Improving the project structure and maintainability.vtt 8KB
- 8. Deploying Flask apps to Heroku/5. Setting up Heroku for Flask.vtt 8KB
- 2. A Full Python Refresher/38. Solution to coding exercise Classes and objects.vtt 8KB
- 5. Storing resources in a SQL database/12. The PUT method with database interaction.vtt 8KB
- 11. Token refreshing and Flask-JWT-Extended/8. Getting the JWT identity in and endpoint and @jwt_optional.vtt 8KB
- 10. Security in your REST APIs/5. What is DNS.vtt 8KB
- 2. A Full Python Refresher/10. Advanced set operations.vtt 7KB
- 2. A Full Python Refresher/55. Mutable default parameters (and why they're a bad idea).vtt 7KB
- 6. Simplifying storage with Flask-SQLAlchemy/6. Verifying the app works after our changes.vtt 7KB
- 7. Git—version control/4. The Git workflow—part 1.vtt 7KB
- 2. A Full Python Refresher/12. Solution to coding exercise Lists, tuples, sets.vtt 7KB
- 2. A Full Python Refresher/25. Default parameter values.vtt 7KB
- 5. Storing resources in a SQL database/11. Refactoring insertion of items.vtt 7KB
- 4. Flask-RESTful for more efficient development/11. DELETE to delete Items.vtt 7KB
- 2. A Full Python Refresher/30. Dictionary comprehensions.vtt 7KB
- 4. Flask-RESTful for more efficient development/12. PUT to create or update Items.vtt 6KB
- 2. A Full Python Refresher/51. The 'at' syntax for decorators.vtt 6KB
- 5. Storing resources in a SQL database/10. Deleting our Item resources from the database.vtt 6KB
- 2. A Full Python Refresher/19. Solution to coding exercise Flow control.vtt 6KB
- 4. Flask-RESTful for more efficient development/14. Optimising our final code and request parsing.vtt 6KB
- 8. Deploying Flask apps to Heroku/8. Testing the deployed API with Postman.vtt 6KB
- 7. Git—version control/2. Installing Git on Mac and Windows.vtt 6KB
- 2. A Full Python Refresher/8. Writing our first Python app.vtt 6KB
- 2. A Full Python Refresher/28. Solution to coding exercise Functions.vtt 6KB
- 5. Storing resources in a SQL database/2. Setting up our project.vtt 6KB
- 10. Security in your REST APIs/8. Creating our SSL certificate in Cloudflare.vtt 5KB
- 11. Token refreshing and Flask-JWT-Extended/6. Testing the login with Postman.vtt 5KB
- 11. Token refreshing and Flask-JWT-Extended/11. Requiring a fresh token in an endpoint.vtt 5KB
- 6. Simplifying storage with Flask-SQLAlchemy/12. No more creating tables manually—telling SQLAlchemy to create tables.vtt 5KB
- 2. A Full Python Refresher/52. Decorating functions with parameters.vtt 4KB
- 5. Storing resources in a SQL database/7. Preventing duplicate usernames when signing users up.vtt 4KB
- 9. Deploying Flask apps to our own server/3. Want to deploy to AWS.html 4KB
- 2. A Full Python Refresher/15. The 'in' keyword in Python.vtt 3KB
- 3. Your first REST API/3. Installing Flask.vtt 3KB
- 2. A Full Python Refresher/5. Solution to coding exercise Variables.vtt 3KB
- 7. Git—version control/1. Welcome to this section.vtt 3KB
- 10. Security in your REST APIs/7. Verifying everything works—this is important!.vtt 2KB
- 12. Bonus Section/1. Bonus lecture where will your learning take you next.html 2KB
- 9. Deploying Flask apps to our own server/10. Conclusion of this section.vtt 2KB
- 2. A Full Python Refresher/1. Introduction to this section.vtt 2KB
- 3. Your first REST API/1. Introduction to this section.vtt 2KB
- 8. Deploying Flask apps to Heroku/1. Welcome to this section.vtt 2KB
- 5. Storing resources in a SQL database/1. Welcome to this section.vtt 2KB
- 6. Simplifying storage with Flask-SQLAlchemy/16. Conclusion of this section.vtt 1KB
- 8. Deploying Flask apps to Heroku/11. Conclusion of this section.vtt 1KB
- 1. Welcome!/1. How to take this course.html 1KB
- 3. Your first REST API/13. Conclusion of this section.vtt 1KB
- 6. Simplifying storage with Flask-SQLAlchemy/1. Welcome to this section!.vtt 1KB
- 3. Your first REST API/2. What is an API.html 1KB
- 9. Deploying Flask apps to our own server/1. Welcome to this section.vtt 1KB
- 4. Flask-RESTful for more efficient development/15. Conclusion of this section.vtt 1KB
- 7. Git—version control/8. Conclusion of this section.vtt 1KB
- 1. Welcome!/3. Python on Windows.html 1KB
- 11. Token refreshing and Flask-JWT-Extended/1. Welcome to this section.html 1KB
- 2. A Full Python Refresher/56. Conclusion of this section.vtt 1KB
- 10. Security in your REST APIs/11. Extra technical SSL resources.html 920B
- 5. Storing resources in a SQL database/15. Conclusion of this section.vtt 888B
- 5. Storing resources in a SQL database/14. Advanced Flask-JWT Configuration.html 795B
- 2. A Full Python Refresher/2. Access the code for this section here.html 786B
- 5. Storing resources in a SQL database/3. Access the code for this section here.html 774B
- 10. Security in your REST APIs/1. Welcome to this section.html 731B
- 1. Welcome!/4. Python on Mac.html 684B
- 11. Token refreshing and Flask-JWT-Extended/16. Flask-JWT-Extended further reading.html 654B
- 4. Flask-RESTful for more efficient development/1. Welcome to this section.vtt 603B
- 11. Token refreshing and Flask-JWT-Extended/15. E-book complete review of the API so far.html 520B
- 4. Flask-RESTful for more efficient development/3. Access the code for this section here.html 501B
- 6. Simplifying storage with Flask-SQLAlchemy/2. Access the code for this section here.html 501B
- 3. Your first REST API/4. Access the code for this section here.html 491B
- 3. Your first REST API/11.1 index.html.html 471B
- 10. Security in your REST APIs/2. Security in REST APIs e-book.html 390B
- 1. Welcome!/2. Before we get started a self-assessment.html 356B
- 8. Deploying Flask apps to Heroku/2. Access the code for this section here.html 335B
- 10. Security in your REST APIs/12. Conclusion of this section.html 256B
- 11. Token refreshing and Flask-JWT-Extended/12.1 Start and end code for this lecture.html 177B
- 11. Token refreshing and Flask-JWT-Extended/3.2 Start and end code for this lecture.html 174B
- 11. Token refreshing and Flask-JWT-Extended/5.2 Start and end code for this lecture.html 171B
- 11. Token refreshing and Flask-JWT-Extended/11.1 Start and end code for this lecture.html 165B
- 11. Token refreshing and Flask-JWT-Extended/14.1 Start and end code for this lecture.html 160B
- 11. Token refreshing and Flask-JWT-Extended/10.2 Start and end code for this lecture.html 155B
- 11. Token refreshing and Flask-JWT-Extended/13.1 Start and end code for this lecture.html 155B
- 11. Token refreshing and Flask-JWT-Extended/2.1 Start and end code for this lecture.html 155B
- 11. Token refreshing and Flask-JWT-Extended/7.2 Start and end code for this lecture.html 155B
- 11. Token refreshing and Flask-JWT-Extended/8.2 Start and end code for this lecture.html 154B
- 2. A Full Python Refresher/3.1 How to set up VSCode with Python.html 146B
- 10. Security in your REST APIs/10. Security in REST APIs.html 135B
- 2. A Full Python Refresher/11. Lists, tuples, and sets.html 135B
- 2. A Full Python Refresher/18. Flow control—loops and ifs.html 135B
- 2. A Full Python Refresher/27. Functions.html 135B
- 2. A Full Python Refresher/31. Dictionaries and students.html 135B
- 2. A Full Python Refresher/37. Classes and objects.html 135B
- 2. A Full Python Refresher/4. Variables.html 135B
- 2. A Full Python Refresher/40. @classmethod and @staticmethod.html 135B
- 2. A Full Python Refresher/22.1 Destructuring in Python - Teclado Blog.html 114B
- [DesireCourse.Net].url 51B
- [CourseClub.Me].url 48B