Python REST API Tutorial for Beginners | How to Build a Flask REST API

Python REST API Tutorial for Beginners | How to Build a Flask REST API

Dave Gray

8 месяцев назад

53,017 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@KusalKalinga-g6d
@KusalKalinga-g6d - 19.06.2024 07:58

Please Do FASTAPI series

Ответить
@KhanhHoang-fi6yh
@KhanhHoang-fi6yh - 19.06.2024 09:56

Please compare flask and fastapi, if i want to work with llms and langchain or llamaindex which one is better in your opinion. Thank you Dave for greate videos

Ответить
@muazuidrisy.4732
@muazuidrisy.4732 - 19.06.2024 14:04

Thanks for the video, Mr. Dave. We appreciate it. It would be great if you could make a video covering the complete backend with REST API. It should include user authentication and authorization, email verification, password reset, OTP, welcome message, and user upgrade to, let's say, a super user, etc.

Ответить
@molleker
@molleker - 20.06.2024 19:45

Hi Dave, I find your teaching style great. Thanks you very much for the amazing content! I'd definitely love to see more video about web development in Python in general and using Flask in particular.

Ответить
@MrRys
@MrRys - 21.06.2024 04:51

great tutorial, one thing I have noticed, the abort method's error message needs to be a dict not just a string

Ответить
@rajendrakole5449
@rajendrakole5449 - 23.06.2024 19:41

Great Series Dave Sir! Love from India ♥️🇮🇳

Ответить
@Akshaykumarrao-j9t
@Akshaykumarrao-j9t - 25.06.2024 10:10

Hi Dave, this content is helpful if you make a video on flask framework full-course quite helpful for everyone can learn and grow

😊

Ответить
@crushfire2004
@crushfire2004 - 25.06.2024 16:45

Continue seems interesting, currently I testing cody, cursor & supermaven

Ответить
@danielouattara3857
@danielouattara3857 - 27.06.2024 13:29

Hello Dave,
Thank you for your work !
You provide us with very interesting and valuable content, not only in Python, but also in Next, React, ...etc.

So in this way, if you miss some inspiration, you could adapt most of the projects you shared with in Next , React, PHP,...etc... to Python using Django or Flask as frameworks.

Moreover, showing the parallel development of each code (like from Next to Python) could help understand the requirements and the logic migration for a given project.

For example a Next.js completed project's code could be the starting point, then, you built again the project in Python and explain the logic migration from one to another.

anyway , thank you again

Ответить
@Mona.Guerin
@Mona.Guerin - 29.06.2024 22:53

building full websites with Flask

Ответить
@Shriram279-1
@Shriram279-1 - 01.07.2024 18:14

seems to be very complicated for a beginner who is good at basics of python. Got headache by going through it. I wonder ppl commented here they got to know the content very well. U ppl serious?

Ответить
@snehasingh1929
@snehasingh1929 - 04.07.2024 11:37

yes please we need the next part awesome tutorial btw

Ответить
@ggr0go
@ggr0go - 11.07.2024 03:47

Full stack flask app

Ответить
@psykoj
@psykoj - 13.07.2024 18:23

Great tutorial!

Ответить
@jayyay693
@jayyay693 - 13.07.2024 21:41

Why is the virtual env needed I thought it’s not necessary please or anyone explain why it’s needed thanks

Ответить
@Huzaifa-p6e
@Huzaifa-p6e - 16.07.2024 14:59

Hey Dave can we dockerize the REST flask api which inferences a ml model? , if so any tutorials?

Ответить
@codebykeoma
@codebykeoma - 18.07.2024 09:58

Thank you for this! It was helpful. I would like to see a tutorial using a registration form with better data validation.

Ответить
@Kennethlumor
@Kennethlumor - 25.07.2024 08:49

Sir please is it true that flask Restful is not maintained again by the community and will be get rid of soon 🔜

Ответить
@brancode404
@brancode404 - 26.07.2024 13:00

Please make Django Ninja videks

Ответить
@ttaylor9916
@ttaylor9916 - 11.08.2024 14:49

Thanks!

Ответить
@hawkhm97
@hawkhm97 - 21.08.2024 01:54

Like most technical they always forget things "How do you changr into the flask dir" I was teacher and when you are teaching create an outline and don't teach off the cuff.

Ответить
@shashank.s.pandey964
@shashank.s.pandey964 - 24.08.2024 08:50

Thanks Dave, Liked and Subscribed

Ответить
@mahmoudramzy5875
@mahmoudramzy5875 - 26.08.2024 14:40

amazing concise tutorial thank you

