Minimal Flask REST API in Python

preview_player
Показать описание
In this video, we build a simple minimal REST API in Python using Flask.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I’ve spent the last 2 weeks going between tonnes of YouTube videos to build an API in flask connected to MySQL. So glad you produced this and would love to see you take it further with Auth JWT, Roles Required etc!

Merrett
Автор

I was studying but this looks more important 😂

MrinmoyHaloi
Автор

Genuinely the most amazing tutorial I've seen very easy to follow. Will be watching more of your vids, thanks so much for the help!

oscarlai
Автор

Thank you so much for this video!
Actually started lookign into flask and you post this video

hwzzegwggs
Автор

Hey NeuraLine, it's me, Zuber from everywhere. I love your videos no matter what subject you're teaching!

zuberkariye
Автор

i'm not currently studying web dev but your videos will be so helpful when I start it! Thank you so much

adaobas
Автор

perhaps the reason why it is not working with the empty string is it passes a different datatype, maybe None? not sure though, I'd have to test it out myself

justapugontheinternet
Автор

Not related to this particular post, but would you do a video on detecting chart patterns for example the double bottom and head and shoulders pattern using python, given ohlc data

cainezekiel
Автор

hey are there any videos about async and await syntax on your channel ? Cuz i couldn't find any if not plz do one, and btw I really like your content keep up the good work

ayrex
Автор

This library flask_restful is outdated? Because the last realease was in march 2021...

joaovictor-dlve
Автор

Neural, Make a second part of 'web browser' video tu implement more functions to it, please

pablocerezo
Автор

when video id is not passed you can set a default id and check if it was updated like so:
def get(self, video_id=''):
if video_id == '':
return videos
elif video_id in videos:
return videos[video_id]

dolapoalli
Автор

sir please create a full playlist of flask tuts to creating a simple projects

KamalUddin-ihvs
Автор

Just a curiosity: in this case, why not send the data to fronted using render_template, for example, to display the data on a html page? Why send the data as json?

fvgoya
Автор

Could you comment on post/get timing assuming it’s all on the local network/system?

homealone
Автор

It helps us and your channel if you start teaching from scratch rather than bits and pieces.

thissummer
Автор

Hello NeuralNine good job for your work

kerdes_
Автор

I have exam day after tomorrow but this is more interesting 😅

gopalrathi
Автор

I created web scraping project Download anime without going to website .. using bs4 and requests want .. code please reply

idk____idk
Автор

anyone having trouble with the PUT section? Keep getting {"message": "The browser (or proxy) sent a request that this server could not understand."}. I'm talking about 12:05. That part doesnt work for me.

Brosales