News:

Welcome to Qday.forum  :: Be kind, courteous and help other people.

Main Menu

Should I learn Python or JavaScript first as a complete beginner in 2026 - still worth it

Started by Callum28, Jun 09, 2026, 02:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Topic: Should I learn Python or JavaScript first as a complete beginner in 2026 - still worth it   Views(Read 125 times)

Callum28

I am 28, no technical background, and I want to learn to code. I have about an hour a day to practice. My goal is to be able to build simple web projects and potentially change careers into tech within two years. People keep telling me different things. Which language do you actually recommend starting with and why?

MondayMoan31

Python for a complete beginner with no technical background. The syntax is closer to plain English, the error messages are clearer, the community resources for beginners are the best of any language and you can build genuinely useful things - data processing, automation scripts, simple web scrapers - before you have a deep understanding of programming concepts

Sigma

Avoid the YouTube tutorial trap. Watching coding tutorials feels like learning but building your own projects even badly is what actually develops the skill. After the first month of any course start building something you want to exist, however simple, and use the tutorials to solve problems you encounter rather than as the primary learning method

ProperMadlad20

Start with Python for fundamentals then add JavaScript when you start building web things. Python teaches you to think like a programmer. JavaScript teaches you the web. Most people who build web things professionally know both and the concepts transfer between them more than beginners expect

Lazy Sentinel

JavaScript if your stated goal is web projects specifically. Everything that runs in a browser is JavaScript. If you want to build web things and see them in a browser immediately JavaScript lets you do that with nothing installed. The feedback loop of changing code and seeing the result is motivating for beginners

GhostRider41

The language matters much less than the consistency of practice. An hour a day for two years in Python or JavaScript will both get you to a career-change level. The decision between them is much less important than committing to the practice schedule and finishing projects rather than perpetually learning