Комментарии:
cool.
ОтветитьNice project. It would be interesting to follow up by creating the back-end REST API service in Flask.
ОтветитьAwesome tutorial. I self taught APIs using Javascript and I can't wait to try out the Python way :). Could you PLEASE go over a POST and DELETE call? I don't understand how these are made and I can't find anything to demonstrate how to do it.
ОтветитьWhen I import requests I get an error: No module named 'requests'.
What should I do? I have installed it just like you said, but I have to use py instead of python3 because it seems he didnt recognize python3.
Please help :(
Matching data: You could make the variables 'movie_titles.lower()' and 'release_date' then match them up that way...
OR to make the data more manageable, filter the movies by year and then search for the titles in lower case...
If I might pitch a request, can you go over some writing Django Views functions for Javascript: Ajax, web-hooks, and React vs Angular?
I learned so much! Thank u, sir
ОтветитьMan, i´ve just started learning coding and for that i´ve been watching your videos. You are a wonderful teacher. Thanks for sharing. regards from Argentina.
ОтветитьThat was a nice tutorial. Thanks :)
ОтветитьThe website is not giving an API without request anymore. it is frustrating.
ОтветитьMan, one day these tutorials will hit 1 Million.
ОтветитьYou are the top man. Thanks for what are you doing.
Ответитьi am getting an error as"JSONDecodeError: Expecting value: line 1 column 1 (char 0)"
can you help me with this
Man, your tutorials are so damn amazing!!!! I have absolutely no idea why and how you still don't have 1m+ subs. either way, keep posting them!!
Ответитьhad anyone implemented subscribe model in django blog which send your recent blog to your subscriber automatically?
ОтветитьThese are the best videos ever! Mindblown.
ОтветитьThis is an awesome tutorial, kudos!
I'm working with an API that has a data with "metadata" and "results" in its JSON request (kinda pagination with page, maxrows and currentpage).
How could I modify the original metadata so I can GET "maxrows" higher than 20 (original value), ¿is it possible anyhow?
Greetings from Santiago de Chile ;)
PS: I subscribed to your channel
Thank you for all that you do.
Can we expect a mini project on fastAPI soon? :)
Dude I love the video, but can I see the full screen.
ОтветитьHi , you should pass "params" instead of "data" in your GET request. "data" is for POST request
Like this:
params = {"api_key": "your_api_key"}
r = requests.get(endpoint, params=params)
Thanks for videos)
Really great tutorial!
ОтветитьI like your stuff, but now ... you show just a few simple things in 42 minutes
Ответитьwhy was search/movie_id a variable, but search/movie wasn't?
ОтветитьWow , loved your tutorials , such great content and easy to follow
ОтветитьThank you so much! Clear and concise (period!)
Subbed and going to start from Day 1 now.
Ty so muchhhh, ur vid really help me a LOTS:D
Ответитьfor me personally, the vids in this series are the best a beginner can find.
ОтветитьDo you have a discord channel where you can learn more :)?
ОтветитьThis is one of the best tutorials I've watched in a while. This is just what I needed for a new project I'm working on. A huge thanks! Well done! I do have one question. How would I add urljoin so I can use a query string and params. My URL is using expands=descendants. Thanks in advance!
Ответитьvery useful video explaining a lot what i need exactly
ОтветитьThis is the best API tutorial ❤️
ОтветитьI am getting 204 response. This means my connection is complete or not please help me
ОтветитьThis website asks me for application url which I don't have
ОтветитьThis is a great python API Tutorial. I love how you explain things a you go along.
ОтветитьGreat Teacher. Thank you. pls continue to teach
ОтветитьReally good video!
ОтветитьThis is a great tutorial for starting with any api in python. Thank you so much!
Ответить