Udemy - REST APIs with Flask and Python

seeders: 9
leechers: 6
updated:
Added by Fclab in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[FreeCourseLab.com] Udemy - REST APIs with Flask and Python 1. Welcome!
  • 1. How to take this course.html (0.9 KB)
  • 2. Before we get started a self-assessment.html (0.3 KB)
  • 2.1 3_python_self_assessment.pdf.pdf (76.9 KB)
  • 3. Python on Windows.html (0.8 KB)
  • 4. Python on Mac.html (0.6 KB)
10. Security in your REST APIs
  • 1. Welcome to this section.html (0.8 KB)
  • 10. Security in REST APIs.html (0.1 KB)
  • 11. Extra technical SSL resources.html (0.8 KB)
  • 12. Conclusion of this section.html (0.3 KB)
  • 2. Security in REST APIs e-book.html (0.4 KB)
  • 3. Getting our domain name.mp4 (13.3 MB)
  • 3. Getting our domain name.vtt (9.7 KB)
  • 4. Setting up Cloudflare.mp4 (24.1 MB)
  • 4. Setting up Cloudflare.vtt (11.9 KB)
  • 5. What is DNS.mp4 (9.3 MB)
  • 5. What is DNS.vtt (7.6 KB)
  • 6. Setting our DNS records.mp4 (18.0 MB)
  • 6. Setting our DNS records.vtt (11.7 KB)
  • 7. Verifying everything works—this is important!.mp4 (2.6 MB)
  • 7. Verifying everything works—this is important!.vtt (2.5 KB)
  • 8. Creating our SSL certificate in Cloudflare.mp4 (10.2 MB)
  • 8. Creating our SSL certificate in Cloudflare.vtt (4.9 KB)
  • 9. Configuring nginx for SSL.mp4 (27.3 MB)
  • 9. Configuring nginx for SSL.vtt (17.8 KB)
11. Token refreshing and Flask-JWT-Extended
  • 1. Welcome to this section.html (1.0 KB)
  • 10. Performing token refresh in our REST API.mp4 (50.5 MB)
  • 10. Performing token refresh in our REST API.vtt (14.4 KB)
  • 10.1 Start and end code for this lecture.html (0.2 KB)
  • 10.2 7_token_refresh.zip.zip (13.6 KB)
  • 11. Requiring a fresh token in an endpoint.mp4 (18.9 MB)
  • 11. Requiring a fresh token in an endpoint.vtt (4.6 KB)
  • 11.1 8_requiring_a_fresh_token.zip.zip (14.5 KB)
  • 11.2 Start and end code for this lecture.html (0.2 KB)
  • 12. Customizing Flask-JWT-Extended callbacks and responses.mp4 (54.7 MB)
  • 12. Customizing Flask-JWT-Extended callbacks and responses.vtt (12.6 KB)
  • 12.1 9_customizing_callbacks_and_responses.zip.zip (15.5 KB)
  • 12.2 Start and end code for this lecture.html (0.2 KB)
  • 13. Blacklisting with Flask-JWT-Extended.mp4 (43.6 MB)
  • 13. Blacklisting with Flask-JWT-Extended.vtt (8.7 KB)
  • 13.1 Start and end code for this lecture.html (0.2 KB)
  • 13.2 10_blacklisting.zip.zip (15.1 KB)
  • 14. Logging users out in our REST API.mp4 (48.2 MB)
  • 14. Logging users out in our REST API.vtt (10.0 KB)
  • 14.1 11_logging_users_out.zip.zip (26.7 KB)
  • 14.2 Start and end code for this lecture.html (0.2 KB)
  • 15. E-book complete review of the API so far.html (0.5 KB)
  • 16. Flask-JWT-Extended further reading.html (0.6 KB)
  • 2. A recap of the code + a few changes!.mp4 (81.2 MB)
  • 2. A recap of the code + a few changes!.vtt (19.3 KB)
  • 2.1 1_recap_of_code.zip.zip (21.1 KB)
  • 2.2 Start and end code for this lecture.html (0.2 KB)
  • 3. Creating a User Resource for testing.mp4 (41.8 MB)
  • 3. Creating a User Resource for testing.vtt (10.8 KB)
  • 3.1 Start and end code for this lecture.html (0.2 KB)
  • 3.2 2_adding_user_resource_for_testing.zip.zip (13.1 KB)
  • 4. Testing our new Resource with Postman.mp4 (44.7 MB)
  • 4. Testing our new Resource with Postman.vtt (9.3 KB)
  • 5. Logging in with Flask-JWT-Extended.mp4 (124.9 MB)
  • 5. Logging in with Flask-JWT-Extended.vtt (25.7 KB)
  • 5.1 Start and end code for this lecture.html (0.2 KB)
  • 5.2 3_login_with_flask_jwt_extended.zip.zip (13.3 KB)
  • 6. Testing the login with Postman.mp4 (14.9 MB)
  • 6. Testing the login with Postman.vtt (4.7 KB)
  • 7. Adding JWT Claims.mp4 (61.7 MB)
  • 7. Adding JWT Claims.vtt (12.7 KB)
  • 7.1 4_adding_claims.zip.zip (12.4 KB)
  • 7.2 Start and end code for this lecture.html (0.2 KB)
  • 8. Getting the JWT identity in and endpoint and @jwt_optional.mp4 (31.2 MB)
  • 8. Getting the JWT identity in and endpoint and @jwt_optional.vtt (7.8 KB)
  • 8.1 5_jwt_optional.zip.zip (13.3 KB)
  • 8.2 Start and end code for this lecture.html (0.2 KB)
  • 9. What is a fresh token.mp4 (19.1 MB)
  • 9. What is a fresh token.vtt (10.9 KB)
