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

I want to create Web Apps/Mobile Web Apps in the future, which one do you guys prefer to learn, Javascript or Python?

I'm really confused about what language should I learn. Python? Javascript? and also I'm a really Beginner.

1 Answer

Eric M
Eric M
11,545 Points

Hi Amin,

Treehouse has some great courses for learning Python and JavaScript from the beginner level. You'll also need to learn HTML and CSS to create web apps with JavaScript. For instance, React, a very popular web app framework, requires you to write HTML, CSS, and JavaScript.

Even if you use Python for the backend (logic, storing of data) of your application, you will most likely end up having to use HTML, CSS, and JavaScript for the frontend (display, user interaction).

For this reason alone I recommend you start with HTML, CSS, and JavaScript.

Check out this track: https://teamtreehouse.com/tracks/front-end-web-development

Good luck,

Eric

Hi Eric,

Really appreciate your help.