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

A Search Engine

What is the best language i should be learning to build a search engine web application

1 Answer

A search engine is a lot of work and requires lots of back end code. I'd suggest python because it's easy to learn and can develop fast with it.

As I said though, a search engine is a monolithic project and will require a lot of learning in the realm of computer science (algorithms, data mining, possibly machine learning, ect.)

I'd suggest you take a look at some MIT OpenCourseware videos or iTunesU for free lectures on CS topics.