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

Can we just you python for a back-end of a website? Is it important to use javascript? And if yes then why?

I see that python can also handle back-end work of a website. So, I wanted to know is it still need to use javascript to power the back-end process.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, vikas pal! No, you do not absolutely need JavaScript to run the back-end side of things. There are many languages that can run the back-end for you. Among others are Python, Java, PHP and C#. Which backend language you pick is primarily up to your personal preferences.

That being said, JavaScript is a little special in that it is not only a backend language but also a front end language. You will likely still need it to work on the front end of things.

Hope this helps! :sparkles:

Thanks, Jennifer Nordell! It helped me a lot.

nakalkucing
nakalkucing
12,964 Points

I know this question is a little different from Vikas' original, but would you mind answering it Jennifer Nordell ? Which would be easier to use JavaScript or Python? And what are the advantages and disadvantages of each. I'm interested in making a website and I'm already learning Python. Thanks in advance. :)