Ответить
@john6283
@john6283 - 27.08.2024 23:20

watching this before my automation dev exam startsssss

Ответить
@skbalajiusa
@skbalajiusa - 15.09.2024 18:52

Excellent tutorial

Ответить
@Jay2Ops
@Jay2Ops - 31.10.2024 19:00

Fantastic Tutorial!! I work as a DevOps Engineer and this has improved my API knowledge.🎉🎉🥳🥳

Ответить
@DivyanshGupta-ef1rt
@DivyanshGupta-ef1rt - 08.11.2024 21:41

Brilliant lecture!!❤

Ответить
@wayneforget3218
@wayneforget3218 - 22.11.2024 15:09

Newby request....All tests well with Thunderclient but when it comes to releasing the API to users, how do I do that? I have my data on a hosting server and is managed with cPanel. How do I place the API on cPanel and then what is entered in the URL parameter when calling it from xCode? Any quick advice on that please?

Ответить
@oussamabjj
@oussamabjj - 23.11.2024 16:53

thank you sir i appreciate

Ответить
@Ashdhr
@Ashdhr - 23.11.2024 23:41

Thanks so much. Easy to follow

Ответить
@devNguy
@devNguy - 29.11.2024 08:37

Good setup. Good explanation. Good project.

Ответить
@nikolaivakulenko375
@nikolaivakulenko375 - 01.12.2024 14:40

Great explaination, there are no questions arise why you do this or that. Clear speech matters a lot. Thank you!

Ответить
@1duducm
@1duducm - 09.12.2024 01:18

Thanks a lot

Ответить
@LewisSacProduction
@LewisSacProduction - 14.12.2024 02:54

Maybe you've already done something like this, but it would be cool if you could make a part 2 of this video and make it work remotly instead of localhost? Thanks, great videos!

Ответить
@blackb819
@blackb819 - 17.12.2024 13:45

I'd like to thank you with this comment. it has been a while since i wanted to learn restfull api. Back then it was hard for me to understand what restful means and the usecase. when i understood the utility and the fact that in so many backend job post it is in, i said myself , get three hours to work on it.

I found your tutorial, 40 minutes, thought it will be ok, not too long lol. finaly i did it and it was not that hard. But to master it i think i need to do it 5 or 10 times to understand better the flask-restfull module.

Ответить
@APL33025
@APL33025 - 20.12.2024 00:34

That was an excellent tutorial on building a REST API with Python

Ответить
@shahriaralom4547
@shahriaralom4547 - 23.12.2024 10:13

please make tutorial about writing python following documentation

Ответить
@PINEDARONALD
@PINEDARONALD - 02.01.2025 00:30

Thank you brother for this great I am very new in python but thank you I manage to make it , happy new year by the way

Ответить
@NicolasJimenezValbuena-k6n
@NicolasJimenezValbuena-k6n - 02.01.2025 13:03

Very useful! I decided to get into flask because I was looking for a fast way to built an api avoiding many settings

Ответить
@tomproctor.archive
@tomproctor.archive - 06.01.2025 03:44

Wow that's a learning curve. As a newbie I'm sorta intimidated.

Ответить
@zameerahmed1775
@zameerahmed1775 - 15.01.2025 23:56

Ur an awesome dev .......... ur comm skills are excellent

Ответить
@marik1290
@marik1290 - 19.01.2025 17:23

I've cheked the whole course. Planning to become a DataScience Engineer and working with API's at the end helped me a lot to understand and demystificate WEB API's usage, was amazed how Dave easily served all main concepts during this course. Really appreciate your efforts Dave. Thanks a lot sincere. Hope this comment find you well.
Would like to see a continue of this greate course, or more advanced projects with architecture designing and practice.

Ответить
@dotaprosnoobs3718
@dotaprosnoobs3718 - 25.01.2025 01:31

Awesome 👍 tks

Ответить
@mathphysjoy
@mathphysjoy - 26.01.2025 01:19

really good teacher. Thanks a lot.

Ответить
@torque_onair
@torque_onair - 18.02.2025 18:55

on mac or linux u probably make alias py = python3

Ответить
@LucaIacolettig
@LucaIacolettig - 19.02.2025 19:48

Great explanation, great code, love the style. I was able to understand a lot from this tutorial, thanks @DaveGrayTeachesCode for the interesting tutorial, amazing!!

Ответить
@DaveGrayTeachesCode
@DaveGrayTeachesCode - 15.06.2024 18:23

Leave a comment to let me know what Python topics you want to see in the future 🙌 Thanks!

Ответить