https://img100.pixhost.to/images/617/539499712_359020115_tuto.jpg
2.05 GB | 17min 49s | mp4 | 1280X720  | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :001  Promotion.mp4 | Size:  (9.53 MB)
FileName :001  Introduction to This Section.mp4 | Size:  (4.39 MB)
FileName :002  Variables in Python.mp4 | Size:  (16.18 MB)
FileName :003  Solution to Coding Exercise Variables.mp4 | Size:  (4.78 MB)
FileName :004  String Formatting in Python.mp4 | Size:  (13.67 MB)
FileName :005  Getting User Input.mp4 | Size:  (11.66 MB)
FileName :006  Writing Your First Python App.mp4 | Size:  (7.47 MB)
FileName :007  Lists, Tuples, and Sets.mp4 | Size:  (13.9 MB)
FileName :008  Advanced Set Operations.mp4 | Size:  (9.99 MB)
FileName :009  Solution to Coding Exercise Lists, Tuples, and Sets.mp4 | Size:  (14.42 MB)
FileName :010  Booleans in Python.mp4 | Size:  (10.84 MB)
FileName :011  If Statements.mp4 | Size:  (22.87 MB)
FileName :012  The in Keyword in Python.mp4 | Size:  (4.96 MB)
FileName :013  If Statements with the in Keyword.mp4 | Size:  (22.21 MB)
FileName :014  Loops in Python.mp4 | Size:  (25.08 MB)
FileName :015  Solution to Coding Exercise Flow Control.mp4 | Size:  (8.41 MB)
FileName :016  List Comprehensions in Python.mp4 | Size:  (16.49 MB)
FileName :017  Dictionaries.mp4 | Size:  (18.02 MB)
FileName :018  Destructuring Variables.mp4 | Size:  (18.54 MB)
FileName :019  Functions in Python.mp4 | Size:  (24.91 MB)
FileName :020  Function Arguments and Parameters.mp4 | Size:  (18.41 MB)
FileName :021  Default Parameter Values.mp4 | Size:  (9.25 MB)
FileName :022  Functions Returning Values.mp4 | Size:  (19.25 MB)
FileName :023  Solution to Coding Exercise Functions.mp4 | Size:  (5.24 MB)
FileName :024  Lambda Functions in Python.mp4 | Size:  (17.07 MB)
FileName :025  Dictionary Comprehensions.mp4 | Size:  (10.76 MB)
FileName :026  Solution to Coding Exercise Dictionaries and Students.mp4 | Size:  (18.99 MB)
FileName :027  Unpacking Arguments.mp4 | Size:  (27.75 MB)
FileName :028  Unpacking Keyword Arguments.mp4 | Size:  (22.69 MB)
FileName :029  Object-Oriented Programming in Python.mp4 | Size:  (44.73 MB)
FileName :030  Magic Methods   str   and   repr.mp4 | Size:  (18.75 MB)
FileName :031  Solution to Coding Exercise Classes and Objects.mp4 | Size:  (14.84 MB)
FileName :032  @classmethod and @staticmethod.mp4 | Size:  (43.01 MB)
FileName :033  Solution to Coding Exercise @classmethod and @staticmethod.mp4 | Size:  (16.62 MB)
FileName :034  Class Inheritance.mp4 | Size:  (27.01 MB)
FileName :035  Class Composition.mp4 | Size:  (18.28 MB)
FileName :036  Type Hinting in Python 3 5+.mp4 | Size:  (15.15 MB)
FileName :037  Imports in Python.mp4 | Size:  (30.51 MB)
FileName :038  Relative Imports in Python.mp4 | Size:  (27.37 MB)
FileName :039  Errors in Python.mp4 | Size:  (41.24 MB)
FileName :040  Custom Error Classes.mp4 | Size:  (18.36 MB)
FileName :041  First-Class Functions.mp4 | Size:  (23.17 MB)
FileName :042  Simple Decorators in Python.mp4 | Size:  (22.34 MB)
FileName :043  The at Syntax for Decorators.mp4 | Size:  (11.97 MB)
FileName :044  Decorating Functions with Parameters.mp4 | Size:  (6.2 MB)
FileName :045  Decorators with Parameters.mp4 | Size:  (13.65 MB)
FileName :046  Mutability in Python.mp4 | Size:  (11.07 MB)
FileName :047  Mutable Default Parameters (and Why They Are a Bad Idea).mp4 | Size:  (9.89 MB)
FileName :001  Overview of the Project We Will Build.mp4 | Size:  (8.78 MB)
FileName :002  Initial Setup for a Flask App.mp4 | Size:  (11.9 MB)
FileName :003  Your First REST API Endpoint.mp4 | Size:  (9.04 MB)
FileName :004  What Is JSON.mp4 | Size:  (8.65 MB)
FileName :005  How to Interact with and Test Your REST API.mp4 | Size:  (9.12 MB)
FileName :006  How to Create Stores in Our REST API.mp4 | Size:  (15.74 MB)
FileName :007  How to Create Items in Each Store.mp4 | Size:  (22.34 MB)
FileName :008  How to Get a Specific Store and Its Items.mp4 | Size:  (12.85 MB)
FileName :001  What Are Docker Containers and Images.mp4 | Size:  (29.61 MB)
FileName :002  How to Run a Flask App in a Docker Container.mp4 | Size:  (34.53 MB)
FileName :001  Data Model Improvements for Our API.mp4 | Size:  (42.39 MB)
FileName :002  General Improvements to Our First REST API.mp4 | Size:  (22.74 MB)
FileName :003  New Endpoints for Our First REST API.mp4 | Size:  (29.63 MB)
FileName :004  How to Run the API in Docker with Automatic Reloading and Debug Mode.mp4 | Size:  (18.81 MB)
FileName :005  How to Use Blueprints and MethodViews in Flask.mp4 | Size:  (30.26 MB)
FileName :006  How to Write Marshmallow Schemas for Our API.mp4 | Size:  (10.39 MB)
FileName :007  How to Perform Data Validation with Marshmallow.mp4 | Size:  (12.57 MB)
FileName :008  Decorating Responses with Flask-Smorest.mp4 | Size:  (15.42 MB)
FileName :001  Overview and Why Use SQLAlchemy.mp4 | Size:  (6.55 MB)
FileName :002  How to Code a Simple SQLAlchemy Model.mp4 | Size:  (9.97 MB)
FileName :003  How to Write One-to-Many Relationships Using SQLAlchemy.mp4 | Size:  (23.79 MB)
FileName :004  How to Configure Flask-SQLAlchemy with Your Flask App.mp4 | Size:  (24.48 MB)
FileName :005  How to Insert Data into a Table Using SQLAlchemy.mp4 | Size:  (25.46 MB)
FileName :006  How to Find Models in the Database by ID or Return a 404.mp4 | Size:  (14.92 MB)
FileName :007  How to Update Models with SQLAlchemy.mp4 | Size:  (19.08 MB)
FileName :008  How to Retrieve List of All Models.mp4 | Size:  (3.32 MB)
FileName :009  How to Delete Models with SQLAlchemy.mp4 | Size:  (4.93 MB)
FileName :010  Conclusion of This Section.mp4 | Size:  (13.06 MB)
FileName :001  Changes in This Section.mp4 | Size:  (8.68 MB)
FileName :002  One-to-Many Relationship Between Stores and Tags.mp4 | Size:  (30.77 MB)
FileName :003  Many-to-Many Relationship Between Items and Tags.mp4 | Size:  (34.42 MB)
FileName :001  Who Uses the JWT.mp4 | Size:  (21.35 MB)
FileName :002  How to Set Up Flask-JWT-Extended with Our App.mp4 | Size:  (14.35 MB)
FileName :003  Coding the User Model and Schema.mp4 | Size:  (5.7 MB)
FileName :004  How to Add a Register Endpoint to the REST API.mp4 | Size:  (28.63 MB)
FileName :005  How to Add a Login Endpoint to the REST API.mp4 | Size:  (31.24 MB)
FileName :006  Protect Endpoints by Requiring a JWT.mp4 | Size:  (21.06 MB)
FileName :007  JWT Claims and Authorization.mp4 | Size:  (23.49 MB)
FileName :008  How to Add Logout to the REST API.mp4 | Size:  (24.13 MB)
FileName :009  Request Chaining with Insomnia.mp4 | Size:  (11.08 MB)
FileName :010  Token Refreshing with Flask-JWT-Extended.mp4 | Size:  (30.51 MB)
FileName :001  How to Add Flask-Migrate to Our Flask App.mp4 | Size:  (7.92 MB)
FileName :002  Initialize Your Database with Flask-Migrate.mp4 | Size:  (23.73 MB)
FileName :003  Change SQLAlchemy Models and Generate a Migration.mp4 | Size:  (15.66 MB)
FileName :004  Manually Review and Modify Database Migrations.mp4 | Size:  (11.45 MB)
FileName :001  What Are Git Repositories and Commits.mp4 | Size:  (17.32 MB)
FileName :002  Initialize a Git Repository for Our Project.mp4 | Size:  (23.96 MB)
FileName :003  Writing Markdown for Documents and Commits.mp4 | Size:  (7.66 MB)
FileName :004  Remote Repositories and How to Use Them.mp4 | Size:  (16.15 MB)
FileName :005  Git Branches and Merging.mp4 | Size:  (11.86 MB)
FileName :006  Merge Conflicts and How to Resolve Them.mp4 | Size:  (10.64 MB)
FileName :007  Overview of the Final E-Book Chapters.mp4 | Size:  (6.29 MB)
FileName :001  Creating a Render com Web Service.mp4 | Size:  (15.08 MB)
FileName :002  How to Run Flask with gunicorn in Docker.mp4 | Size:  (14.3 MB)
FileName :003  Get a Deployed PostgreSQL Database.mp4 | Size:  (5.46 MB)
FileName :004  Use PostgreSQL Locally and in Production.mp4 | Size:  (60.1 MB)
FileName :005  Test the Finished Production App.mp4 | Size:  (4.34 MB)
FileName :001  How to Send Emails with Python and Mailgun.mp4 | Size:  (16.44 MB)
FileName :002  How to Send Emails When Users Register.mp4 | Size:  (36.27 MB)
FileName :003  What Is a Task Queue and Setting Up a Redis Database.mp4 | Size:  (15.09 MB)
FileName :004  How to Populate and Consume the Task Queue with rq.mp4 | Size:  (24.42 MB)
FileName :005  How to Process Background Tasks with the rq Worker.mp4 | Size:  (18.73 MB)
FileName :006  How to Send HTML Emails Using Mailgun and Python.mp4 | Size:  (42.23 MB)
FileName :007  How to Deploy a Background Worker to render com.mp4 | Size:  (15.35 MB)]
Screenshot
https://images2.imgbox.com/ce/b9/ELDbq8j6_o.jpg


RapidGator

Код:
https://rapidgator.net/file/0fdaf7d29bd7ede381e89670260af0bc/REST.APIs.with.Flask.and.Python.in.2023.part1.rar
https://rapidgator.net/file/b39383ac16090d11e1281205e7e6b452/REST.APIs.with.Flask.and.Python.in.2023.part2.rar
https://rapidgator.net/file/4a413a90af69226059d901d82e2b58f4/REST.APIs.with.Flask.and.Python.in.2023.part3.rar

NitroFlare

Код:
https://nitroflare.com/view/75E944F39B5C8A3/REST.APIs.with.Flask.and.Python.in.2023.part1.rar
https://nitroflare.com/view/887A3AE5E2B70D5/REST.APIs.with.Flask.and.Python.in.2023.part2.rar
https://nitroflare.com/view/A4430028CC5F775/REST.APIs.with.Flask.and.Python.in.2023.part3.rar
Подпись автора

www.prizrak.ws Аниме Форум. Софт, игры, фильмы, музыка, anime скачать бесплатно ^_^