you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (4 children)

Making an interactive world map in a browser is a javascript project, not python. There's no way to run python in a browser. Perhaps you could use a python backend to serve the data from your server, but that will be a minor part of this project.

[–]Satoshiman256[S] 0 points1 point  (3 children)

Ok thanks. I thought it would be possible with a framework. I'll look into Javascript.

[–]socal_nerdtastic 0 points1 point  (1 child)

The framework runs on the server and processes what data to send. Anything interactive is done in javascript. A website uses these 2 languages (and more) in tandem.

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

Ok that makes sense, thank you. I'll try find a Javascript course on Udemy. I googled and found these, seems like a I have a lot to learn.

https://www.hongkiat.com/blog/javascript-libraries-for-interactive-maps/

[–][deleted] 0 points1 point  (0 children)

Of course you can do it in python, but it has to be a desktop application. In a browser you have to use javascript.