VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Python Django and Google APIs - Project Tutorial

Python Django and Google APIs - Project Tutorial

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to build a Python Django app that uses multiple Google APIs in this full course Harsh: var google_api_key = ---google_api_key-safe---;
var lat_a = --lat_a-safe--;
var long_a = --long_a-safe--;
var lat_b = --lat_b-safe--;
var long_b = --long_b-safe--;
var lat_c = --lat_c-safe--;
var long_c = --long_c-safe--;
var lat_d = --lat_d-safe--;
var long_d = --long_d-safe--;
var origin = ---origin-safe---;
var destination = ---destination-safe---;
var directions = --directions-safe--;
# Is there an alternative for this syntax as it is giving error!
# this code is written in map.html file
ERROR MESSAGES:
Property assignment expected
',' expected
Declaration or assignment expected

Date: 2022-03-14

Comments and reviews: 6


Where is the point to record over two hours video where you mostly copy and paste the code. You complitely ignored web development flow. Skip this copy and paste phase and just go through the finished code and explain what you think is a core of the app, from the code flow perspective. Would be more interesting and shorter.
reply

Hi Bobby, great set of tutorials, but .... I cannot access Google Places etc as I'm getting the error BillingNotEnabledMapError. Am I doing something wrong, or has Google got me by the short and curlies.
reply

Hello,
I have a doubt, I was trying to run this code on my local machine and was getting this error -AttributeError: 'WSGIRequest' object has no attribute 'is_ajax'-, Can anyone please help me out

reply

Not gonna lie, setting the env to me is always the worst part, I'm way to organized in my computer files to have a random env folder -> Spent 10 mins figuring how to chose a custom file path
reply

After enabling the billing for my APIs too yet this shows the error that you encountered ! That page can-t load google maps correctly .. what do I do about it
reply

What is this course? Copy paste techniques? You never learn anything from copying, the only way is to type in understanding every line
reply
Add a review, comment






Other channel videos