Hello , thank you so much for the tutorial video, very helpful. you dont have it with API key by any chance, do you ?I dont know where to add my api key
Hi thanks, this has been very useful to me! I have the following question. I have a similar set up, however I would like to put my js code in a separate script.js file. What would be the best way to access the school.lat and school.lng from the .js file? Thanks a lot!
greetings dave, I am currently working on a car mechanic scheduling flask app . I am trying to integrate the google maps once user submits zipcode showing nearby mechanics and the booking api. So far, i have a login , register, homepage. Its coming along just trying to find resources to guide me along. thanks, would love to hear from you
@@DaveBriccetti hey dave, graduated but unsure if i should go for my bachelors in comp sci . I currently have the mechanic capstone project to showcase to employers for experience. I do think having a bachelors will benefit in the market but employers are looking for some kind of experience. Currently, working sharping my skills and working on projects. would like to know ?
Hi, your video is really helpful but when I run your code I have encountered error : js:35 Google Maps API error: MissingKeyMapError and Google Maps API warning: NoApiKeys. But I have already appended my api key in the url as this: src="maps.googleapis.com/maps/api/js?key=AIzaSyCBVqrF_c7Tsp9Bh9bp2Avg3UNf3Hz07Yc" I am really confused...do you have any idea of how to solve this? Thanks so much!
Lufan Zhang Actually I am using virtualenv with flask and I just modify the HTML file in the wrong directory. And if the directory is correct then just append the API key as I did will work fine.
"I'm gonna call this wci because that's what the kids call it."
awww! Protect this man at all costs
I reread this comment from time to time, and enjoy it very much.
Thank you for sharing this. When looking at how you setup the schools class I understood a little bit more about tuples
I surrender searching the implementation fully in Flask for this. Thank you, it was not that hard.
Hello , thank you so much for the tutorial video, very helpful. you dont have it with API key by any chance, do you ?I dont know where to add my api key
Hi. Sorry, I don’t, but I’ll make a note that I should update this. Thanks for writing.
Hi thanks, this has been very useful to me! I have the following question.
I have a similar set up, however I would like to put my js code in a separate script.js file. What would be the best way to access the school.lat and school.lng from the .js file? Thanks a lot!
Sorry for my delay! Do you still have the question?
@@DaveBriccetti thanks for getting back to me, but no all good I've solved my query! Very helpful video!
greetings dave, I am currently working on a car mechanic scheduling flask app . I am trying to integrate the google maps once user submits zipcode showing nearby mechanics and the booking api. So far, i have a login , register, homepage. Its coming along just trying to find resources to guide me along.
thanks, would love to hear from you
Sounds good. How’s your progress?
@@DaveBriccetti update, i have a working project . its pretty cool. Flask, Sql, javascript. Next steps, deployment, and presenting it to class
@@alexanderantonio5239 Excellent! Congrats. If you make it public, feel free to post here how to find it.
@@DaveBriccetti hey dave, graduated but unsure if i should go for my bachelors in comp sci . I currently have the mechanic capstone project to showcase to employers for experience. I do think having a bachelors will benefit in the market but employers are looking for some kind of experience. Currently, working sharping my skills and working on projects. would like to know ?
Sir I tried this python code using pycharm but the code is showing lots of errors.
Hi. I think Google is requiring an API key now. Is that consistent with your errors? And, are you using Python 3?
I m using pycharm v 2018.3.5
PyCharm works with Python 2 and Python 3, so that doesn't answer that question. What errors are you getting?
please do a tutorial on this project
thank you for sharing this project
Hi. What specifically are you thinking of?
I have added API key, now google Maps is getting displayed, but after 2 seconds, it's showing nothing. Any help?
Hi. Interesting! Does anything helpful appear in the browser console?
Is There a way to run the page in a no local host?
+Jorge you could copy the files onto a web server. Is that what you're asking about?
THANKS...WHAT EDITOR ARE YOU USING?
Uforo Etim hi. That's PyCharm.
Oh Dave, thanks a million
AM A GIS STUDENT AND WANT TO CARRYOUT WEBMAPPING APP...I DONT KNOW IF COULD PUT ME THROUGH...THOUGH YOUR TUTORIAL GAVE ME THE MOTIVATION...THANKS DAVE
I was trying this out myself.
In line...
schools_by_key = {school.key: school for school in schools}
gave me...
TypeError: iteration over non-sequence
Hi. Maybe a missing comma? Tuples with a single element need a trailing comma.
Use schools.keys()
Hi, your video is really helpful but when I run your code I have encountered error : js:35 Google Maps API error: MissingKeyMapError and Google Maps API warning: NoApiKeys. But I have already appended my api key in the url as this:
src="maps.googleapis.com/maps/api/js?key=AIzaSyCBVqrF_c7Tsp9Bh9bp2Avg3UNf3Hz07Yc" I am really confused...do you have any idea of how to solve this? Thanks so much!
I just looked at my code, and I’m not using an API key. I wonder why Google allows this for me. Can anyone explain, and help Lufan Zhang?
Hi, I have already solved the problem and it works now. Thanks...
Lufan Zhang should you explain the solution in case someone else has the problem? I'm glad to hear you have it solved.
Lufan Zhang Actually I am using virtualenv with flask and I just modify the HTML file in the wrong directory. And if the directory is correct then just append the API key as I did will work fine.