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