BT种子基本信息
- 种子哈希:515d46eb5c3641cbcfdefd7de1c02e87c90a6ab0
- 文档大小:2.5 GB
- 文档个数:309个文档
- 下载次数:5130次
- 下载速度:极快
- 收录时间:2020-02-02
- 最近下载:2025-07-10
文档列表
11. Token refreshing and Flask-JWT-Extended/5. Logging in with Flask-JWT-Extended.mp4 131.0 MB
11. Token refreshing and Flask-JWT-Extended/2. A recap of the code + a few changes!.mp4 85.2 MB
11. Token refreshing and Flask-JWT-Extended/7. Adding JWT Claims.mp4 64.7 MB
11. Token refreshing and Flask-JWT-Extended/12. Customizing Flask-JWT-Extended callbacks and responses.mp4 57.4 MB
11. Token refreshing and Flask-JWT-Extended/10. Performing token refresh in our REST API.mp4 52.9 MB
9. Deploying Flask apps to our own server/6. Setting up nginx and our REST API.mp4 51.8 MB
11. Token refreshing and Flask-JWT-Extended/14. Logging users out in our REST API.mp4 50.5 MB
6. Simplifying storage with Flask-SQLAlchemy/5. Creating User and Item models.mp4 49.3 MB
11. Token refreshing and Flask-JWT-Extended/4. Testing our new Resource with Postman.mp4 46.9 MB
9. Deploying Flask apps to our own server/7. Setting up uWSGI to run our REST API.mp4 46.8 MB
11. Token refreshing and Flask-JWT-Extended/13. Blacklisting with Flask-JWT-Extended.mp4 45.7 MB
11. Token refreshing and Flask-JWT-Extended/3. Creating a User Resource for testing.mp4 43.8 MB
11. Token refreshing and Flask-JWT-Extended/8. Getting the JWT identity in and endpoint and @jwt_optional.mp4 32.7 MB
5. Storing resources in a SQL database/5. Logging in and retrieving Users from a database.mp4 32.1 MB
6. Simplifying storage with Flask-SQLAlchemy/9. Implementing the ItemModel using SQLAlchemy.mp4 30.6 MB
10. Security in your REST APIs/9. Configuring nginx for SSL.mp4 28.6 MB
5. Storing resources in a SQL database/9. Writing our Item resources to a database.mp4 28.5 MB
5. Storing resources in a SQL database/6. Signing up and writing Users to a database.mp4 25.8 MB
2. A Full Python Refresher/14. Loops in Python.mp4 25.8 MB
7. Git—version control/1. Welcome to this section.mp4 25.6 MB
10. Security in your REST APIs/4. Setting up Cloudflare.mp4 25.3 MB
3. Your first REST API/11. Using Postman for API testing.mp4 25.2 MB
6. Simplifying storage with Flask-SQLAlchemy/13. Creating a new model StoreModel.mp4 24.6 MB
2. A Full Python Refresher/19. List comprehension.mp4 24.3 MB
2. A Full Python Refresher/31. Inheritance in Object-Oriented Programming.mp4 24.0 MB
9. Deploying Flask apps to our own server/5. Setting up our new user with PostgreSQL permissions.mp4 24.0 MB
9. Deploying Flask apps to our own server/2. Setting up a DigitalOcean server.mp4 23.9 MB
9. Deploying Flask apps to our own server/2. Setting up a DigitalOcean server.vtt 23.9 MB
6. Simplifying storage with Flask-SQLAlchemy/7. Advanced Postman environments and tests.mp4 23.4 MB
2. A Full Python Refresher/6. Methods in Python.mp4 23.2 MB
4. Flask-RESTful for more efficient development/9. Authentication and logging in—part 1.mp4 23.1 MB
5. Storing resources in a SQL database/4. Running a SQLite database and interacting with it from Python.mp4 23.0 MB
9. Deploying Flask apps to our own server/9. Conclusion of this section.mp4 22.2 MB
9. Deploying Flask apps to our own server/3. Installing PostgreSQL in Ubuntu 16.04.mp4 22.2 MB
2. A Full Python Refresher/32. args and kwargs.mp4 21.7 MB
4. Flask-RESTful for more efficient development/6. Creating our Item Resource.mp4 21.2 MB
8. Deploying Flask apps to Heroku/7. Logs in Heroku and troubleshooting errors.mp4 21.0 MB
2. A Full Python Refresher/18. A programming exercise for you.mp4 20.5 MB
4. Flask-RESTful for more efficient development/5. Test-first API design—what is that.mp4 20.3 MB
6. Simplifying storage with Flask-SQLAlchemy/8. Telling SQLAlchemy about our tables and columns.mp4 20.1 MB
2. A Full Python Refresher/24. Objects in Python.mp4 20.0 MB
11. Token refreshing and Flask-JWT-Extended/9. What is a fresh token.mp4 20.0 MB
8. Deploying Flask apps to Heroku/6. Adding the required files to the project.mp4 19.9 MB
11. Token refreshing and Flask-JWT-Extended/11. Requiring a fresh token in an endpoint.mp4 19.8 MB
5. Storing resources in a SQL database/8. Retrieving our Item resources from a database.mp4 19.6 MB
4. Flask-RESTful for more efficient development/4. Your first Flask-RESTful app.mp4 19.0 MB
10. Security in your REST APIs/6. Setting our DNS records.mp4 18.9 MB
6. Simplifying storage with Flask-SQLAlchemy/10. Implementing the UserModel using SQLAlchemy.mp4 18.5 MB
8. Deploying Flask apps to Heroku/9. Adding PostgreSQL to our Heroku app.mp4 18.3 MB
6. Simplifying storage with Flask-SQLAlchemy/14. Creating the Store Resource.mp4 18.2 MB
3. Your first REST API/1. Introduction to this section.mp4 17.9 MB
9. Deploying Flask apps to our own server/4. Creating a UNIX user in Ubuntu 16.04.mp4 17.8 MB
3. Your first REST API/5. HTTP Verbs.mp4 17.6 MB
2. A Full Python Refresher/1. Introduction to this section.mp4 17.6 MB
4. Flask-RESTful for more efficient development/2. Virtualenvs and setting up Flask-RESTful.mp4 17.5 MB
3. Your first REST API/9. Implementing other endpoints.mp4 17.4 MB
3. Your first REST API/4. Your first Flask application.mp4 16.3 MB
2. A Full Python Refresher/35. Advanced decorators.mp4 16.2 MB
2. A Full Python Refresher/33. Passing functions as arguments.mp4 16.1 MB
6. Simplifying storage with Flask-SQLAlchemy/3. Setting up this section's project.mp4 15.8 MB
11. Token refreshing and Flask-JWT-Extended/6. Testing the login with Postman.mp4 15.6 MB
2. A Full Python Refresher/10. List, tuple, and set operations.mp4 15.6 MB
2. A Full Python Refresher/28. @classmethod and @staticmethod.mp4 15.0 MB
8. Deploying Flask apps to Heroku/4. Getting our code into GitHub.mp4 14.9 MB
8. Deploying Flask apps to Heroku/10. Working with Git and automatic deploys.mp4 14.9 MB
3. Your first REST API/7. Creating our application endpoints.mp4 14.8 MB
4. Flask-RESTful for more efficient development/10. Authentication and logging in—part 2.mp4 14.8 MB
5. Storing resources in a SQL database/1. Welcome to this section.mp4 14.5 MB
2. A Full Python Refresher/9. Lists, tuples, and sets.mp4 14.1 MB
10. Security in your REST APIs/3. Getting our domain name.mp4 13.9 MB
4. Flask-RESTful for more efficient development/7. The ItemList and creating Items.mp4 13.9 MB
4. Flask-RESTful for more efficient development/8. Improving code and error control.mp4 13.9 MB
5. Storing resources in a SQL database/13. Retrieving many items from the database.mp4 13.8 MB
3. Your first REST API/12. Conclusion of this section.mp4 13.8 MB
4. Flask-RESTful for more efficient development/13. Advanced request parsing with Flask-RESTful.mp4 13.7 MB
3. Your first REST API/6. REST Principles.mp4 13.6 MB
2. A Full Python Refresher/23. Solution to coding exercise Dictionaries.mp4 13.6 MB
2. A Full Python Refresher/15. If statements.mp4 13.5 MB
2. A Full Python Refresher/30. Solution to coding exercise @classmethod and @staticmethod.mp4 12.7 MB
2. A Full Python Refresher/20. Dictionaries.mp4 12.6 MB
3. Your first REST API/8. Returning a list of stores.mp4 12.6 MB
9. Deploying Flask apps to our own server/8. Testing our API to make sure everything works.mp4 12.3 MB
7. Git—version control/6. Using SSH keys for security.mp4 12.2 MB
2. A Full Python Refresher/34. Decorators in Python.mp4 12.1 MB
3. Your first REST API/10. Calling the API from JavaScript.mp4 12.1 MB
6. Simplifying storage with Flask-SQLAlchemy/15. Final testing of this section's API.mp4 11.6 MB
2. A Full Python Refresher/11. Advanced set operations.mp4 11.5 MB
8. Deploying Flask apps to Heroku/3. What is Heroku.mp4 11.2 MB
4. Flask-RESTful for more efficient development/15. Conclusion of this section.mp4 11.0 MB
2. A Full Python Refresher/3. Variables in Python.mp4 10.9 MB
2. A Full Python Refresher/17. Solution to coding exercise Flow control.mp4 10.8 MB
5. Storing resources in a SQL database/11. Refactoring insertion of items.mp4 10.8 MB
9. Deploying Flask apps to our own server/1. Welcome to this section.mp4 10.8 MB
10. Security in your REST APIs/8. Creating our SSL certificate in Cloudflare.mp4 10.7 MB
2. A Full Python Refresher/27. Solution to coding exercise Classes and objects.mp4 10.5 MB
7. Git—version control/8. Conclusion of this section.mp4 10.5 MB
6. Simplifying storage with Flask-SQLAlchemy/6. Verifying the app works after our changes.mp4 10.4 MB
7. Git—version control/5. The Git workflow—part 2, including GitHub.mp4 10.2 MB
8. Deploying Flask apps to Heroku/1. Welcome to this section.mp4 10.2 MB
2. A Full Python Refresher/25. A Student example.mp4 10.1 MB
5. Storing resources in a SQL database/12. The PUT method with database interaction.mp4 10.0 MB
6. Simplifying storage with Flask-SQLAlchemy/4. Improving the project structure and maintainability.mp4 9.9 MB
5. Storing resources in a SQL database/2. Setting up our project.mp4 9.8 MB
10. Security in your REST APIs/5. What is DNS.mp4 9.8 MB
6. Simplifying storage with Flask-SQLAlchemy/11. Easily displaying the ItemList resource with SQLAlchemy.mp4 9.6 MB
4. Flask-RESTful for more efficient development/12. PUT to create or update Items.mp4 9.4 MB
4. Flask-RESTful for more efficient development/11. DELETE to delete Items.mp4 9.4 MB
7. Git—version control/2. Installing Git on Mac and Windows.mp4 9.3 MB
7. Git—version control/3. What is a Git repository.mp4 9.3 MB
2. A Full Python Refresher/13. Solution to coding exercise Lists, tuples, sets.mp4 9.1 MB
6. Simplifying storage with Flask-SQLAlchemy/16. Conclusion of this section.mp4 9.1 MB
7. Git—version control/7. The README file.mp4 9.1 MB
8. Deploying Flask apps to Heroku/5. Setting up Heroku for Flask.mp4 8.7 MB
4. Flask-RESTful for more efficient development/14. Optimising our final code and request parsing.mp4 8.6 MB
2. A Full Python Refresher/36. Conclusion of this section.mp4 8.6 MB
5. Storing resources in a SQL database/10. Deleting our Item resources from the database.mp4 8.5 MB
8. Deploying Flask apps to Heroku/11. Conclusion of this section.mp4 8.3 MB
2. A Full Python Refresher/21. Are dictionaries things.mp4 8.0 MB
7. Git—version control/4. The Git workflow—part 1.mp4 7.9 MB
4. Flask-RESTful for more efficient development/1. Welcome to this section.mp4 7.5 MB
6. Simplifying storage with Flask-SQLAlchemy/1. Welcome to this section!.mp4 7.5 MB
8. Deploying Flask apps to Heroku/8. Testing the deployed API with Postman.mp4 7.3 MB
2. A Full Python Refresher/8. Solution to coding exercise Methods.mp4 6.9 MB
5. Storing resources in a SQL database/7. Preventing duplicate usernames when signing users up.mp4 6.0 MB
6. Simplifying storage with Flask-SQLAlchemy/12. No more creating tables manually—telling SQLAlchemy to create tables.mp4 5.4 MB
5. Storing resources in a SQL database/15. Conclusion of this section.mp4 5.4 MB
2. A Full Python Refresher/5. Solution to coding exercise Variables.mp4 3.6 MB
3. Your first REST API/2. Installing Flask.mp4 3.4 MB
10. Security in your REST APIs/7. Verifying everything works—this is important!.mp4 2.8 MB
9. Deploying Flask apps to our own server/2.1 digitalocean_tutorial.pdf.pdf 2.1 MB
8. Deploying Flask apps to Heroku/3.1 heroku_tutorial.pdf.pdf 2.1 MB
9. Deploying Flask apps to our own server/3.1 deploying_uwsgi_nginx.pdf.pdf 1.8 MB
5. Storing resources in a SQL database/14.1 flask-jwt-guide.pdf.pdf 358.8 kB
1. Welcome!/2.1 3_python_self_assessment.pdf.pdf 78.7 kB
9. Deploying Flask apps to our own server/7. Setting up uWSGI to run our REST API.vtt 36.8 kB
6. Simplifying storage with Flask-SQLAlchemy/5. Creating User and Item models.vtt 32.9 kB
5. Storing resources in a SQL database/5. Logging in and retrieving Users from a database.vtt 29.4 kB
9. Deploying Flask apps to our own server/6. Setting up nginx and our REST API.vtt 28.7 kB
11. Token refreshing and Flask-JWT-Extended/14.1 11_logging_users_out.zip.zip 27.4 kB
11. Token refreshing and Flask-JWT-Extended/5. Logging in with Flask-JWT-Extended.vtt 26.4 kB
11. Token refreshing and Flask-JWT-Extended/2.1 1_recap_of_code.zip.zip 21.6 kB
5. Storing resources in a SQL database/9. Writing our Item resources to a database.vtt 21.1 kB
6. Simplifying storage with Flask-SQLAlchemy/9. Implementing the ItemModel using SQLAlchemy.vtt 21.0 kB
2. A Full Python Refresher/14. Loops in Python.vtt 20.9 kB
5. Storing resources in a SQL database/6. Signing up and writing Users to a database.vtt 20.8 kB
2. A Full Python Refresher/6. Methods in Python.vtt 20.1 kB
11. Token refreshing and Flask-JWT-Extended/2. A recap of the code + a few changes!.vtt 19.7 kB
6. Simplifying storage with Flask-SQLAlchemy/13. Creating a new model StoreModel.vtt 19.6 kB
5. Storing resources in a SQL database/4. Running a SQLite database and interacting with it from Python.vtt 18.8 kB
10. Security in your REST APIs/9. Configuring nginx for SSL.vtt 18.3 kB
4. Flask-RESTful for more efficient development/9. Authentication and logging in—part 1.vtt 18.0 kB
3. Your first REST API/11. Using Postman for API testing.vtt 18.0 kB
2. A Full Python Refresher/19. List comprehension.vtt 17.9 kB
8. Deploying Flask apps to Heroku/6. Adding the required files to the project.vtt 17.7 kB
6. Simplifying storage with Flask-SQLAlchemy/8. Telling SQLAlchemy about our tables and columns.vtt 17.6 kB
4. Flask-RESTful for more efficient development/4. Your first Flask-RESTful app.vtt 16.9 kB
4. Flask-RESTful for more efficient development/5. Test-first API design—what is that.vtt 16.7 kB
4. Flask-RESTful for more efficient development/6. Creating our Item Resource.vtt 16.5 kB
3. Your first REST API/4. Your first Flask application.vtt 16.5 kB
2. A Full Python Refresher/31. Inheritance in Object-Oriented Programming.vtt 16.3 kB
3. Your first REST API/5. HTTP Verbs.vtt 16.2 kB
6. Simplifying storage with Flask-SQLAlchemy/7. Advanced Postman environments and tests.vtt 16.0 kB
11. Token refreshing and Flask-JWT-Extended/12.1 9_customizing_callbacks_and_responses.zip.zip 15.9 kB
6. Simplifying storage with Flask-SQLAlchemy/10. Implementing the UserModel using SQLAlchemy.vtt 15.7 kB
2. A Full Python Refresher/18. A programming exercise for you.vtt 15.5 kB
11. Token refreshing and Flask-JWT-Extended/13.2 10_blacklisting.zip.zip 15.4 kB
3. Your first REST API/9. Implementing other endpoints.vtt 15.1 kB
11. Token refreshing and Flask-JWT-Extended/11.1 8_requiring_a_fresh_token.zip.zip 14.8 kB
11. Token refreshing and Flask-JWT-Extended/10. Performing token refresh in our REST API.vtt 14.8 kB
5. Storing resources in a SQL database/8. Retrieving our Item resources from a database.vtt 14.5 kB
6. Simplifying storage with Flask-SQLAlchemy/14. Creating the Store Resource.vtt 14.3 kB
8. Deploying Flask apps to Heroku/9. Adding PostgreSQL to our Heroku app.vtt 14.2 kB
2. A Full Python Refresher/32. args and kwargs.vtt 13.9 kB
11. Token refreshing and Flask-JWT-Extended/10.2 7_token_refresh.zip.zip 13.9 kB
2. A Full Python Refresher/24. Objects in Python.vtt 13.7 kB
11. Token refreshing and Flask-JWT-Extended/8.1 5_jwt_optional.zip.zip 13.6 kB
11. Token refreshing and Flask-JWT-Extended/5.2 3_login_with_flask_jwt_extended.zip.zip 13.6 kB
8. Deploying Flask apps to Heroku/7. Logs in Heroku and troubleshooting errors.vtt 13.5 kB
11. Token refreshing and Flask-JWT-Extended/3.2 2_adding_user_resource_for_testing.zip.zip 13.4 kB
9. Deploying Flask apps to our own server/5. Setting up our new user with PostgreSQL permissions.vtt 13.1 kB
3. Your first REST API/6. REST Principles.vtt 13.1 kB
11. Token refreshing and Flask-JWT-Extended/7. Adding JWT Claims.vtt 13.0 kB
11. Token refreshing and Flask-JWT-Extended/12. Customizing Flask-JWT-Extended callbacks and responses.vtt 12.9 kB
4. Flask-RESTful for more efficient development/2. Virtualenvs and setting up Flask-RESTful.vtt 12.8 kB
11. Token refreshing and Flask-JWT-Extended/7.1 4_adding_claims.zip.zip 12.7 kB
2. A Full Python Refresher/10. List, tuple, and set operations.vtt 12.7 kB
9. Deploying Flask apps to our own server/4. Creating a UNIX user in Ubuntu 16.04.vtt 12.6 kB
2. A Full Python Refresher/33. Passing functions as arguments.vtt 12.3 kB
2. A Full Python Refresher/9. Lists, tuples, and sets.vtt 12.3 kB
9. Deploying Flask apps to our own server/3. Installing PostgreSQL in Ubuntu 16.04.vtt 12.3 kB
8. Deploying Flask apps to Heroku/4. Getting our code into GitHub.vtt 12.3 kB
10. Security in your REST APIs/4. Setting up Cloudflare.vtt 12.2 kB
2. A Full Python Refresher/35. Advanced decorators.vtt 12.2 kB
3. Your first REST API/7. Creating our application endpoints.vtt 12.1 kB
10. Security in your REST APIs/6. Setting our DNS records.vtt 12.0 kB
3. Your first REST API/10. Calling the API from JavaScript.vtt 11.7 kB
4. Flask-RESTful for more efficient development/8. Improving code and error control.vtt 11.7 kB
11. Token refreshing and Flask-JWT-Extended/9. What is a fresh token.vtt 11.1 kB
11. Token refreshing and Flask-JWT-Extended/3. Creating a User Resource for testing.vtt 11.1 kB
2. A Full Python Refresher/23. Solution to coding exercise Dictionaries.vtt 11.0 kB
4. Flask-RESTful for more efficient development/7. The ItemList and creating Items.vtt 10.9 kB
5. Storing resources in a SQL database/13. Retrieving many items from the database.vtt 10.9 kB
4. Flask-RESTful for more efficient development/10. Authentication and logging in—part 2.vtt 10.7 kB
8. Deploying Flask apps to Heroku/3. What is Heroku.vtt 10.7 kB
3. Your first REST API/8. Returning a list of stores.vtt 10.5 kB
2. A Full Python Refresher/15. If statements.vtt 10.4 kB
8. Deploying Flask apps to Heroku/10. Working with Git and automatic deploys.vtt 10.4 kB
2. A Full Python Refresher/3. Variables in Python.vtt 10.3 kB
4. Flask-RESTful for more efficient development/13. Advanced request parsing with Flask-RESTful.vtt 10.3 kB
11. Token refreshing and Flask-JWT-Extended/14. Logging users out in our REST API.vtt 10.2 kB
6. Simplifying storage with Flask-SQLAlchemy/3. Setting up this section's project.vtt 10.0 kB
10. Security in your REST APIs/3. Getting our domain name.vtt 9.9 kB
9. Deploying Flask apps to our own server/8. Testing our API to make sure everything works.vtt 9.9 kB
2. A Full Python Refresher/28. @classmethod and @staticmethod.vtt 9.8 kB
7. Git—version control/6. Using SSH keys for security.vtt 9.7 kB
2. A Full Python Refresher/30. Solution to coding exercise @classmethod and @staticmethod.vtt 9.6 kB
2. A Full Python Refresher/34. Decorators in Python.vtt 9.6 kB
11. Token refreshing and Flask-JWT-Extended/4. Testing our new Resource with Postman.vtt 9.5 kB
7. Git—version control/7. The README file.vtt 9.4 kB
6. Simplifying storage with Flask-SQLAlchemy/15. Final testing of this section's API.vtt 9.4 kB
2. A Full Python Refresher/11. Advanced set operations.vtt 9.3 kB
2. A Full Python Refresher/17. Solution to coding exercise Flow control.vtt 8.9 kB
11. Token refreshing and Flask-JWT-Extended/13. Blacklisting with Flask-JWT-Extended.vtt 8.9 kB
2. A Full Python Refresher/20. Dictionaries.vtt 8.9 kB
7. Git—version control/3. What is a Git repository.vtt 8.7 kB
7. Git—version control/5. The Git workflow—part 2, including GitHub.vtt 8.6 kB
6. Simplifying storage with Flask-SQLAlchemy/11. Easily displaying the ItemList resource with SQLAlchemy.vtt 8.5 kB
6. Simplifying storage with Flask-SQLAlchemy/4. Improving the project structure and maintainability.vtt 8.4 kB
8. Deploying Flask apps to Heroku/5. Setting up Heroku for Flask.vtt 8.3 kB
2. A Full Python Refresher/27. Solution to coding exercise Classes and objects.vtt 8.2 kB
2. A Full Python Refresher/25. A Student example.vtt 8.2 kB
5. Storing resources in a SQL database/12. The PUT method with database interaction.vtt 8.1 kB
11. Token refreshing and Flask-JWT-Extended/8. Getting the JWT identity in and endpoint and @jwt_optional.vtt 8.0 kB
10. Security in your REST APIs/5. What is DNS.vtt 7.8 kB
6. Simplifying storage with Flask-SQLAlchemy/6. Verifying the app works after our changes.vtt 7.5 kB
7. Git—version control/4. The Git workflow—part 1.vtt 7.4 kB
2. A Full Python Refresher/13. Solution to coding exercise Lists, tuples, sets.vtt 7.4 kB
5. Storing resources in a SQL database/11. Refactoring insertion of items.vtt 7.2 kB
4. Flask-RESTful for more efficient development/11. DELETE to delete Items.vtt 7.2 kB
4. Flask-RESTful for more efficient development/12. PUT to create or update Items.vtt 6.5 kB
5. Storing resources in a SQL database/10. Deleting our Item resources from the database.vtt 6.4 kB
4. Flask-RESTful for more efficient development/14. Optimising our final code and request parsing.vtt 6.2 kB
2. A Full Python Refresher/21. Are dictionaries things.vtt 6.1 kB
8. Deploying Flask apps to Heroku/8. Testing the deployed API with Postman.vtt 6.1 kB
7. Git—version control/2. Installing Git on Mac and Windows.vtt 6.1 kB
2. A Full Python Refresher/8. Solution to coding exercise Methods.vtt 5.9 kB
5. Storing resources in a SQL database/2. Setting up our project.vtt 5.7 kB
10. Security in your REST APIs/8. Creating our SSL certificate in Cloudflare.vtt 5.0 kB
11. Token refreshing and Flask-JWT-Extended/6. Testing the login with Postman.vtt 4.8 kB
11. Token refreshing and Flask-JWT-Extended/11. Requiring a fresh token in an endpoint.vtt 4.7 kB
6. Simplifying storage with Flask-SQLAlchemy/12. No more creating tables manually—telling SQLAlchemy to create tables.vtt 4.6 kB
5. Storing resources in a SQL database/7. Preventing duplicate usernames when signing users up.vtt 4.1 kB
3. Your first REST API/2. Installing Flask.vtt 3.2 kB
2. A Full Python Refresher/5. Solution to coding exercise Variables.vtt 3.1 kB
7. Git—version control/1. Welcome to this section.vtt 2.7 kB
10. Security in your REST APIs/7. Verifying everything works—this is important!.vtt 2.5 kB
12. Bonus Section/1. Bonus lecture where will your learning take you next.html 2.4 kB
9. Deploying Flask apps to our own server/9. Conclusion of this section.vtt 2.1 kB
2. A Full Python Refresher/1. Introduction to this section.vtt 2.0 kB
3. Your first REST API/1. Introduction to this section.vtt 1.9 kB
8. Deploying Flask apps to Heroku/1. Welcome to this section.vtt 1.7 kB
5. Storing resources in a SQL database/1. Welcome to this section.vtt 1.5 kB
6. Simplifying storage with Flask-SQLAlchemy/16. Conclusion of this section.vtt 1.5 kB
8. Deploying Flask apps to Heroku/11. Conclusion of this section.vtt 1.4 kB
3. Your first REST API/12. Conclusion of this section.vtt 1.3 kB
6. Simplifying storage with Flask-SQLAlchemy/1. Welcome to this section!.vtt 1.3 kB
9. Deploying Flask apps to our own server/1. Welcome to this section.vtt 1.2 kB
4. Flask-RESTful for more efficient development/15. Conclusion of this section.vtt 1.1 kB
7. Git—version control/8. Conclusion of this section.vtt 1.1 kB
11. Token refreshing and Flask-JWT-Extended/1. Welcome to this section.html 1.1 kB
2. A Full Python Refresher/36. Conclusion of this section.vtt 1.0 kB
1. Welcome!/1. How to take this course.html 940 Bytes
5. Storing resources in a SQL database/15. Conclusion of this section.vtt 888 Bytes
10. Security in your REST APIs/11. Extra technical SSL resources.html 858 Bytes
2. A Full Python Refresher/2. Access the code for this section here.html 810 Bytes
5. Storing resources in a SQL database/14. Advanced Flask-JWT Configuration.html 795 Bytes
1. Welcome!/3. Python on Windows.html 790 Bytes
10. Security in your REST APIs/1. Welcome to this section.html 781 Bytes
5. Storing resources in a SQL database/3. Access the code for this section here.html 774 Bytes
1. Welcome!/4. Python on Mac.html 659 Bytes
11. Token refreshing and Flask-JWT-Extended/16. Flask-JWT-Extended further reading.html 654 Bytes
4. Flask-RESTful for more efficient development/1. Welcome to this section.vtt 603 Bytes
11. Token refreshing and Flask-JWT-Extended/15. E-book complete review of the API so far.html 520 Bytes
4. Flask-RESTful for more efficient development/3. Access the code for this section here.html 501 Bytes
6. Simplifying storage with Flask-SQLAlchemy/2. Access the code for this section here.html 501 Bytes
3. Your first REST API/3. Access the code for this section here.html 491 Bytes
3. Your first REST API/10.1 index.html.html 471 Bytes
10. Security in your REST APIs/2. Security in REST APIs e-book.html 390 Bytes
1. Welcome!/2. Before we get started a self-assessment.html 356 Bytes
8. Deploying Flask apps to Heroku/2. Access the code for this section here.html 335 Bytes
10. Security in your REST APIs/12. Conclusion of this section.html 256 Bytes
11. Token refreshing and Flask-JWT-Extended/12.2 Start and end code for this lecture.html 177 Bytes
11. Token refreshing and Flask-JWT-Extended/3.1 Start and end code for this lecture.html 174 Bytes
11. Token refreshing and Flask-JWT-Extended/5.1 Start and end code for this lecture.html 171 Bytes
11. Token refreshing and Flask-JWT-Extended/11.2 Start and end code for this lecture.html 165 Bytes
11. Token refreshing and Flask-JWT-Extended/14.2 Start and end code for this lecture.html 160 Bytes
11. Token refreshing and Flask-JWT-Extended/10.1 Start and end code for this lecture.html 155 Bytes
11. Token refreshing and Flask-JWT-Extended/13.1 Start and end code for this lecture.html 155 Bytes
11. Token refreshing and Flask-JWT-Extended/2.2 Start and end code for this lecture.html 155 Bytes
11. Token refreshing and Flask-JWT-Extended/7.2 Start and end code for this lecture.html 155 Bytes
11. Token refreshing and Flask-JWT-Extended/8.2 Start and end code for this lecture.html 154 Bytes
10. Security in your REST APIs/10. Security in REST APIs.html 131 Bytes
2. A Full Python Refresher/12. Lists, tuples, and sets.html 131 Bytes
2. A Full Python Refresher/16. Flow control—loops and ifs.html 131 Bytes
2. A Full Python Refresher/22. Dictionaries and students.html 131 Bytes
2. A Full Python Refresher/26. Classes and objects.html 131 Bytes
2. A Full Python Refresher/29. @classmethod and @staticmethod.html 131 Bytes
2. A Full Python Refresher/4. Variables.html 131 Bytes
2. A Full Python Refresher/7. Methods.html 131 Bytes
==查看完整文档列表==