12. Bonus Section
  • 1. Bonus lecture where will your learning take you next.html (2.4 KB)
2. A Full Python Refresher
  • 1. Introduction to this section.mp4 (16.8 MB)
  • 1. Introduction to this section.vtt (1.9 KB)
  • 10. List, tuple, and set operations.mp4 (14.9 MB)
  • 10. List, tuple, and set operations.vtt (12.4 KB)
  • 11. Advanced set operations.mp4 (10.9 MB)
  • 11. Advanced set operations.vtt (9.1 KB)
  • 12. Lists, tuples, and sets.html (0.1 KB)
  • 13. Solution to coding exercise Lists, tuples, sets.mp4 (8.7 MB)
  • 13. Solution to coding exercise Lists, tuples, sets.vtt (7.2 KB)
  • 14. Loops in Python.mp4 (24.6 MB)
  • 14. Loops in Python.vtt (20.4 KB)
  • 15. If statements.mp4 (12.8 MB)
  • 15. If statements.vtt (10.2 KB)
  • 16. Flow control—loops and ifs.html (0.1 KB)
  • 17. Solution to coding exercise Flow control.mp4 (10.3 MB)
  • 17. Solution to coding exercise Flow control.vtt (8.7 KB)
  • 18. A programming exercise for you.mp4 (19.5 MB)
  • 18. A programming exercise for you.vtt (15.1 KB)
  • 19. List comprehension.mp4 (23.2 MB)
  • 19. List comprehension.vtt (17.5 KB)
  • 2. Access the code for this section here.html (0.8 KB)
  • 20. Dictionaries.mp4 (12.0 MB)
  • 20. Dictionaries.vtt (8.7 KB)
  • 21. Are dictionaries things.mp4 (7.6 MB)
  • 21. Are dictionaries things.vtt (6.0 KB)
  • 22. Dictionaries and students.html (0.1 KB)
  • 23. Solution to coding exercise Dictionaries.mp4 (13.0 MB)
  • 23. Solution to coding exercise Dictionaries.vtt (10.7 KB)
  • 24. Objects in Python.mp4 (19.1 MB)
  • 24. Objects in Python.vtt (13.4 KB)

Description

Udemy - REST APIs with Flask and Python

Build professional REST APIs with Python, Flask, Flask-RESTful, and Flask-SQLAlchemy

For more Udemy Courses: https://freecourselab.com



Download torrent
2.3 GB
seeders:9
leechers:6
Udemy - REST APIs with Flask and Python


Trackers

tracker name
http://0d.kebhana.mx:443/announce
udp://tw.opentracker.ga:36920/announce
udp://temp1.opentracker.gq:6969/announce
udp://temp2.opentracker.gq:6969/announce
udp://tracker.torrent.eu.org:451/announce
http://torrent.nwps.ws:80/announce
udp://explodie.org:6969/announce
https://opentracker.xyz:443/announce
https://t.quic.ws:443/announce
https://tracker.fastdownload.xyz:443/announce
udp://tracker.opentrackr.org:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.justseed.it:1337/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
2.3 GB
seeders:9
leechers:6
Udemy - REST APIs with Flask and Python


Torrent hash: 515D46EB5C3641CBCFDEFD7DE1C02E87C90A6AB0