RE: How to get a place's longitude and latitude?

2020-02-24 Thread legaulph
-Original Message- From: Python-list On Behalf Of Aakash Jana Sent: Monday, February 24, 2020 11:08 AM To: Souvik Dutta Cc: python-list@python.org Subject: Re: How to get a place's longitude and latitude? You might use webscraping with requests and beautiful soup to scrape up some

Re: How to get a place's longitude and latitude?

2020-02-24 Thread Joel Goldstick
On Mon, Feb 24, 2020 at 11:10 AM Aakash Jana wrote: > > You might use webscraping with requests and beautiful soup to scrape up > some website for that gives such utility > > > On Mon, 24 Feb 2020, 9:36 pm Souvik Dutta > > Hi guys I want to make a program that kinda sends an sos message with the

Re: How to get a place's longitude and latitude?

2020-02-24 Thread Abdur-Rahmaan Janhangeer
Ever heard of QPython? It has a sl4a Api http://edu.qpython.org/qsl4a-develop/index.html?form=web You can pull in GPS coordinates! On Mon, 24 Feb 2020, 20:07 Souvik Dutta, wrote: > Yes. > > On Mon, 24 Feb, 2020, 9:36 pm Abdur-Rahmaan Janhangeer, < > arj.pyt...@gmail.com> wrote: > >> On phone?

Re: How to get a place's longitude and latitude?

2020-02-24 Thread Chris Angelico
On Tue, Feb 25, 2020 at 3:04 AM Souvik Dutta wrote: > > Hi guys I want to make a program that kinda sends an sos message with the > measures of longitude and latitude (which is super inconvenient) to > someone. How can I do that I mean how can I get the longitude and latitude? > Any help would be

Re: How to get a place's longitude and latitude?

2020-02-24 Thread Aakash Jana
You might use webscraping with requests and beautiful soup to scrape up some website for that gives such utility On Mon, 24 Feb 2020, 9:36 pm Souvik Dutta Hi guys I want to make a program that kinda sends an sos message with the > measures of longitude and latitude (which is super inconvenient)

Re: How to get a place's longitude and latitude?

2020-02-24 Thread Abdur-Rahmaan Janhangeer
On phone? On Mon, 24 Feb 2020, 20:02 Souvik Dutta, wrote: > Hi guys I want to make a program that kinda sends an sos message with the > measures of longitude and latitude (which is super inconvenient) to > someone. How can I do that I mean how can I get the longitude and latitude? > Any help wou