首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - REST APIs with Flask and Python
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-7-15 00:33
2024-11-14 18:26
203
4.82 GB
133
磁力链接
magnet:?xt=urn:btih:e8e2ae5a1b25a23af9dd4c9fb35884dfb485e77b
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmU4ZTJhZTVhMWIyNWEyM2FmOWRkNGM5ZmIzNTg4NGRmYjQ4NWU3N2JaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
REST
APIs
with
Flask
and
Python
文件列表
02 A Full Python Refresher/004 Introduction to this section.mp4
5.24MB
02 A Full Python Refresher/006 Variables in Python.mp4
18.14MB
02 A Full Python Refresher/008 Solution to coding exercise_ Variables.mp4
5.03MB
02 A Full Python Refresher/009 String formatting in Python.mp4
16.71MB
02 A Full Python Refresher/010 Getting user input.mp4
13.79MB
02 A Full Python Refresher/011 Writing our first Python app.mp4
10.92MB
02 A Full Python Refresher/012 Lists, tuples, and sets.mp4
20.48MB
02 A Full Python Refresher/013 Advanced set operations.mp4
14.8MB
02 A Full Python Refresher/014 Solution to coding exercise_ Lists, tuples, sets.mp4
16.13MB
02 A Full Python Refresher/015 Booleans in Python.mp4
16.36MB
02 A Full Python Refresher/016 If statements.mp4
38.88MB
02 A Full Python Refresher/017 The 'in' keyword in Python.mp4
7.33MB
02 A Full Python Refresher/018 If statements with the 'in' keyword.mp4
32.15MB
02 A Full Python Refresher/019 Loops in Python.mp4
37.19MB
02 A Full Python Refresher/020 Solution to coding exercise_ Flow control.mp4
11.3MB
02 A Full Python Refresher/021 List comprehensions in Python.mp4
24.09MB
02 A Full Python Refresher/022 Dictionaries.mp4
26.76MB
02 A Full Python Refresher/023 Destructuring variables.mp4
27.04MB
02 A Full Python Refresher/024 Functions in Python.mp4
35.99MB
02 A Full Python Refresher/025 Function arguments and parameters.mp4
27.03MB
02 A Full Python Refresher/026 Default parameter values.mp4
13.38MB
02 A Full Python Refresher/027 Functions returning values.mp4
32.33MB
02 A Full Python Refresher/028 Solution to coding exercise_ Functions.mp4
7.42MB
02 A Full Python Refresher/029 Lambda functions in Python.mp4
25.2MB
02 A Full Python Refresher/030 Dictionary comprehensions.mp4
15.5MB
02 A Full Python Refresher/031 Solution to coding exercise_ Dictionaries.mp4
26.32MB
02 A Full Python Refresher/032 Unpacking arguments.mp4
40.4MB
02 A Full Python Refresher/033 Unpacking keyword arguments.mp4
33.5MB
02 A Full Python Refresher/034 Object-Oriented Programming in Python.mp4
78.57MB
02 A Full Python Refresher/035 Magic methods_ __str__ and __repr__.mp4
27.33MB
02 A Full Python Refresher/036 Solution to coding exercise_ Classes and objects.mp4
20.95MB
02 A Full Python Refresher/037 @classmethod and @staticmethod.mp4
62.54MB
02 A Full Python Refresher/038 Solution to coding exercise_ @classmethod and @staticmethod.mp4
23.78MB
02 A Full Python Refresher/039 Class inheritance.mp4
38.3MB
02 A Full Python Refresher/040 Class composition.mp4
26.67MB
02 A Full Python Refresher/041 Type hinting in Python 3.5+.mp4
21.24MB
02 A Full Python Refresher/042 Imports in Python.mp4
91.55MB
02 A Full Python Refresher/043 Relative imports in Python.mp4
39.9MB
02 A Full Python Refresher/044 Errors in Python.mp4
70.7MB
02 A Full Python Refresher/045 Custom error classes.mp4
30.26MB
02 A Full Python Refresher/046 First-class functions.mp4
33.85MB
02 A Full Python Refresher/047 Simple decorators in Python.mp4
31.79MB
02 A Full Python Refresher/048 The 'at' syntax for decorators.mp4
20.57MB
02 A Full Python Refresher/049 Decorating functions with parameters.mp4
8.77MB
02 A Full Python Refresher/050 Decorators with parameters.mp4
18.96MB
02 A Full Python Refresher/051 Mutability in Python.mp4
15.83MB
02 A Full Python Refresher/052 Mutable default parameters (and why they're a bad idea).mp4
14.02MB
03 Your first REST API/054 Installing Flask.mp4
4.42MB
03 Your first REST API/056 Your first Flask application.mp4
17.58MB
03 Your first REST API/057 HTTP Verbs.mp4
21.79MB
03 Your first REST API/058 REST Principles.mp4
16.52MB
03 Your first REST API/059 Creating our application endpoints.mp4
26.02MB
03 Your first REST API/060 Returning a list of stores.mp4
22.82MB
03 Your first REST API/061 Implementing other endpoints.mp4
33.24MB
03 Your first REST API/062 Calling the API from JavaScript.mp4
26.61MB
03 Your first REST API/063 Using Postman for API testing.mp4
98.45MB
04 Flask-RESTful for more efficient development/064 Virtualenvs and setting up Flask-RESTful.mp4
79.52MB
04 Flask-RESTful for more efficient development/066 Your first Flask-RESTful app.mp4
23.71MB
04 Flask-RESTful for more efficient development/067 Test-first API design—what is that_.mp4
29.94MB
04 Flask-RESTful for more efficient development/068 Creating our Item Resource.mp4
57.64MB
04 Flask-RESTful for more efficient development/069 The ItemList and creating Items.mp4
31.63MB
04 Flask-RESTful for more efficient development/070 Improving code and error control.mp4
29.3MB
04 Flask-RESTful for more efficient development/071 Authentication and logging in—part 1.mp4
51.59MB
04 Flask-RESTful for more efficient development/072 Authentication and logging in—part 2.mp4
30.02MB
04 Flask-RESTful for more efficient development/073 DELETE to delete Items.mp4
23.41MB
04 Flask-RESTful for more efficient development/074 PUT to create or update Items.mp4
23.54MB
04 Flask-RESTful for more efficient development/075 Advanced request parsing with Flask-RESTful.mp4
28.93MB
04 Flask-RESTful for more efficient development/076 Optimising our final code and request parsing.mp4
18.5MB
05 Storing resources in a SQL database/077 Setting up our project.mp4
33.21MB
05 Storing resources in a SQL database/079 Running a SQLite database and interacting with it from Python.mp4
44.38MB
05 Storing resources in a SQL database/080 Logging in and retrieving Users from a database.mp4
65.73MB
05 Storing resources in a SQL database/081 Signing up and writing Users to a database.mp4
84.52MB
05 Storing resources in a SQL database/082 Preventing duplicate usernames when signing users up.mp4
13.03MB
05 Storing resources in a SQL database/083 Retrieving our Item resources from a database.mp4
44MB
05 Storing resources in a SQL database/084 Writing our Item resources to a database.mp4
95.31MB
05 Storing resources in a SQL database/085 Deleting our Item resources from the database.mp4
19.84MB
05 Storing resources in a SQL database/086 Refactoring insertion of items.mp4
22.21MB
05 Storing resources in a SQL database/087 The PUT method with database interaction.mp4
21.44MB
05 Storing resources in a SQL database/088 Retrieving many items from the database.mp4
26.47MB
06 Simplifying storage with Flask-SQLAlchemy/091 Setting up this section's project.mp4
58.53MB
06 Simplifying storage with Flask-SQLAlchemy/092 Improving the project structure and maintainability.mp4
16MB
06 Simplifying storage with Flask-SQLAlchemy/093 Creating User and Item models.mp4
117.48MB
06 Simplifying storage with Flask-SQLAlchemy/094 Verifying the app works after our changes.mp4
30.77MB
06 Simplifying storage with Flask-SQLAlchemy/095 Advanced Postman_ environments and tests.mp4
39.99MB
06 Simplifying storage with Flask-SQLAlchemy/097 Telling SQLAlchemy about our tables and columns.mp4
42.51MB
06 Simplifying storage with Flask-SQLAlchemy/098 Implementing the ItemModel using SQLAlchemy.mp4
74.42MB
06 Simplifying storage with Flask-SQLAlchemy/099 Implementing the UserModel using SQLAlchemy.mp4
39.96MB
06 Simplifying storage with Flask-SQLAlchemy/100 Easily displaying the ItemList resource with SQLAlchemy.mp4
20.76MB
06 Simplifying storage with Flask-SQLAlchemy/101 No more creating tables manually—telling SQLAlchemy to create tables.mp4
13.61MB
06 Simplifying storage with Flask-SQLAlchemy/102 Creating a new model_ StoreModel.mp4
49.14MB
06 Simplifying storage with Flask-SQLAlchemy/103 Creating the Store Resource.mp4
37.08MB
06 Simplifying storage with Flask-SQLAlchemy/104 Final testing of this section's API.mp4
33.14MB
07 Git—version control/105 Installing Git on Mac and Windows.mp4
22.28MB
07 Git—version control/106 What is a Git repository_.mp4
12.63MB
07 Git—version control/107 The Git workflow—part 1.mp4
12.1MB
07 Git—version control/108 The Git workflow—part 2, including GitHub.mp4
22.14MB
07 Git—version control/109 Using SSH keys for security.mp4
21.11MB
07 Git—version control/110 The README file.mp4
16.86MB
08 Deploying Flask apps to Heroku/112 What is Heroku_.mp4
12.14MB
08 Deploying Flask apps to Heroku/113 Getting our code into GitHub.mp4
32.34MB
08 Deploying Flask apps to Heroku/114 Setting up Heroku for Flask.mp4
17.28MB
08 Deploying Flask apps to Heroku/115 Adding the required files to the project.mp4
33.76MB
08 Deploying Flask apps to Heroku/116 Logs in Heroku and troubleshooting errors.mp4
125.88MB
08 Deploying Flask apps to Heroku/117 Testing the deployed API with Postman.mp4
11.33MB
08 Deploying Flask apps to Heroku/118 Adding PostgreSQL to our Heroku app.mp4
41.61MB
08 Deploying Flask apps to Heroku/119 Working with Git and automatic deploys.mp4
74.35MB
09 Deploying Flask apps to our own server/120 Setting up a DigitalOcean server.mp4
42.81MB
09 Deploying Flask apps to our own server/122 Installing PostgreSQL in Ubuntu 16.04.mp4
97.15MB
09 Deploying Flask apps to our own server/123 Creating a UNIX user in Ubuntu 16.04.mp4
33.68MB
09 Deploying Flask apps to our own server/124 Setting up our new user with PostgreSQL permissions.mp4
88.42MB
09 Deploying Flask apps to our own server/125 Setting up nginx and our REST API.mp4
247.03MB
09 Deploying Flask apps to our own server/126 Setting up uWSGI to run our REST API.mp4
93.85MB
09 Deploying Flask apps to our own server/127 Testing our API to make sure everything works.mp4
19.94MB
10 Security in your REST APIs/130 Getting our domain name.mp4
28.1MB
10 Security in your REST APIs/131 Setting up Cloudflare.mp4
42.66MB
10 Security in your REST APIs/132 What is DNS_.mp4
19.81MB
10 Security in your REST APIs/133 Setting our DNS records.mp4
53.38MB
10 Security in your REST APIs/134 Verifying everything works—this is important!.mp4
5.09MB
10 Security in your REST APIs/135 Creating our SSL certificate in Cloudflare.mp4
26.63MB
10 Security in your REST APIs/136 Configuring nginx for SSL.mp4
127.46MB
11 Token refreshing and Flask-JWT-Extended/140 A recap of the code + a few changes!.mp4
97.37MB
11 Token refreshing and Flask-JWT-Extended/141 Creating a User Resource for testing.mp4
45.02MB
11 Token refreshing and Flask-JWT-Extended/142 Testing our new Resource with Postman.mp4
23.08MB
11 Token refreshing and Flask-JWT-Extended/143 Logging in with Flask-JWT-Extended.mp4
91.06MB
11 Token refreshing and Flask-JWT-Extended/144 Testing the login with Postman.mp4
11.5MB
11 Token refreshing and Flask-JWT-Extended/145 Adding JWT Claims.mp4
73.71MB
11 Token refreshing and Flask-JWT-Extended/146 Getting the JWT identity in and endpoint and @jwt_optional.mp4
24.87MB
11 Token refreshing and Flask-JWT-Extended/147 What is a fresh token_.mp4
14.74MB
11 Token refreshing and Flask-JWT-Extended/148 Performing token refresh in our REST API.mp4
39.56MB
11 Token refreshing and Flask-JWT-Extended/149 Requiring a fresh token in an endpoint.mp4
11.8MB
11 Token refreshing and Flask-JWT-Extended/150 Customizing Flask-JWT-Extended callbacks and responses.mp4
33.95MB
11 Token refreshing and Flask-JWT-Extended/151 Blacklisting with Flask-JWT-Extended.mp4
35.49MB
11 Token refreshing and Flask-JWT-Extended/152 Logging users out in our REST API.mp4
34.96MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统