Udemy - Advanced REST APIs With Flask And Python [TP]

seeders: 3 leechers: 10
Added 6 years ago by tutplanet in Other
Downloaded 28 times.
1337x.to
Udemy - Advanced REST APIs With Flask And Python [TP]

Torrent Contents Size: 6.05 GB

Udemy - Advanced REST APIs With Flask And Python [TP]
1. Introduction
1. Why you should take this course!.mp4
MP4
54.78 MB
1. Why you should take this course!.vtt
VTT
5.12 KB
10. Adding custom JSON types.mp4
MP4
52.29 MB
10. Adding custom JSON types.vtt
VTT
9.43 KB
10.1 end_code.zip.zip
ZIP
6.44 KB
10.2 start_code.zip.zip
ZIP
6.39 KB
11. Using the current class as a type hint.mp4
MP4
27.15 MB
11. Using the current class as a type hint.vtt
VTT
5.31 KB
11.1 start_code.zip.zip
ZIP
6.5 KB
11.2 end_code.zip.zip
ZIP
6.46 KB
12. Using Black for code formatting.mp4
MP4
81.05 MB
12. Using Black for code formatting.vtt
VTT
16.2 KB
12.1 starter_code.zip.zip
ZIP
6.52 KB
12.2 end_code.zip.zip
ZIP
6.49 KB
12.3 Black code formatter documentation.html
HTML
100 B
12.4 Black GitHub repository.html
HTML
90 B
13. Improving errors with constants.mp4
MP4
70.71 MB
13. Improving errors with constants.vtt
VTT
13.11 KB
13.1 end_code.zip.zip
ZIP
6.74 KB
13.2 start_code.zip.zip
ZIP
6.55 KB
14. @classmethod across the board.mp4
MP4
56.55 MB
14. @classmethod across the board.vtt
VTT
10.66 KB
14.1 end_code.zip.zip
ZIP
6.77 KB
14.2 start_code.zip.zip
ZIP
6.8 KB
15. Testing our API with Postman.mp4
MP4
65.36 MB
15. Testing our API with Postman.vtt
VTT
16.29 KB
15.1 ARAC-Section01.postman_collection.json.json
JSON
9.04 KB
16. Conclusion of this section.mp4
MP4
9.8 MB
16. Conclusion of this section.vtt
VTT
1.12 KB
2. Introduction to this section.mp4
MP4
23.24 MB
2. Introduction to this section.vtt
VTT
2.11 KB
3. Access the e-book for Section 1 here!.html
HTML
907 B
4. Our project and endpoints.mp4
MP4
33.54 MB
4. Our project and endpoints.vtt
VTT
10.62 KB
4.1 ARAC-Section01.postman_collection.json.json
JSON
9.04 KB
4.2 start_code.zip.zip
ZIP
7.2 KB
5. Reviewing the beginner course code.mp4
MP4
92.66 MB
5. Reviewing the beginner course code.vtt
VTT
16.02 KB
5.1 start_code.zip.zip
ZIP
7.2 KB
6. Simplifying our error handling.mp4
MP4
17.1 MB
6. Simplifying our error handling.vtt
VTT
3.29 KB
6.1 end_code.zip.zip
ZIP
6.55 KB
6.2 start_code.zip.zip
ZIP
7.2 KB
7. Refactoring our resources.mp4
MP4
35.25 MB
7. Refactoring our resources.vtt
VTT
7.41 KB
7.1 start_code.zip.zip
ZIP
6.61 KB
7.2 end_code.zip.zip
ZIP
6.19 KB
8. Should we have unique names.mp4
MP4
35.44 MB
8. Should we have unique names.vtt
VTT
6.95 KB
8.1 start_code.zip.zip
ZIP
6.25 KB
8.2 end_code.zip.zip
ZIP
6.2 KB
9. Adding basic type hinting.mp4
MP4
65.26 MB
9. Adding basic type hinting.vtt
VTT
13.83 KB
9.1 start_code.zip.zip
ZIP
6.26 KB
9.2 end_code.zip.zip
ZIP
6.33 KB
10. Bonus section
1. Conclusion of the course.mp4
MP4
12.25 MB
1. Conclusion of the course.vtt
VTT
1.2 KB
2. Bonus lecture next steps and other resources.html
HTML
1.05 KB
2. Serialization with Marshmallow
1. Introduction to this section.mp4
MP4
14.67 MB
1. Introduction to this section.vtt
VTT
1.41 KB
10. Deduplicating error handling.mp4
MP4
41.26 MB
10. Deduplicating error handling.vtt
VTT
6.93 KB
10.1 start_code.zip.zip
ZIP
10.44 KB
10.2 end_code.zip.zip
ZIP
9.54 KB
11. Conclusion of this section.mp4
MP4
17.19 MB
11. Conclusion of this section.vtt
VTT
1.54 KB
2. Serialization with Marshmallow.mp4
MP4
49.07 MB
2. Serialization with Marshmallow.vtt
VTT
13.26 KB
2.1 serializing.py.py
PY
350 B
3. Deserialization with Marshmallow.mp4
MP4
45.9 MB
3. Deserialization with Marshmallow.vtt
VTT
8.52 KB
3.1 deserializing.py.py
PY
364 B
4. Migrating from virtualenv to Pipenv.mp4
MP4
133.95 MB
4. Migrating from virtualenv to Pipenv.vtt
VTT
26.49 KB
4.1 start_code.zip.zip
ZIP
6.83 KB
4.2 end_code.zip.zip
ZIP
8.75 KB
5. Postman collection for this section.html
HTML
501 B
5.1 ARAC-Section02-Marshmallow.postman_collection.json.json
JSON
9.05 KB
6. Using vanilla Marshmallow with the API.mp4
MP4
118.02 MB
6. Using vanilla Marshmallow with the API.vtt
VTT
21.66 KB
6.1 end_code.zip.zip
ZIP
20.02 KB
6.2 start_code.zip.zip
ZIP
8.82 KB
7. Introduction to Flask-Marshmallow.mp4
MP4
107.19 MB
7. Introduction to Flask-Marshmallow.vtt
VTT
20.04 KB
7.1 start_code.zip.zip
ZIP
7.5 KB
7.2 end_code.zip.zip
ZIP
18 KB
8. Adding items to our REST API.mp4
MP4
98.36 MB
8. Adding items to our REST API.vtt
VTT
18.31 KB
8.1 end_code.zip.zip
ZIP
19.67 KB
8.2 start_code.zip.zip
ZIP
9.95 KB
9. Adding stores to our REST API.mp4
MP4
75.72 MB
9. Adding stores to our REST API.vtt
VTT
14.88 KB
9.1 end_code.zip.zip
ZIP
10.37 KB
9.2 start_code.zip.zip
ZIP
10.23 KB
3. E-mail confirmations
1. Introduction to this section.mp4
MP4
36.65 MB
1. Introduction to this section.vtt
VTT
3.38 KB
10. Creating our Mailgun library file.mp4
MP4
64.98 MB
10. Creating our Mailgun library file.vtt
VTT
11.89 KB
10.1 start_code.zip.zip
ZIP
9.68 KB
10.2 end_code.zip.zip
ZIP
10.07 KB
11. Using .env files in Flask.mp4
MP4
44.13 MB
11. Using .env files in Flask.vtt
VTT
9.51 KB
11.1 end_code.zip.zip
ZIP
10.24 KB
11.2 start_code.zip.zip
ZIP
10.19 KB
12. Adding more configuration to .env.mp4
MP4
14.81 MB
12. Adding more configuration to .env.vtt
VTT
2.95 KB
12.1 start_code.zip.zip
ZIP
10.36 KB
12.2 end_code.zip.zip
ZIP
10.31 KB
13. Error handling in Mailgun.mp4
MP4
79.87 MB
13. Error handling in Mailgun.vtt
VTT
14.06 KB
13.1 end_code.zip.zip
ZIP
10.55 KB
13.2 start_code.zip.zip
ZIP
10.42 KB
14. Conclusion of this section.mp4
MP4
26.67 MB
14. Conclusion of this section.vtt
VTT
2.31 KB
2. Introduction to e-mail confirmation.mp4
MP4
41.71 MB
2. Introduction to e-mail confirmation.vtt
VTT
10.29 KB
3. Postman collection for this section.html
HTML
438 B
3.1 ARAC-Section03-Email Confirmation.postman_collection.json.json
JSON
10.06 KB
4. Adding an activated property.mp4
MP4
30.59 MB
4. Adding an activated property.vtt
VTT
5.63 KB
4.1 end_code.zip.zip
ZIP
7.62 KB
4.2 start_code.zip.zip
ZIP
7.44 KB
5. Activating users manually.mp4
MP4
45.81 MB
5. Activating users manually.vtt
VTT
10.33 KB
5.1 start_code.zip.zip
ZIP
7.7 KB
5.2 end_code.zip.zip
ZIP
7.67 KB
6. Telling users they are active.mp4
MP4
120.79 MB
6. Telling users they are active.vtt
VTT
23.94 KB
6.1 start_code.zip.zip
ZIP
7.75 KB
6.2 end_code.zip.zip
ZIP
8.89 KB
7. Setting up Mailgun.mp4
MP4
31.04 MB
7. Setting up Mailgun.vtt
VTT
5.73 KB
8. Sending e-mails with Mailgun (Part 1).mp4
MP4
126.74 MB
8. Sending e-mails with Mailgun (Part 1).vtt
VTT
19.2 KB
8.1 end_code.zip.zip
ZIP
9.58 KB
8.2 start_code.zip.zip
ZIP
8.99 KB
9. Sending e-mails with Mailgun (Part 2).mp4
MP4
33.71 MB
9. Sending e-mails with Mailgun (Part 2).vtt
VTT
6.05 KB
4. Advanced e-mail confirmation
1. Introduction to this section.mp4
MP4
24.21 MB
1. Introduction to this section.vtt
VTT
2.16 KB
10. What are localisation and internationalisation.mp4
MP4
39.62 MB
10. What are localisation and internationalisation.vtt
VTT
17.77 KB
11. Storing strings in config files.mp4
MP4
38.9 MB
11. Storing strings in config files.vtt
VTT
6.61 KB
11.1 end_code.zip.zip
ZIP
17.44 KB
11.2 start_code.zip.zip
ZIP
16.75 KB
12. Creating a simple translation library.mp4
MP4
65.25 MB
12. Creating a simple translation library.vtt
VTT
14.57 KB
12.1 end_code.zip.zip
ZIP
17.85 KB
12.2 start_code.zip.zip
ZIP
17.6 KB
13. Updating our resources to use translations.mp4
MP4
111.97 MB
13. Updating our resources to use translations.vtt
VTT
15.51 KB
13.1 end_code.zip.zip
ZIP
17.39 KB
13.2 start_code.zip.zip
ZIP
18 KB
14. Adding a new language to our API.mp4
MP4
50.18 MB
14. Adding a new language to our API.vtt
VTT
7.98 KB
14.1 start_code.zip.zip
ZIP
17.54 KB
14.2 end_code.zip.zip
ZIP
18.1 KB
14.3 Flask-Babel Documentation.html
HTML
98 B
15. What is Flask-Babel.mp4
MP4
49.65 MB
15. What is Flask-Babel.vtt
VTT
9.46 KB
16. Common pitfalls and advice.mp4
MP4
41.42 MB
16. Common pitfalls and advice.vtt
VTT
6.19 KB
16.1 translation_file_checking_script.py.py
PY
755 B
17. Conclusion of this section.mp4
MP4
41.62 MB
17. Conclusion of this section.vtt
VTT
3.67 KB
2. Postman collection for this section.html
HTML
438 B
2.1 ARAC-Section04-ConfirmationModel.postman_collection.json.json
JSON
11.83 KB
3. Creating the ConfirmationModel.mp4
MP4
120.46 MB
3. Creating the ConfirmationModel.vtt
VTT
25.12 KB
3.1 start_code.zip.zip
ZIP
14.33 KB
3.2 end_code.zip.zip
ZIP
15.21 KB
4. Changes in our UserModel.mp4
MP4
78.92 MB
4. Changes in our UserModel.vtt
VTT
13.02 KB
4.1 end_code.zip.zip
ZIP
15.34 KB
4.2 start_code.zip.zip
ZIP
15.35 KB
5. Creating our ConfirmationResource.mp4
MP4
152.06 MB
5. Creating our ConfirmationResource.vtt
VTT
27.25 KB
5.1 start_code.zip.zip
ZIP
15.48 KB
5.2 end_code.zip.zip
ZIP
16.63 KB
6. Updating our UserResource.mp4
MP4
47.36 MB
6. Updating our UserResource.vtt
VTT
8.03 KB
6.1 start_code.zip.zip
ZIP
16.77 KB
6.2 end_code.zip.zip
ZIP
16.51 KB
7. Adding the last confirmation to the user schema.mp4
MP4
23.12 MB
7. Adding the last confirmation to the user schema.vtt
VTT
5.47 KB
7.1 start_code.zip.zip
ZIP
16.66 KB
7.2 Marshmallow Extending schemas.html
HTML
117 B
7.3 end_code.zip.zip
ZIP
16.58 KB
8. Fixing our app.py.mp4
MP4
51.26 MB
8. Fixing our app.py.vtt
VTT
10.94 KB
8.1 start_code.zip.zip
ZIP
16.73 KB
8.2 end_code.zip.zip
ZIP
16.6 KB
9. Cross-resource dependencies are (generally) bad.mp4
MP4
46.41 MB
9. Cross-resource dependencies are (generally) bad.vtt
VTT
7.6 KB
5. Postman documentation and tests
1. Introduction to this section.mp4
MP4
31.12 MB
1. Introduction to this section.vtt
VTT
2.63 KB
10. More options for publishing documentation.mp4
MP4
47.91 MB
10. More options for publishing documentation.vtt
VTT
10.68 KB
11. Conclusion of this section.mp4
MP4
20.87 MB
11. Conclusion of this section.vtt
VTT
1.89 KB
2. Postman collection for this section.html
HTML
708 B
2.1 ARA-Section05-FlowTests.postman_collection.json.json
JSON
31.55 KB
2.2 ARAC-Section05-Documentation.postman_collection.json.json
JSON
70.85 KB
3. Collection and request descriptions.mp4
MP4
27.06 MB
3. Collection and request descriptions.vtt
VTT
6.76 KB
4. Recap of Postman environments.mp4
MP4
29.17 MB
4. Recap of Postman environments.vtt
VTT
7.51 KB
5. JavaScript tests in Postman.mp4
MP4
115.34 MB
5. JavaScript tests in Postman.vtt
VTT
22.79 KB
6. Running entire collections in Postman.mp4
MP4
95.63 MB
6. Running entire collections in Postman.vtt
VTT
23.11 KB
7. Adding example requests and responses.mp4
MP4
49.88 MB
7. Adding example requests and responses.vtt
VTT
14.13 KB
8. Previewing our Postman documentation.mp4
MP4
4.14 MB
8. Previewing our Postman documentation.vtt
VTT
1.07 KB
9. Publishing our documentation page.mp4
MP4
24.48 MB
9. Publishing our documentation page.vtt
VTT
6.41 KB
6. Image uploads
1. Introduction to this section.mp4
MP4
11.95 MB
1. Introduction to this section.vtt
VTT
1.2 KB
10. Retrieving and deleting images.mp4
MP4
95.13 MB
10. Retrieving and deleting images.vtt
VTT
14.52 KB
10.1 start_code.zip.zip
ZIP
32.01 KB
10.2 end_code.zip.zip
ZIP
32.19 KB
11. Another example user avatars.mp4
MP4
96.11 MB
11. Another example user avatars.vtt
VTT
16.65 KB
11.1 start_code.zip.zip
ZIP
32.37 KB
11.2 end_code.zip.zip
ZIP
328.38 KB
12. Adding the avatar resource.mp4
MP4
46.39 MB
12. Adding the avatar resource.vtt
VTT
8.83 KB
12.1 start_code.zip.zip
ZIP
328.58 KB
12.2 end_code.zip.zip
ZIP
328.46 KB
13. Conclusion of this section.mp4
MP4
24.66 MB
13. Conclusion of this section.vtt
VTT
2.12 KB
2. Postman collection for this section.html
HTML
438 B
2.1 ARAC-Section06-ImageUpload.postman_collection.json.json
JSON
82.14 KB
3. Installing Flask-Uploads.mp4
MP4
9.8 MB
3. Installing Flask-Uploads.vtt
VTT
2.64 KB
3.1 start_code.zip.zip
ZIP
16.93 KB
3.2 end_code.zip.zip
ZIP
14.41 KB
4. Config files in Flask.mp4
MP4
94.74 MB
4. Config files in Flask.vtt
VTT
26.63 KB
4.1 start_code.zip.zip
ZIP
14.55 KB
4.2 end_code.zip.zip
ZIP
18.39 KB
5. What are wsgi and Werkzeug.mp4
MP4
45.46 MB
5. What are wsgi and Werkzeug.vtt
VTT
17.96 KB
5.1 Wikipedia Web Server Gateway Interface (WSGI).html
HTML
119 B
5.2 Werkzeug Data structures — FileStorage.html
HTML
148 B
6. Creating our image helper library.mp4
MP4
149.92 MB
6. Creating our image helper library.vtt
VTT
23.13 KB
6.1 start_code.zip.zip
ZIP
18.55 KB
6.2 end_code.zip.zip
ZIP
19.45 KB
7. Creating our image schema.mp4
MP4
38.59 MB
7. Creating our image schema.vtt
VTT
10.02 KB
7.1 start_code.zip.zip
ZIP
19.62 KB
7.2 end_code.zip.zip
ZIP
19.86 KB
8. Creating our image upload resource.mp4
MP4
74.46 MB
8. Creating our image upload resource.vtt
VTT
13.36 KB
8.1 end_code.zip.zip
ZIP
20.69 KB
8.2 start_code.zip.zip
ZIP
20.03 KB
9. Trying out our image upload.mp4
MP4
68.55 MB
9. Trying out our image upload.vtt
VTT
12.38 KB
9.1 start_code.zip.zip
ZIP
20.86 KB
9.2 end_code.zip.zip
ZIP
31.83 KB
7. Database migrations
1. Introduction to this section.mp4
MP4
27.14 MB
1. Introduction to this section.vtt
VTT
2.52 KB
10. Adding a new column with migrations.mp4
MP4
18.28 MB
10. Adding a new column with migrations.vtt
VTT
3.4 KB
10.1 end_code.zip.zip
ZIP
13.68 KB
10.2 start_code.zip.zip
ZIP
13.13 KB
11. Problems that can happen while migrating.mp4
MP4
57.55 MB
11. Problems that can happen while migrating.vtt
VTT
7.63 KB
12. A word of caution!.mp4
MP4
8.21 MB
12. A word of caution!.vtt
VTT
3.17 KB
13. Defining a SQLAlchemy naming convention.mp4
MP4
44.69 MB
13. Defining a SQLAlchemy naming convention.vtt
VTT
10.4 KB
13.1 end_code.zip.zip
ZIP
13.26 KB
13.2 start_code.zip.zip
ZIP
13.8 KB
13.3 Alembic op.f.html
HTML
144 B
13.4 Flask-SQLAlchemy Custom metadata and naming conventions.html
HTML
151 B
13.5 Alembic Naming.html
HTML
115 B
14. When should you read documentation.mp4
MP4
40.16 MB
14. When should you read documentation.vtt
VTT
8.39 KB
15. Conclusion of this section.mp4
MP4
21.91 MB
15. Conclusion of this section.vtt
VTT
2.05 KB
2. Getting a PostgreSQL database.html
HTML
892 B
3. What's in our starter code.mp4
MP4
11.57 MB
3. What's in our starter code.vtt
VTT
2.42 KB
3.1 start_code.zip.zip
ZIP
8.53 KB
4. Postman collection for this section.html
HTML
438 B
4.1 ARAC-Section07-Database Migrations.postman_collection.json.json
JSON
82.59 KB
5. Connecting to our remote database.mp4
MP4
22.84 MB
5. Connecting to our remote database.vtt
VTT
5.67 KB
5.1 The Teclado Blog Password encryption in Python.html
HTML
148 B
5.2 start_code.zip.zip
ZIP
8.53 KB
5.3 end_code.zip.zip
ZIP
8.84 KB
6. Initialising Flask-Migrate and Alembic.mp4
MP4
56.27 MB
6. Initialising Flask-Migrate and Alembic.vtt
VTT
10.65 KB
6.1 start_code.zip.zip
ZIP
8.93 KB
6.2 end_code.zip.zip
ZIP
11.92 KB
7. Creating our initial table structure.mp4
MP4
71.9 MB
7. Creating our initial table structure.vtt
VTT
13.51 KB
8. Our first database migration.mp4
MP4
28.42 MB
8. Our first database migration.vtt
VTT
5.29 KB
9. Checking the Alembic script (important!).mp4
MP4
65.01 MB
9. Checking the Alembic script (important!).vtt
VTT
9.79 KB
9.1 start_code.zip.zip
ZIP
13.12 KB
9.2 end_code.zip.zip
ZIP
13.01 KB
8. Third party login with OAuth
1. Introduction to this lecture.mp4
MP4
20.71 MB
1. Introduction to this lecture.vtt
VTT
1.9 KB
10. What is a tokengetter.mp4
MP4
85.38 MB
10. What is a tokengetter.vtt
VTT
16.33 KB
10.1 start_code.zip.zip
ZIP
10.83 KB
10.2 end_code.zip.zip
ZIP
10.89 KB
11. Finishing our GithubAuthorize resource.mp4
MP4
47.99 MB
11. Finishing our GithubAuthorize resource.vtt
VTT
8.91 KB
11.1 start_code.zip.zip
ZIP
11.03 KB
11.2 end_code.zip.zip
ZIP
11.06 KB
12. Adding some error handling.mp4
MP4
20.51 MB
12. Adding some error handling.vtt
VTT
3.17 KB
12.1 start_code.zip.zip
ZIP
11.25 KB
12.2 end_code.zip.zip
ZIP
11.22 KB
13. Setting user passwords.mp4
MP4
73.36 MB
13. Setting user passwords.vtt
VTT
13.4 KB
13.1 start_code.zip.zip
ZIP
11.33 KB
13.2 end_code.zip.zip
ZIP
11.3 KB
14. Using url_for with Flask-RESTful.mp4
MP4
26.22 MB
14. Using url_for with Flask-RESTful.vtt
VTT
4.41 KB
14.1 Flask url_for.html
HTML
111 B
14.2 end_code.zip.zip
ZIP
11.31 KB
14.3 start_code.zip.zip
ZIP
11.41 KB
15. Conclusion of this section.mp4
MP4
23.89 MB
15. Conclusion of this section.vtt
VTT
2.35 KB
2. Introduction to OAuth 2.0.mp4
MP4
33.9 MB
2. Introduction to OAuth 2.0.vtt
VTT
15.99 KB
2.1 OAuth The OAuth 2.0 Standard.html
HTML
81 B
2.2 A different guide for completeness.html
HTML
136 B
3. What's in our starter code.mp4
MP4
24.36 MB
3. What's in our starter code.vtt
VTT
5.74 KB
3.1 Marshmallow Version 3 Changelog.html
HTML
117 B
3.2 start_code.zip.zip
ZIP
9.51 KB
4. Postman collection for this section.html
HTML
438 B
4.1 ARAC-Section08-OAuth.postman_collection.json.json
JSON
5.88 KB
5. Creating a GitHub OAuth App.mp4
MP4
20.95 MB
5. Creating a GitHub OAuth App.vtt
VTT
6.43 KB
5.1 GitHub Developer Settings.html
HTML
99 B
5.2 start_code.zip.zip
ZIP
9.51 KB
5.3 GitHub Authorizing OAuth Apps.html
HTML
138 B
5.4 end_code.zip.zip
ZIP
9.94 KB
6. Flask-OAuthlib.mp4
MP4
34.46 MB
6. Flask-OAuthlib.vtt
VTT
7.05 KB
6.1 Flask-OAuthlib Documentation.html
HTML
109 B
6.2 end_code.zip.zip
ZIP
9.95 KB
6.3 start_code.zip.zip
ZIP
10.04 KB
7. Setting up our GitHub client.mp4
MP4
45.82 MB
7. Setting up our GitHub client.vtt
VTT
12.52 KB
7.1 start_code.zip.zip
ZIP
10.05 KB
7.2 GitHub Authorizing OAuth Apps.html
HTML
138 B
7.3 end_code.zip.zip
ZIP
10.35 KB
8. Our GithubLogin resource.mp4
MP4
33.92 MB
8. Our GithubLogin resource.vtt
VTT
8.47 KB
8.1 end_code.zip.zip
ZIP
10.72 KB
8.2 start_code.zip.zip
ZIP
10.46 KB
9. What is Flask's g.mp4
MP4
50.07 MB
9. What is Flask's g.vtt
VTT
9.08 KB
9.1 flask_g_test_code.zip.zip
ZIP
11 KB
9.2 Flask Application Context.html
HTML
104 B
9.3 Flask g.html
HTML
105 B
9. Payments with Stripe
1. Introduction to this section.mp4
MP4
11.95 MB
1. Introduction to this section.vtt
VTT
1.07 KB
10. Charging orders with Stripe.mp4
MP4
85.94 MB
10. Charging orders with Stripe.vtt
VTT
17.26 KB
10.1 start_code.zip.zip
ZIP
12.87 KB
10.2 end_code.zip.zip
ZIP
13.37 KB
11. Calculating the amount and description.mp4
MP4
59.9 MB
11. Calculating the amount and description.vtt
VTT
10.57 KB
11.1 end_code.zip.zip
ZIP
13.63 KB
11.2 start_code.zip.zip
ZIP
13.51 KB
12. Testing our OrderResource.mp4
MP4
34.31 MB
12. Testing our OrderResource.vtt
VTT
7.17 KB
12.1 Stripe Card Payments Quickstart.html
HTML
126 B
12.2 Stripe API Keys.html
HTML
105 B
13. Creating a way to view existing orders.mp4
MP4
23.04 MB
13. Creating a way to view existing orders.vtt
VTT
4.74 KB
13.1 end_code.zip.zip
ZIP
13.78 KB
13.2 start_code.zip.zip
ZIP
13.76 KB
14. When things go wrong error handling in Stripe.mp4
MP4
46.05 MB
14. When things go wrong error handling in Stripe.vtt
VTT
7.38 KB
14.1 start_code.zip.zip
ZIP
13.91 KB
14.2 end_code.zip.zip
ZIP
15.39 KB
14.3 order.py.py
PY
2.86 KB
15. Security considerations in payments.mp4
MP4
24.96 MB
15. Security considerations in payments.vtt
VTT
5.84 KB
16. Conclusion of this section.mp4
MP4
23.25 MB
16. Conclusion of this section.vtt
VTT
2.28 KB
2. Setting up our Stripe account.mp4
MP4
37.69 MB
2. Setting up our Stripe account.vtt
VTT
10.24 KB
2.1 Stripe API Keys.html
HTML
105 B
3. What's in our starter code.mp4
MP4
34.45 MB
3. What's in our starter code.vtt
VTT
7.95 KB
3.1 start_code.zip.zip
ZIP
11.5 KB
4. Postman collection for this section.html
HTML
438 B
4.1 ARAC-Section09-Payments.postman_collection.json.json
JSON
10.21 KB
5. Where do users pay.mp4
MP4
58.54 MB
5. Where do users pay.vtt
VTT
11.73 KB
5.1 Stripe Card Payments Quickstart.html
HTML
126 B
6. After payment receiving order data.mp4
MP4
101.52 MB
6. After payment receiving order data.vtt
VTT
20.15 KB
6.1 start_code.zip.zip
ZIP
11.54 KB
6.2 end_code.zip.zip
ZIP
11.94 KB
7. Creating our OrderModel.mp4
MP4
88.68 MB
7. Creating our OrderModel.vtt
VTT
15.78 KB
7.1 start_code.zip.zip
ZIP
12.06 KB
7.2 end_code.zip.zip
ZIP
12.53 KB
8. Many-to-many relationships with SQLAlchemy.mp4
MP4
88.41 MB
8. Many-to-many relationships with SQLAlchemy.vtt
VTT
16.48 KB
8.1 SQLAlchemy Many to many relationships.html
HTML
140 B
8.2 end_code.zip.zip
ZIP
12.6 KB
8.3 start_code.zip.zip
ZIP
12.65 KB
9. Using the Association Object in our Resourcee.mp4
MP4
145.51 MB
9. Using the Association Object in our Resourcee.vtt
VTT
25.85 KB
9.1 start_code.zip.zip
ZIP
12.73 KB
9.2 end_code.zip.zip
ZIP
12.74 KB
9.3 SQLAlchemy Association Object Pattern.html
HTML
146 B
9.4 StackOverflow backref and back_populates.html
HTML
105 B
[Tutorialsplanet.NET].url
URL
128 B

Description

Related Torrents

Location

Trackers

Tracker name
ahttp://0d.kebhana.mx:443/announce
udp://bigfoot1942.sektori.org:6969/announce
https://tracker.fastdownload.xyz:443/announce
https://opentracker.xyz:443/announce
http://open.trackerlist.xyz:80/announce
http://torrent.nwps.ws:80/announce
udp://tracker.port443.xyz:6969/announce
udp://tracker.tiny-vps.com:6969/announce
http://t.nyaatracker.com:80/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://retracker.hotplug.ru:2710/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://explodie.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.toss.li:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.justseed.it:1337/announce
https://2.track.ga:443/announce
udp://open.stealth.si:80/announce
udp://zephir.monocul.us:6969/announce
udp://open.demonii.si:1337/announce
Torrent hash: