zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[DesireCourse.Com] Udemy - Advanced REST APIs with Flask and Python
magnet:?xt=urn:btih:6bcbf8fc27dbf04461435d1d55c8a7eae62d4dab&dn=[DesireCourse.Com] Udemy - Advanced REST APIs with Flask and Python
磁力链接详情
文件列表详情
6bcbf8fc27dbf04461435d1d55c8a7eae62d4dab
infohash:
119
文件数量
6.02 GB
文件大小
2019-5-17 07:51
创建日期
2024-11-29 11:22
最后访问
相关分词
DesireCourse
Com
Udemy
-
Advanced
REST
APIs
with
Flask
and
Python
1. Introduction/1. Why you should take this course!.mp4 27.33 MB
1. Introduction/10. Adding custom JSON types.mp4 52.3 MB
1. Introduction/11. Using the current class as a type hint.mp4 27.16 MB
1. Introduction/12. Using Black for code formatting.mp4 81.06 MB
1. Introduction/13. Improving errors with constants.mp4 70.71 MB
1. Introduction/14. @classmethod across the board.mp4 56.55 MB
1. Introduction/15. Testing our API with Postman.mp4 65.37 MB
1. Introduction/16. Conclusion of this section.mp4 9.8 MB
1. Introduction/2. Introduction to this section.mp4 10.76 MB
1. Introduction/4. Our project and endpoints.mp4 49.61 MB
1. Introduction/5. Reviewing the beginner course code.mp4 105.98 MB
1. Introduction/6. Simplifying our error handling.mp4 17.1 MB
1. Introduction/7. Refactoring our resources.mp4 35.26 MB
1. Introduction/8. Should we have unique names.mp4 35.45 MB
1. Introduction/9. Adding basic type hinting.mp4 65.27 MB
10. Bonus section/1. Conclusion of the course.mp4 5.89 MB
2. Serialization with Marshmallow/1. Introduction to this section.mp4 14.68 MB
2. Serialization with Marshmallow/10. Deduplicating error handling.mp4 41.26 MB
2. Serialization with Marshmallow/11. Conclusion of this section.mp4 17.19 MB
2. Serialization with Marshmallow/2. Serialization with Marshmallow.mp4 49.07 MB
2. Serialization with Marshmallow/3. Deserialization with Marshmallow.mp4 45.91 MB
2. Serialization with Marshmallow/4. Migrating from virtualenv to Pipenv.mp4 133.95 MB
2. Serialization with Marshmallow/6. Using vanilla Marshmallow with the API.mp4 118.03 MB
2. Serialization with Marshmallow/7. Introduction to Flask-Marshmallow.mp4 107.18 MB
2. Serialization with Marshmallow/8. Adding items to our REST API.mp4 98.36 MB
2. Serialization with Marshmallow/9. Adding stores to our REST API.mp4 75.72 MB
3. E-mail confirmations/1. Introduction to this section.mp4 36.65 MB
3. E-mail confirmations/10. Creating our Mailgun library file.mp4 64.99 MB
3. E-mail confirmations/11. Using .env files in Flask.mp4 44.14 MB
3. E-mail confirmations/12. Adding more configuration to .env.mp4 14.8 MB
3. E-mail confirmations/13. Error handling in Mailgun.mp4 79.88 MB
3. E-mail confirmations/14. Conclusion of this section.mp4 26.68 MB
3. E-mail confirmations/2. Introduction to e-mail confirmation.mp4 41.71 MB
3. E-mail confirmations/4. Adding an activated property.mp4 30.6 MB
3. E-mail confirmations/5. Activating users manually.mp4 45.82 MB
3. E-mail confirmations/6. Telling users they are active.mp4 120.79 MB
3. E-mail confirmations/7. Setting up Mailgun.mp4 31.04 MB
3. E-mail confirmations/8. Sending e-mails with Mailgun (Part 1).mp4 126.74 MB
3. E-mail confirmations/9. Sending e-mails with Mailgun (Part 2).mp4 33.71 MB
4. Advanced e-mail confirmation/1. Introduction to this section.mp4 24.21 MB
4. Advanced e-mail confirmation/10. What are localisation and internationalisation.mp4 39.62 MB
4. Advanced e-mail confirmation/11. Storing strings in config files.mp4 38.91 MB
4. Advanced e-mail confirmation/12. Creating a simple translation library.mp4 65.26 MB
4. Advanced e-mail confirmation/13. Updating our resources to use translations.mp4 111.98 MB
4. Advanced e-mail confirmation/14. Adding a new language to our API.mp4 50.18 MB
4. Advanced e-mail confirmation/15. What is Flask-Babel.mp4 49.66 MB
4. Advanced e-mail confirmation/16. Common pitfalls and advice.mp4 41.43 MB
4. Advanced e-mail confirmation/17. Conclusion of this section.mp4 41.63 MB
4. Advanced e-mail confirmation/3. Creating the ConfirmationModel.mp4 120.47 MB
4. Advanced e-mail confirmation/4. Changes in our UserModel.mp4 78.93 MB
4. Advanced e-mail confirmation/5. Creating our ConfirmationResource.mp4 152.06 MB
4. Advanced e-mail confirmation/6. Updating our UserResource.mp4 47.37 MB
4. Advanced e-mail confirmation/7. Adding the last confirmation to the user schema.mp4 23.13 MB
4. Advanced e-mail confirmation/8. Fixing our app.py.mp4 51.26 MB
4. Advanced e-mail confirmation/9. Cross-resource dependencies are (generally) bad.mp4 46.41 MB
5. Postman documentation and tests/1. Introduction to this section.mp4 31.11 MB
5. Postman documentation and tests/10. More options for publishing documentation.mp4 47.91 MB
5. Postman documentation and tests/11. Conclusion of this section.mp4 20.87 MB
5. Postman documentation and tests/3. Collection and request descriptions.mp4 27.07 MB
5. Postman documentation and tests/4. Recap of Postman environments.mp4 29.18 MB
5. Postman documentation and tests/5. JavaScript tests in Postman.mp4 115.35 MB
5. Postman documentation and tests/6. Running entire collections in Postman.mp4 95.64 MB
5. Postman documentation and tests/7. Adding example requests and responses.mp4 49.89 MB
5. Postman documentation and tests/8. Previewing our Postman documentation.mp4 4.15 MB
5. Postman documentation and tests/9. Publishing our documentation page.mp4 24.48 MB
6. Image uploads/1. Introduction to this section.mp4 11.96 MB
6. Image uploads/10. Retrieving and deleting images.mp4 95.14 MB
6. Image uploads/11. Another example user avatars.mp4 96.11 MB
6. Image uploads/12. Adding the avatar resource.mp4 46.39 MB
6. Image uploads/13. Conclusion of this section.mp4 24.66 MB
6. Image uploads/3. Installing Flask-Uploads.mp4 9.8 MB
6. Image uploads/4. Config files in Flask.mp4 94.75 MB
6. Image uploads/5. What are wsgi and Werkzeug.mp4 45.46 MB
6. Image uploads/6. Creating our image helper library.mp4 149.92 MB
6. Image uploads/7. Creating our image schema.mp4 38.59 MB
6. Image uploads/8. Creating our image upload resource.mp4 74.46 MB
6. Image uploads/9. Trying out our image upload.mp4 68.56 MB
7. Database migrations/1. Introduction to this section.mp4 27.15 MB
7. Database migrations/10. Adding a new column with migrations.mp4 18.28 MB
7. Database migrations/11. Problems that can happen while migrating.mp4 57.55 MB
7. Database migrations/12. A word of caution!.mp4 8.21 MB
7. Database migrations/13. Defining a SQLAlchemy naming convention.mp4 44.69 MB
7. Database migrations/14. When should you read documentation.mp4 40.17 MB
7. Database migrations/15. Conclusion of this section.mp4 21.91 MB
7. Database migrations/3. What's in our starter code.mp4 11.58 MB
7. Database migrations/5. Connecting to our remote database.mp4 22.85 MB
7. Database migrations/6. Initialising Flask-Migrate and Alembic.mp4 56.27 MB
7. Database migrations/7. Creating our initial table structure.mp4 71.9 MB
7. Database migrations/8. Our first database migration.mp4 28.42 MB
7. Database migrations/9. Checking the Alembic script (important!).mp4 65.02 MB
8. Third party login with OAuth/1. Introduction to this lecture.mp4 20.71 MB
8. Third party login with OAuth/10. What is a tokengetter.mp4 85.38 MB
8. Third party login with OAuth/11. Finishing our GithubAuthorize resource.mp4 47.99 MB
8. Third party login with OAuth/12. Adding some error handling.mp4 20.51 MB
8. Third party login with OAuth/13. Setting user passwords.mp4 73.36 MB
8. Third party login with OAuth/14. Using url_for with Flask-RESTful.mp4 26.23 MB
8. Third party login with OAuth/15. Conclusion of this section.mp4 23.9 MB
8. Third party login with OAuth/2. Introduction to OAuth 2.0.mp4 33.91 MB
8. Third party login with OAuth/3. What's in our starter code.mp4 24.35 MB
8. Third party login with OAuth/5. Creating a GitHub OAuth App.mp4 20.95 MB
8. Third party login with OAuth/6. Flask-OAuthlib.mp4 34.46 MB
8. Third party login with OAuth/7. Setting up our GitHub client.mp4 45.83 MB
8. Third party login with OAuth/8. Our GithubLogin resource.mp4 33.92 MB
8. Third party login with OAuth/9. What is Flask's g.mp4 50.07 MB
9. Payments with Stripe/1. Introduction to this section.mp4 5.77 MB
9. Payments with Stripe/10. Charging orders with Stripe.mp4 85.94 MB
9. Payments with Stripe/11. Calculating the amount and description.mp4 59.91 MB
9. Payments with Stripe/12. Testing our OrderResource.mp4 34.31 MB
9. Payments with Stripe/13. Creating a way to view existing orders.mp4 23.03 MB
9. Payments with Stripe/14. When things go wrong error handling in Stripe.mp4 46.05 MB
9. Payments with Stripe/15. Security considerations in payments.mp4 24.96 MB
9. Payments with Stripe/16. Conclusion of this section.mp4 10.94 MB
9. Payments with Stripe/2. Setting up our Stripe account.mp4 37.7 MB
9. Payments with Stripe/3. What's in our starter code.mp4 34.45 MB
9. Payments with Stripe/5. Where do users pay.mp4 58.55 MB
9. Payments with Stripe/6. After payment receiving order data.mp4 101.53 MB
9. Payments with Stripe/7. Creating our OrderModel.mp4 88.68 MB
9. Payments with Stripe/8. Many-to-many relationships with SQLAlchemy.mp4 88.42 MB
9. Payments with Stripe/9. Using the Association Object in our Resourcee.mp4 145.51 MB
其他位置