Using Google Maps API for Python projects!

  Рет қаралды 62,648

Kite

Kite

Күн бұрын

Пікірлер: 61
@RicardoPorteladaSilva
@RicardoPorteladaSilva 4 жыл бұрын
Great video!. The audio volume in 4:16 low drastically.
@rishavsil5741
@rishavsil5741 3 жыл бұрын
time= r.json()["rows"][0]["elements"][0]["duration"]["text"] IndexError: list index out of range
@holgerbirne1845
@holgerbirne1845 3 жыл бұрын
For some reason there is no data available in either r.json()["rows"] or r.json()["rows"][0]["elements"]. Use "print(r.text)" to see whether there is data available.
@TheGiantProductions
@TheGiantProductions 3 жыл бұрын
hey dude, im having the exact same problem, did you manage to find the solution?
@joeirving1352
@joeirving1352 3 жыл бұрын
@@TheGiantProductions I got the same problem, your billing account is not linked to your project, link it and should work like a dream
@3シャマ
@3シャマ 3 жыл бұрын
@@joeirving1352 how?
@joeirving1352
@joeirving1352 3 жыл бұрын
@@3シャマ I'm not certain how I did it at the time but I think if you go onto your Google cloud platform there should be a tab at the left with billing displayed, if not check your overview tab at the bottom
@SurajKumar-ex2kx
@SurajKumar-ex2kx 3 жыл бұрын
@Kite I am getting List index out of range at time =r.json() line.
@johanneszwilling
@johanneszwilling 3 жыл бұрын
Like how you have a space between # and your comments!
@Naushadkhan-pm5tt
@Naushadkhan-pm5tt 4 жыл бұрын
How to I can display data according to user location with python
@doduva
@doduva 4 жыл бұрын
Google servers block the mail delivery as suspect. How can I work it out?
@seanbranner
@seanbranner 2 жыл бұрын
Good vid, but email portion no longer working for gmail due to google security update. You wont be able to use smtplib to login. Anyone have a workaround?
@edterrell5664
@edterrell5664 2 жыл бұрын
This video link by Frank Andrade explains how to this with gmail now. Just tested it and it works like magic.
@affanzama8280
@affanzama8280 4 жыл бұрын
could you make a full video on API please
@kcc4490
@kcc4490 3 жыл бұрын
great video! just wondering if there's a way to change the transport mode? because this seems to assume we are all driving while some people take public transport to work. would be great if we can choose the preferred transport mode too, thanks!
@edterrell5664
@edterrell5664 2 жыл бұрын
Yes, you can by adding the "&mode=transit" as I did for bicycling below in requests method: r = requests.get(url + "origin=" + home + "&destination=" + work +"&mode=bicycling"+ "&key=" + api_key)
@babyrolita
@babyrolita Жыл бұрын
Is there a way to automate the script to run every day and different times of day?
@shaileshkolekar2687
@shaileshkolekar2687 3 жыл бұрын
can I add my own paths in a map for my project
@leo848
@leo848 4 жыл бұрын
Hi Kite, I want to say that your Kite Pro subscription is cool and I understand that you need to make money. But I think it's a bit unfair that the line of code completions that were free previously are now Pro only. Sincerely, Leo Blume
@alfieqashwa
@alfieqashwa 4 жыл бұрын
hello. i'm struggling install kite on my ubuntu using fish shell. can you give the command for fish shell user too ? thanks
@leopillay8939
@leopillay8939 4 жыл бұрын
hi do u know of any book or course that teaches of unique algorithms that r very useful n cool in python
@leopillay8939
@leopillay8939 4 жыл бұрын
I have learnt python basics already
@shreyakhare9989
@shreyakhare9989 4 жыл бұрын
I am really struggling with using Google maps with flask, please make a video on that
@valkiriaaquatica
@valkiriaaquatica 2 жыл бұрын
so good bro
@vicmon7897
@vicmon7897 2 жыл бұрын
hello i wrote your project in my computer and it show me :time = r.json()["rows"][0]["elements"][0]["duration"]["text"] IndexError: list index out of range
@alejandromedina1135
@alejandromedina1135 2 жыл бұрын
were u able to solve this issue?
@parkeryusuf9435
@parkeryusuf9435 2 жыл бұрын
What are written in api-key.txt?
@Aziz-ry5sy
@Aziz-ry5sy 2 жыл бұрын
His API-Key, he stored it in a txt file so he does not have to show his api in the internet
@NCGirl1
@NCGirl1 3 жыл бұрын
time = r.json()["rows"][0]["elements"][0]["duration"]["text"] IndexError: list index out of range I am connected to my Google Cloud Account and the billing is verified. It still doesn't work. Any ideas anyone?
@mathieupoirel9405
@mathieupoirel9405 2 жыл бұрын
same here
@edterrell5664
@edterrell5664 2 жыл бұрын
In the code, you now need to change rows to routes and change elements to legs note that origin and destination are now required instead of origins and destinations
@user-tf4cd2rw3t
@user-tf4cd2rw3t 2 жыл бұрын
Is that still working? It seems that google want now money for using their apis... Please correct me, if im wrong.
@edterrell5664
@edterrell5664 2 жыл бұрын
there is no cost, but you do need to give credit card so they can verify you are not a robot. --something like $300 worth of lookups for free
@mrmuranga
@mrmuranga 2 жыл бұрын
well explained..tks
@narutouzamaki8686
@narutouzamaki8686 4 жыл бұрын
Hello sir how can I make a app that can send messages and location for safety of girl in every 5 min automatically generated can you please explain?
@dattebayo_usuratonkachi
@dattebayo_usuratonkachi 4 жыл бұрын
could you like create a tutorial where you could display some stuff on maps by gmap API ,please"_"
@MoseliMotsoehli
@MoseliMotsoehli 4 жыл бұрын
Thanks for the great video
@filipemtz
@filipemtz 4 жыл бұрын
great video!
@akmalazmer2023
@akmalazmer2023 3 жыл бұрын
Just want to comment whoever get an error at time = r.json()["rows"][0]["elements"][0]["duration"]["text"], which gives invalid array, probably need to register your credit card with google. eventhough you have generate your API key. you cannot outsmart the G.
@edterrell5664
@edterrell5664 2 жыл бұрын
I answered above but here it is again: In the code, you now need to change rows to routes and change elements to legs note that origin and destination are now required instead of origins and destinations
@dsatechies4084
@dsatechies4084 2 жыл бұрын
@@edterrell5664 now its showing 'routes' key error
@willgreat8384
@willgreat8384 Жыл бұрын
Bro tell me your still around
@newlovevideos5513
@newlovevideos5513 4 жыл бұрын
You have a great knowledge in Python ..... Can you help me out... I am starting to learn Python
@KiteHQ
@KiteHQ 4 жыл бұрын
Check out r/learnpython on Reddit! Loads of great resources. www.reddit.com/r/learnpython/
@newlovevideos5513
@newlovevideos5513 4 жыл бұрын
@@KiteHQThanks 👍
@tote-ev5eg
@tote-ev5eg 4 жыл бұрын
Tienes el mismo nombre de el KZbinr que sale en "Japón se hunde 2020"
@FernandoRodriguez-fq4cs
@FernandoRodriguez-fq4cs Жыл бұрын
WHERE ARE YOU?
@itaco8066
@itaco8066 4 жыл бұрын
Lolz nice one 👍🏾
@luvsuneja
@luvsuneja 4 жыл бұрын
The real question why is your boss asking you to commute during COVID. I’m assuming you are a software developer.
@dhawalkamdar
@dhawalkamdar 4 жыл бұрын
First 💙
@piranhabytes482
@piranhabytes482 4 жыл бұрын
noooooo
@richierahmathidayat
@richierahmathidayat 4 жыл бұрын
code never being so easy
@kasperex9330
@kasperex9330 4 жыл бұрын
Bad ass😉
@alexkrentz562
@alexkrentz562 3 жыл бұрын
Good content, but you sound like you're reading a script with a gun to your head. loosen up
All Top 40 Python Libraries EXPLAINED in 20 minutes
22:04
Search Nearby Businesses With Google Maps API and Python
13:39
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 31 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 115 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 19 МЛН
How To Use Google Places API In Python
29:48
Sigma Coding
Рет қаралды 52 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 406 М.
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Tech With Tim
Рет қаралды 161 М.
How To Create Google Maps API Key For Free 2024 (Step-by-Step)
8:04
Learn with Dean & Jade
Рет қаралды 18 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 210 М.
Why More People Dont Use Linux
18:51
ThePrimeTime
Рет қаралды 328 М.
Getting Started with Google Maps APIs in Python
10:50
Jie Jenn
Рет қаралды 99 М.
Build A Python App That Tracks Amazon Prices!
18:44
developedbyed
Рет қаралды 1 МЛН