本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseLab.com] Udemy - REST APIs with Flask and Python

种子简介

种子名称: [FreeCourseLab.com] Udemy - REST APIs with Flask and Python
文件类型: 视频
文件数目: 128个文件
文件大小: 2.31 GB
收录时间: 2019-2-16 16:00
已经下载: 3
资源热度: 135
最近下载: 2024-5-26 07:24

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:515d46eb5c3641cbcfdefd7de1c02e87c90a6ab0&dn=[FreeCourseLab.com] Udemy - REST APIs with Flask and Python 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseLab.com] Udemy - REST APIs with Flask and Python.torrent
  • 10. Security in your REST APIs/3. Getting our domain name.mp413.28MB
  • 10. Security in your REST APIs/4. Setting up Cloudflare.mp424.09MB
  • 10. Security in your REST APIs/5. What is DNS.mp49.31MB
  • 10. Security in your REST APIs/6. Setting our DNS records.mp418.01MB
  • 10. Security in your REST APIs/7. Verifying everything works—this is important!.mp42.63MB
  • 10. Security in your REST APIs/8. Creating our SSL certificate in Cloudflare.mp410.21MB
  • 10. Security in your REST APIs/9. Configuring nginx for SSL.mp427.32MB
  • 11. Token refreshing and Flask-JWT-Extended/10. Performing token refresh in our REST API.mp450.47MB
  • 11. Token refreshing and Flask-JWT-Extended/11. Requiring a fresh token in an endpoint.mp418.85MB
  • 11. Token refreshing and Flask-JWT-Extended/12. Customizing Flask-JWT-Extended callbacks and responses.mp454.73MB
  • 11. Token refreshing and Flask-JWT-Extended/13. Blacklisting with Flask-JWT-Extended.mp443.59MB
  • 11. Token refreshing and Flask-JWT-Extended/14. Logging users out in our REST API.mp448.16MB
  • 11. Token refreshing and Flask-JWT-Extended/2. A recap of the code + a few changes!.mp481.24MB
  • 11. Token refreshing and Flask-JWT-Extended/3. Creating a User Resource for testing.mp441.82MB
  • 11. Token refreshing and Flask-JWT-Extended/4. Testing our new Resource with Postman.mp444.7MB
  • 11. Token refreshing and Flask-JWT-Extended/5. Logging in with Flask-JWT-Extended.mp4124.94MB
  • 11. Token refreshing and Flask-JWT-Extended/6. Testing the login with Postman.mp414.89MB
  • 11. Token refreshing and Flask-JWT-Extended/7. Adding JWT Claims.mp461.69MB
  • 11. Token refreshing and Flask-JWT-Extended/8. Getting the JWT identity in and endpoint and @jwt_optional.mp431.15MB
  • 11. Token refreshing and Flask-JWT-Extended/9. What is a fresh token.mp419.09MB
  • 2. A Full Python Refresher/1. Introduction to this section.mp416.78MB
  • 2. A Full Python Refresher/10. List, tuple, and set operations.mp414.87MB
  • 2. A Full Python Refresher/11. Advanced set operations.mp410.94MB
  • 2. A Full Python Refresher/13. Solution to coding exercise Lists, tuples, sets.mp48.66MB
  • 2. A Full Python Refresher/14. Loops in Python.mp424.61MB
  • 2. A Full Python Refresher/15. If statements.mp412.85MB
  • 2. A Full Python Refresher/17. Solution to coding exercise Flow control.mp410.35MB
  • 2. A Full Python Refresher/18. A programming exercise for you.mp419.55MB
  • 2. A Full Python Refresher/19. List comprehension.mp423.16MB
  • 2. A Full Python Refresher/20. Dictionaries.mp412.01MB
  • 2. A Full Python Refresher/21. Are dictionaries things.mp47.65MB
  • 2. A Full Python Refresher/23. Solution to coding exercise Dictionaries.mp412.98MB
  • 2. A Full Python Refresher/24. Objects in Python.mp419.09MB
  • 2. A Full Python Refresher/25. A Student example.mp49.67MB
  • 2. A Full Python Refresher/27. Solution to coding exercise Classes and objects.mp410.03MB
  • 2. A Full Python Refresher/28. @classmethod and @staticmethod.mp414.32MB
  • 2. A Full Python Refresher/3. Variables in Python.mp410.36MB
  • 2. A Full Python Refresher/30. Solution to coding exercise @classmethod and @staticmethod.mp412.07MB
  • 2. A Full Python Refresher/31. Inheritance in Object-Oriented Programming.mp422.92MB
  • 2. A Full Python Refresher/32. args and kwargs.mp420.72MB
  • 2. A Full Python Refresher/33. Passing functions as arguments.mp415.32MB
  • 2. A Full Python Refresher/34. Decorators in Python.mp411.53MB
  • 2. A Full Python Refresher/35. Advanced decorators.mp415.42MB
  • 2. A Full Python Refresher/36. Conclusion of this section.mp48.18MB
  • 2. A Full Python Refresher/5. Solution to coding exercise Variables.mp43.47MB
  • 2. A Full Python Refresher/6. Methods in Python.mp422.1MB
  • 2. A Full Python Refresher/8. Solution to coding exercise Methods.mp46.56MB
  • 2. A Full Python Refresher/9. Lists, tuples, and sets.mp413.41MB
  • 3. Your first REST API/1. Introduction to this section.mp417.04MB
  • 3. Your first REST API/10. Calling the API from JavaScript.mp411.53MB
  • 3. Your first REST API/11. Using Postman for API testing.mp424.01MB
  • 3. Your first REST API/12. Conclusion of this section.mp413.13MB
  • 3. Your first REST API/2. Installing Flask.mp43.27MB
  • 3. Your first REST API/4. Your first Flask application.mp415.58MB
  • 3. Your first REST API/5. HTTP Verbs.mp416.81MB
  • 3. Your first REST API/6. REST Principles.mp412.99MB
  • 3. Your first REST API/7. Creating our application endpoints.mp414.13MB
  • 3. Your first REST API/8. Returning a list of stores.mp411.99MB
  • 3. Your first REST API/9. Implementing other endpoints.mp416.63MB
  • 4. Flask-RESTful for more efficient development/1. Welcome to this section.mp47.14MB
  • 4. Flask-RESTful for more efficient development/10. Authentication and logging in—part 2.mp414.09MB
  • 4. Flask-RESTful for more efficient development/11. DELETE to delete Items.mp48.92MB
  • 4. Flask-RESTful for more efficient development/12. PUT to create or update Items.mp48.99MB
  • 4. Flask-RESTful for more efficient development/13. Advanced request parsing with Flask-RESTful.mp413.05MB
  • 4. Flask-RESTful for more efficient development/14. Optimising our final code and request parsing.mp48.22MB
  • 4. Flask-RESTful for more efficient development/15. Conclusion of this section.mp410.5MB
  • 4. Flask-RESTful for more efficient development/2. Virtualenvs and setting up Flask-RESTful.mp416.68MB
  • 4. Flask-RESTful for more efficient development/4. Your first Flask-RESTful app.mp418.1MB
  • 4. Flask-RESTful for more efficient development/5. Test-first API design—what is that.mp419.38MB
  • 4. Flask-RESTful for more efficient development/6. Creating our Item Resource.mp420.21MB
  • 4. Flask-RESTful for more efficient development/7. The ItemList and creating Items.mp413.26MB
  • 4. Flask-RESTful for more efficient development/8. Improving code and error control.mp413.22MB
  • 4. Flask-RESTful for more efficient development/9. Authentication and logging in—part 1.mp422.03MB
  • 5. Storing resources in a SQL database/1. Welcome to this section.mp413.79MB
  • 5. Storing resources in a SQL database/10. Deleting our Item resources from the database.mp48.09MB
  • 5. Storing resources in a SQL database/11. Refactoring insertion of items.mp410.29MB
  • 5. Storing resources in a SQL database/12. The PUT method with database interaction.mp49.54MB
  • 5. Storing resources in a SQL database/13. Retrieving many items from the database.mp413.17MB
  • 5. Storing resources in a SQL database/15. Conclusion of this section.mp45.17MB
  • 5. Storing resources in a SQL database/2. Setting up our project.mp49.38MB
  • 5. Storing resources in a SQL database/4. Running a SQLite database and interacting with it from Python.mp421.97MB
  • 5. Storing resources in a SQL database/5. Logging in and retrieving Users from a database.mp430.65MB
  • 5. Storing resources in a SQL database/6. Signing up and writing Users to a database.mp424.64MB
  • 5. Storing resources in a SQL database/7. Preventing duplicate usernames when signing users up.mp45.77MB
  • 5. Storing resources in a SQL database/8. Retrieving our Item resources from a database.mp418.71MB
  • 5. Storing resources in a SQL database/9. Writing our Item resources to a database.mp427.22MB
  • 6. Simplifying storage with Flask-SQLAlchemy/1. Welcome to this section!.mp47.12MB
  • 6. Simplifying storage with Flask-SQLAlchemy/10. Implementing the UserModel using SQLAlchemy.mp417.6MB
  • 6. Simplifying storage with Flask-SQLAlchemy/11. Easily displaying the ItemList resource with SQLAlchemy.mp49.19MB
  • 6. Simplifying storage with Flask-SQLAlchemy/12. No more creating tables manually—telling SQLAlchemy to create tables.mp45.2MB
  • 6. Simplifying storage with Flask-SQLAlchemy/13. Creating a new model StoreModel.mp423.47MB
  • 6. Simplifying storage with Flask-SQLAlchemy/14. Creating the Store Resource.mp417.37MB
  • 6. Simplifying storage with Flask-SQLAlchemy/15. Final testing of this section's API.mp411.08MB
  • 6. Simplifying storage with Flask-SQLAlchemy/16. Conclusion of this section.mp48.64MB
  • 6. Simplifying storage with Flask-SQLAlchemy/3. Setting up this section's project.mp415.05MB
  • 6. Simplifying storage with Flask-SQLAlchemy/4. Improving the project structure and maintainability.mp49.4MB
  • 6. Simplifying storage with Flask-SQLAlchemy/5. Creating User and Item models.mp447.05MB
  • 6. Simplifying storage with Flask-SQLAlchemy/6. Verifying the app works after our changes.mp49.93MB
  • 6. Simplifying storage with Flask-SQLAlchemy/7. Advanced Postman environments and tests.mp422.35MB
  • 6. Simplifying storage with Flask-SQLAlchemy/8. Telling SQLAlchemy about our tables and columns.mp419.21MB
  • 6. Simplifying storage with Flask-SQLAlchemy/9. Implementing the ItemModel using SQLAlchemy.mp429.15MB
  • 7. Git—version control/1. Welcome to this section.mp424.4MB
  • 7. Git—version control/2. Installing Git on Mac and Windows.mp48.88MB
  • 7. Git—version control/3. What is a Git repository.mp48.86MB
  • 7. Git—version control/4. The Git workflow—part 1.mp47.52MB
  • 7. Git—version control/5. The Git workflow—part 2, including GitHub.mp49.75MB
  • 7. Git—version control/6. Using SSH keys for security.mp411.66MB
  • 7. Git—version control/7. The README file.mp48.63MB
  • 7. Git—version control/8. Conclusion of this section.mp410MB
  • 8. Deploying Flask apps to Heroku/1. Welcome to this section.mp49.72MB
  • 8. Deploying Flask apps to Heroku/10. Working with Git and automatic deploys.mp414.22MB
  • 8. Deploying Flask apps to Heroku/11. Conclusion of this section.mp47.91MB
  • 8. Deploying Flask apps to Heroku/3. What is Heroku.mp410.69MB
  • 8. Deploying Flask apps to Heroku/4. Getting our code into GitHub.mp414.22MB
  • 8. Deploying Flask apps to Heroku/5. Setting up Heroku for Flask.mp48.3MB
  • 8. Deploying Flask apps to Heroku/6. Adding the required files to the project.mp419.02MB
  • 8. Deploying Flask apps to Heroku/7. Logs in Heroku and troubleshooting errors.mp420.02MB
  • 8. Deploying Flask apps to Heroku/8. Testing the deployed API with Postman.mp46.92MB
  • 8. Deploying Flask apps to Heroku/9. Adding PostgreSQL to our Heroku app.mp417.41MB
  • 9. Deploying Flask apps to our own server/1. Welcome to this section.mp410.26MB
  • 9. Deploying Flask apps to our own server/2. Setting up a DigitalOcean server.mp422.83MB
  • 9. Deploying Flask apps to our own server/3. Installing PostgreSQL in Ubuntu 16.04.mp421.2MB
  • 9. Deploying Flask apps to our own server/4. Creating a UNIX user in Ubuntu 16.04.mp416.96MB
  • 9. Deploying Flask apps to our own server/5. Setting up our new user with PostgreSQL permissions.mp422.89MB
  • 9. Deploying Flask apps to our own server/6. Setting up nginx and our REST API.mp449.43MB
  • 9. Deploying Flask apps to our own server/7. Setting up uWSGI to run our REST API.mp444.63MB
  • 9. Deploying Flask apps to our own server/8. Testing our API to make sure everything works.mp411.69MB
  • 9. Deploying Flask apps to our own server/9. Conclusion of this section.mp421.22MB