30 Days of Python - Day 13 - Using a REST API Service - Python TUTORIAL

30 Days of Python - Day 13 - Using a REST API Service - Python TUTORIAL

CodingEntrepreneurs

4 года назад

73,071 Просмотров

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


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

@daneshwargobbani8693
@daneshwargobbani8693 - 02.04.2020 13:57

cool.

Ответить
@wayneztube
@wayneztube - 02.04.2020 16:07

Nice project. It would be interesting to follow up by creating the back-end REST API service in Flask.

Ответить
@thebeardedskateboarder
@thebeardedskateboarder - 02.04.2020 16:27

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.

Ответить
@joao00098
@joao00098 - 02.04.2020 18:04

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 :(

Ответить
@Tom-kg6qe
@Tom-kg6qe - 05.04.2020 17:42

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?

Ответить
@ElliyahuRosha
@ElliyahuRosha - 14.04.2020 14:17

I learned so much! Thank u, sir

Ответить
@NicoFlyn
@NicoFlyn - 15.04.2020 22:52

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.

Ответить
@elegik686
@elegik686 - 16.04.2020 01:52

That was a nice tutorial. Thanks :)

Ответить
@keremyldrm3702
@keremyldrm3702 - 17.04.2020 13:33

The website is not giving an API without request anymore. it is frustrating.

Ответить
@ai.201
@ai.201 - 18.04.2020 20:25

Man, one day these tutorials will hit 1 Million.

Ответить
@duke007x3
@duke007x3 - 30.04.2020 01:02

You are the top man. Thanks for what are you doing.

Ответить
@deepikagurung9410
@deepikagurung9410 - 20.05.2020 19:35

i am getting an error as"JSONDecodeError: Expecting value: line 1 column 1 (char 0)"
can you help me with this

Ответить
@billnjoroge7088
@billnjoroge7088 - 07.06.2020 01:50

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!!

Ответить
@randheerkumargautam6433
@randheerkumargautam6433 - 08.06.2020 14:05

had anyone implemented subscribe model in django blog which send your recent blog to your subscriber automatically?

Ответить
@hamzakhalid9428
@hamzakhalid9428 - 23.07.2020 09:19

These are the best videos ever! Mindblown.

Ответить
@polivares1982
@polivares1982 - 14.08.2020 18:18

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

Ответить
@TheAremoh
@TheAremoh - 30.08.2020 16:17

Thank you for all that you do.

Can we expect a mini project on fastAPI soon? :)

Ответить
@darrellrobinson602
@darrellrobinson602 - 12.09.2020 01:27

Dude I love the video, but can I see the full screen.

Ответить
@sasha_varik
@sasha_varik - 28.09.2020 01:09

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)

Ответить
@Femtro
@Femtro - 04.11.2020 01:03

Really great tutorial!

Ответить
@brainwashing1
@brainwashing1 - 04.02.2021 03:25

I like your stuff, but now ... you show just a few simple things in 42 minutes

Ответить
@bruhhhhh718
@bruhhhhh718 - 07.04.2021 05:00

why was search/movie_id a variable, but search/movie wasn't?

Ответить
@shubh4319
@shubh4319 - 07.04.2021 17:53

Wow , loved your tutorials , such great content and easy to follow

Ответить
@rdawson3648
@rdawson3648 - 17.04.2021 01:35

Thank you so much! Clear and concise (period!)
Subbed and going to start from Day 1 now.

Ответить
@viet-anhbui5073
@viet-anhbui5073 - 29.04.2021 22:16

Ty so muchhhh, ur vid really help me a LOTS:D

Ответить
@lovecoco9950
@lovecoco9950 - 16.05.2021 15:46

for me personally, the vids in this series are the best a beginner can find.

Ответить
@sirbuz963
@sirbuz963 - 23.05.2021 00:33

Do you have a discord channel where you can learn more :)?

Ответить
@regdancy9486
@regdancy9486 - 03.06.2021 21:25

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!

Ответить
@haifengwu3423
@haifengwu3423 - 16.06.2021 05:54

very useful video explaining a lot what i need exactly

Ответить
@8DMafia
@8DMafia - 18.06.2021 18:50

This is the best API tutorial ❤️

Ответить
@jagadeeshkumar1443
@jagadeeshkumar1443 - 19.07.2021 14:04

I am getting 204 response. This means my connection is complete or not please help me

Ответить
@learnwithnawf246
@learnwithnawf246 - 11.08.2021 13:16

This website asks me for application url which I don't have

Ответить
@brianseattle
@brianseattle - 29.08.2021 19:24

This is a great python API Tutorial. I love how you explain things a you go along.

Ответить
@leventbozkurt9796
@leventbozkurt9796 - 02.09.2021 17:37

Great Teacher. Thank you. pls continue to teach

Ответить
@Mike-vj8do
@Mike-vj8do - 21.07.2022 21:50

Really good video!

Ответить
@dyfhebev
@dyfhebev - 02.09.2022 15:34

This is a great tutorial for starting with any api in python. Thank you so much!

Ответить