title
stringlengths
12
112
published
stringlengths
19
23
url
stringlengths
28
28
video_id
stringlengths
11
11
channel_id
stringclasses
5 values
id
stringlengths
16
31
text
stringlengths
0
596
start
float64
0
37.8k
end
float64
2.18
37.8k
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1582.96
And we just want to select the rows that are not equal
1,582.96
1,588.56
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1586.72
to the user ID that we just pulled in.
1,586.72
1,592.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1588.56
So the orgs user ID, right?
1,588.56
1,595.44
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1592.96
So that's just going to return all of the rows
1,592.96
1,597.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1595.44
set from the one that we've specified.
1,595.44
1,601.76
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1597.28
Okay, so we deleted that.
1,597.28
1,604.64
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1601.76
Now we just need to save that to file again.
1,601.76
1,613.12
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1607.04
To CSV, it is, I keep forgetting the variables,
1,607.04
1,616.64
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1613.12
user's path and then index is false.
1,613.12
1,624.32
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1618.0
Okay, so we've opened file, deleted the entry,
1,618
1,625.44
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1624.32
saved it back to CSV.
1,624.32
1,630.8
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1625.44
If we have done all that, we can return to user 200 codes.
1,625.44
1,634.56
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1630.8
So we'll just return, let's return all the data again.
1,630.8
1,635.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1634.56
We don't need to do this every time.
1,634.56
1,638.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1635.92
We could just return a statement saying,
1,635.92
1,641.36
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1638.96
hey, you've deleted everything.
1,638.96
1,645.52
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1642.8
So I'm just going to return
1,642.8
1,648.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1645.52
so we can see what we're actually doing in reality.
1,645.52
1,652.48
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1648.4
Probably pretty sure you wouldn't want to actually do this.
1,648.4
1,655.6
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1652.48
But I suppose it depends, maybe you would, who knows.
1,652.48
1,659.6
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1656.32
So return to 100 code because it's successful.
1,656.32
1,663.52
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1660.16
Now in the case that the user ID does not exist,
1,660.16
1,667.52
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1664.24
here we want to say, okay, we want to check.
1,664.24
1,670.08
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1668.16
Well, we've already checked if it exists.
1,668.16
1,672.08
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1670.48
And then from there, we're just like, okay,
1,670.48
1,674.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1672.96
it doesn't exist, what are you doing?
1,672.96
1,680.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1674.4
So we just return, we say, what did we use before
1,674.4
1,682.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1680.16
when we sent a message, message, just message.
1,680.16
1,683.52
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1682.96
Okay, cool.
1,682.96
1,688.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1685.2
Message, and the message is going to be
1,685.2
1,691.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1689.28
user ID does not exist, something along those lines.
1,689.28
1,694.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1691.92
So args user ID
1,691.92
1,701.36
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1700.5600000000002
does not exist.
1,700.56
1,705.36
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1703.28
Let me format that a little nicer.
1,703.28
1,708.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1706.16
And then here we need to add the code,
1,706.16
1,711.68
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1708.16
which is, I suppose, not found.
1,708.16
1,713.76
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1712.4
So 404.
1,712.4
1,715.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1715.0400000000002
Okay.
1,715.04
1,722
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1719.92
So I think that's it really.
1,719.92
1,723.12
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1722.0
So let's save it.
1,722
1,725.68
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1723.8400000000001
Again, it should reload automatically.
1,723.84
1,732.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1730.72
Head over to Insomnia.
1,730.72
1,735.04
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1732.96
Let's again, so let's go to users.
1,732.96
1,736.64
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1735.0400000000002
We're just going to look at what we have.
1,735.04
1,739.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1736.64
So sorry, get users.
1,736.64
1,740.32
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1739.8400000000001
What do we get?
1,739.84
1,741.44
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1740.3200000000002
We have all these.
1,740.32
1,746.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1741.44
Now we want to delete user IDs four and five.
1,741.44
1,747.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1746.4
Okay, these two are messy.
1,746.4
1,748.72
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1747.92
We don't want those.
1,747.92
1,753.84
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1749.68
So we want to specify a user ID.
1,749.68
1,756.32
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1753.8400000000001
We don't want four.
1,753.84
1,760.32
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1757.6000000000001
So we change that to a delete request.
1,757.6
1,761.2
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1760.3200000000002
We don't want four.
1,760.32
1,763.52
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1761.2
Let's send that, see what happens.
1,761.2
1,770.56
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1763.52
Why did that not change?
1,763.52
1,774.8
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1774.32
Data.
1,774.32
1,780.48
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1778.56
Why didn't that change?
1,778.56
1,784.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1783.68
User ID.
1,783.68
1,793.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1784.4
Is it because this needs to be a string, I think.
1,784.4
1,795.76
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1793.92
Okay, I think.
1,793.92
1,797.44
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1796.72
Yeah, probably.
1,796.72
1,801.36
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1800.5600000000002
Let me try again.
1,800.56
1,802.8
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1802.4
Send.
1,802.4
1,805.2
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1804.24
No, still nothing.
1,804.24
1,810.08
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1806.3200000000002
Okay, so that took me far too long to actually figure out what was wrong.
1,806.32
1,811.6
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1810.0800000000002
But there wasn't anything wrong.
1,810.08
1,813.84
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1811.6
There was the string issue.
1,811.6
1,818.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1814.3999999999999
So we did need to convert over to a string to compare them.
1,814.4
1,822.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1818.9599999999998
But also, so what I was doing here was reading the key value here.
1,818.96
1,826.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1822.9599999999998
So the row number and thinking four was user ID is not.
1,822.96
1,830.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1827.04
We have two fives that we messed up and made those earlier.
1,827.04
1,836.08
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1831.04
So there is no four for us to remove now.
1,831.04
1,837.6
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1836.08
We don't need to worry about it.
1,836.08
1,842.96
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1837.6
So let's test it with five instead, which are the two messy ones that we need to remove.
1,837.6
1,843.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1842.9599999999998
So let's send that.
1,842.96
1,848.4
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1844.6399999999999
And now you can see that we've actually removed those entries.
1,844.64
1,852.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1849.12
So that's pretty good.
1,849.12
1,855.92
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1852.1599999999999
Now, the one thing I did also notice is if I try and send that again,
1,852.16
1,860.32
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1856.9599999999998
we do get the 404 not found.
1,856.96
1,863.36
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1860.32
So that's pretty cool, right?
1,860.32
1,866.16
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1863.36
We've got everything that we would expect with it.
1,863.36
1,869.76
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1866.16
Now, I think that's it for the code.
1,866.16
1,872.8
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1869.76
The only other thing I wanted to show you was this other.
1,869.76
1,876
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1872.8000000000002
So this is the actual full API script here.
1,872.8
1,885.12
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1876.72
So in here, I also included another method here or another endpoint locations.
1,876.72
1,890.24
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1885.1200000000001
And we run that and we can mess around with the cafe locations as well.
1,885.12
1,891.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1890.24
So that's everything.
1,890.24
1,894.56
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1891.28
So I think there's nothing else I want to cover in this video.
1,891.28
1,896.24
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1894.56
So we'll leave it there.
1,894.56
1,898.08
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1896.24
So thank you very much for watching.
1,896.24
1,901.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1898.96
I hope it's been useful and I'll see you again in the next one.
1,898.96
1,925.28
API Series #2 - Building an API with Flask in Python
2021-10-07 14:52:32 UTC
https://youtu.be/MF75aNH3Gjs
MF75aNH3Gjs
UCv83tO5cePwHMt1952IVVHw
MF75aNH3Gjs-t1901.28
1,901.28
1,925.28
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t0.0
Hi and welcome to the video. Today we're going to be covering another technique in similarity
0
16.08
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t6.0
search called Locality Sensitive Hashing or LSH. Now LSH is a hugely popular technique used in
6
23.04
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t16.080000000000002
efficient similarity search. Now there are a huge number of companies that use similarity search.
16.08
28.64
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t23.04
I mean you have big names like Google. I mean Google is built from similarity search. Then you
23.04
35.2
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t28.64
have Netflix, Amazon, Spotify. All of them are constantly recommending you different products,
28.64
42.48
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t35.2
films, music and they do that by comparing you to other customers. So they are performing a
35.2
46.88
Locality Sensitive Hashing (LSH) for Search with Shingling + MinHashing (Python)
2021-08-20 16:00:16 UTC
https://youtu.be/e_SBq3s20M8
e_SBq3s20M8
UCv83tO5cePwHMt1952IVVHw
e_SBq3s20M8-t42.480000000000004
similar search between you other customers and identifying the most similar ones. Now
42.48
54.88