Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

dylan kane
dylan kane
2,772 Points

What language would I use for...

Say I was making a web application that told people that others were near them on google maps or any type of map. what coding language (s) would i need to know for doing this?

1 Answer

My advice would be to learn Python and the web framework Django.

If you are new to programming Python is pretty straightforward and the syntax is clean and simple.

Django is what most Python programmers use to make web apps but there are tons of other options.

Then figure out how google's api works and you're in business.

Of course this is a simplistic answer but it should point you in the right direction.

dylan kane
dylan kane
2,772 Points

Perfect! Thank you very much, that is exactly the answer I was looking for.