DEV Community

Nitesh Sawant
Nitesh Sawant

Posted on

1 1

A python script that shows the distribution of IT companies in Goa India.

IT companies in Goa

Recently I was learning web scraping using BeautifulSoup library in python.After learning the basics concepts of web scraping, I wanted to use to use it to write some real-world program.

While browsing the internet I came across website startupgoa.org which have a list of startups in Goa, India [FYI I am from GOA].

So I decided to write a python script that will

  • Scrap this list of companies in Goa.
  • Get location (latitude & Longitude) of these using Geocoder(I used Google geocoder API).
  • Plot those points on the map using a python package Folium

After lots of googling & searching for answers on StackOverflow below is the end result.

Demo :https://ns23.github.io/startupGoaMap/

Github Repo

Please do provide feedback & let me know in comments if I can improve this script.

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (2)

Collapse
 
diogobcondeco profile image
Diogo Condêço

That is really amazing :D
I'm also starting python, maybe I'll try something like that.
Keep with the good work.

Collapse
 
ns23 profile image
Nitesh Sawant

Thank you ☺️

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay