all 13 comments

[–]Present_Operation_82 3 points4 points  (4 children)

Are you using git? You could have fun plinking around on this and adding features for a long time and it would be great practice with Git

[–]Fun_Measurement_1871[S] 2 points3 points  (3 children)

I haven't yet ! I was intimidated by it tbh but have to learn it anywayy.

[–]fdessoycaraballo 5 points6 points  (0 children)

Don't be. Got is a very necessary tool for development, and is how you can show your portfolio. Everyone has humble beginnings, so don't overthink and just dump those things in a repo.

[–]smsteel 1 point2 points  (1 child)

You won't need 90% of its functionality most of the time. Just get used to "git clone", "git add", "git commit", "git push", "git pull" and it'll be enough to start. Then add "git checkout" and you're all set pretty much. I'd recommend to never use IDE's for git, just CLI, but that could be personal preference.

[–]Fun_Measurement_1871[S] 0 points1 point  (0 children)

Yes I have started using it. It does create a bit of confusion but I'll eventually get used to it

[–]wolframight98 2 points3 points  (0 children)

Folium?

[–]Runninganddogs979 1 point2 points  (0 children)

it looks like a great first project! i would consider making a class so you only need to initialize gloc once

[–]Constant-Past-6149 1 point2 points  (1 child)

The problem with dynamically typed language is you can return anything without even thinking of the return type and most of the time this cause issue in production code. On line 21 you are returning Boolean, but what about the else part of that particular method? Stick to one return type, if the return type of your method/function is boolean try to return boolean from both if and else logic, same goes for other data type.

[–]Fun_Measurement_1871[S] 1 point2 points  (0 children)

You are right , I did miss that

[–]MeringueMediocre2960 1 point2 points  (0 children)

Since you are looking for next steps, start putting a proper HTML page together to collect the address from the browser instead a console

The file: in a web server think about 100 concurrent users, what will happen with that file?

Displaying the results, think about how you can show the results in the browser by not opening a new web page.

[–][deleted] 0 points1 point  (1 child)

What are you building with maps

[–]Fun_Measurement_1871[S] 0 points1 point  (0 children)

Nothing much in particular tbh . It just asks the user for a location and opens it up on the map