Hi, I'm 17 right now and currently wasting a lot of my time so thought of getting into coding. I did some research and came to a conclusion that most recommend either javascript or python as their first language.
I have a very basic foundation in C, like very basic so wondering which one would be more useful to learn first. I'm thinking of giving both js and python a week or a month and then decide which one I'll study further. Would this be a good idea or a waste of time?
I'm choosing js because of web development and python since many said it's easy to understand and won't take much time to learn. I don't exactly have a goal to pursue either web development or any js things OR the machine learning, data science thing from python which is the reason i thought of learning both for a week or month to figure out what I would be suited for most. But I plan to get a job on this related firled quick. Thank You.
I’m new to coding and want to learn the fundamentals of it. I just want to know which one is the best and that’s it and give me some YouTube tutorials recommendations.
Videos
Which language should be the first one?
Some places online say JavaScript is the most popular, while others say that Python has been increasing in usage/frequency among big companies over the years.
Is one better than the other?
Most bootcamps only teach JS… I think only general Assembly gives a taste of Python…..
I assume Python isn’t that popular? Or the bootcamps are out of date?
Thank you for the advice!
I stayed away from python at first since I wanted to build cool stuff immediately but as a programming beginner the mingling syntax between js, html and css just frustrates me and I can’t make a lot of progress quickly.
I’m wondering if switching to python would be a good move since I’m studying engineering and I won’t have that frustrating part of not knowing the syntax for three different things.
Just focus on one program and build it correctly you know.
Thanks for reading.
Hi, I'm 17 right now and currently wasting a lot of my time so thought of getting into coding. I did some research and came to a conclusion that most recommend either javascript or python as their first language.
I have a very basic foundation in C, like very basic so wondering which one would be more useful to learn first. I'm thinking of giving both js and python a week or a month and then decide which one I'll study further. Would this be a good idea or a waste of time?
I'm choosing js because of web development and python since many said it's easy to understand and won't take much time to learn. I don't exactly have a goal to pursue either web development or any js things OR the machine learning, data science thing from python which is the reason i thought of learning both for a week or month to figure out what I would be suited for most. But I plan to get a job on this related firled quick. Thank You.
I did Python then didn't know what to do with it so started javascript. Once you know one the other is easier to learn. I find them really quite similar.
Personally i prefer the slightly simpler syntax of python but javascript seems less strict with concatenation and a few things which can be annoying in python.
I feel like it's easier to get started doing stuff with javascript. Most of my Python stuff was confined to a terminal but JS is everywhere.
I prefer Python but I would choose js and learn python after that if you are still interested.
I don't think it matters. I first started with JavaScript, and then I began to use different languages, like C++, Typescript, Java, VB.Net, etc. Focus on learning the basics. Don't try to become a specialist on the syntax of a specific language. That's useless.
What truly matters is that you can apply logic and solve a certain problem. You need to understand what you are doing, and as you advance, try to get acquainted with good practices (read Clean Code for example).
Hi I'm currently freshman student. I have questions related to choosing programming languages. I like c++ but I search and find out the majority developer mentioned python or js, which one reliable for future job opportunities and which is best at backend?
which one reliable for future job opportunities
all of them.
which is best at backend?
Not javascript.
Switching is easy, just learn one language for a few months and then shop around for what you want to do, then learn the language that's most common or most useful in that space.
When you learn to drive, do you expect to drive the same car forever, or gain a transferable skill?
Once you’ve learned a couple of languages, you’ll start to see common patterns, which will help learn still more languages.
Don’t try and lock yourself down into mastery of one language, keep your options open. What you’re doing here is the skills equivalent of “optimizing too early”.
Hey everyone,
I’m a beginner in programming. I'm confused about whether to go with Python (Flask/Django) or JavaScript (Node.js) for backend development.
Here’s some context:
-
I’m also learning front-end (HTML, CSS, and JavaScript).
-
I want to build full-stack web apps.
-
I enjoy Python’s simplicity, but I’m also okay learning JavaScript properly.
-
Long term, I might also be interested in data science or AI (so Python would help there).
Can you guys share what worked best for you, or which path makes more sense for someone starting out?
Any tips, resources, or personal experiences would be really helpful!
I am so confused. My friend recommended I start with JS, so I went online for some resources and had half of the people recommend Python while the rest recommended JS
Hi I'm currently freshman student. I have questions related to choosing programming languages. I like c++ but I search and find out the majority developer mentioned python or js, which one reliable for future job opportunities and which is best at backend?
Both are very popular and will probably remain so for a long time.
Nobody can predict the future but it currently looks like neither language is going anywhere anytime soon. I would focus more on what kind of work is available in your area and what you want to do after you graduate. If it's web development, especially frontend, pick JavaScript. If it's servers or especially anything related to AI or statistics, choose Python.
Now, in the long run, it really doesn't matter which one you choose. Once youvve developed your programing skills, it's really not that big of a deal to learn a new language, especially from high level language to another.
Hello!
Im 26 years old and have an associates degree, I’m doing a career change from Finance. I realized that going to bootcamp is not worth it , and pursuing a CS degree would help me get a job. It should take me about 2 years to finish but meanwhile I go through those classes I want to self learn, build my skills, get my portfolio going.
My goal is to become a web developer(front end preferably) or even backend if I end up liking it.
My first 2 classes at the university are python related, so would it make sense for me to go all in on Python by taking self learning courses through udemy or youtube? and worry about learning JavaScript later? I already know html, css and a little bit of JavaScript but I’m not sure if its doable learning python and JavaScript at the same time. Has anyone tried learning python and JavaScript at the same time?
Thanks!!
languages don't matter too much. You'll need to learn a new language for many things that you'll do. Learn languages when you need them, so in your case python first. In fact learning a language quickly is a skill in and of itself.
It depends on what you want to do. If you want to be a web developer, learn Javascript. Javascript is the only language used on the frontend and also can be used in the backend (Node.js).
Sure, python has simpler syntax, but if you're really interested in webdev then you might as well start getting used to Javascript and then its libraries and frameworks once you learn fundamentals.
Edit: Also it's definitely a good idea to not go to a bootcamp unless you're really REALLY bad at motivating yourself to learn. There are so many free resources online.
Here is my situation, I'm a part time blogger and a chartered accounting student.
At the moment I just want to learn a programming language that can help me with the above fields, mostly for automation purposes.
Later on, I may want to develop some saas programs(but not now)
So which programming language should I learn first in my case? Python or javascript?
And should I learn some basic html, css, and bootstrap before even learning these two languages or learn it later when I want to build Saas?
completely different realms
If you want to learn web dev (as opposed to Mobile app dev), first learn HTML, JS, and CSS. Browsers only know how to interpret these three things (embedding media types too but that's not code).
then learn about Python, C#, PHP, or Ruby, and explore advanced JS topics like React or Vue, and then SASS or whatever CSS generator you like - all of which are tools to help dynamically create and manipulate HTML, JS, and CSS.
Developers are lazy, and over the years have built all sorts of fancy ways to 'simplify' creating dynamic websites but no matter how complicated and overwrought the tools are, in the end they are all just generating HTML, JS, and CSS.
Edit: for those downvoting, please go back to school, you're unqualified.
Javascript is weird and sloppy, learning it first will cement questionable habits in your mind that you will later need to unlearn.
If you're not doing web development specifically, there's no reason to bother with Javascript.
I'm fairly new to programming. I know the basics of both Python and JS. I want to learn one of the two languages (fully with online material and by myself) in depth. My future goal is to work for a company to earn further experience. What would you guys recommend? What is most needed in the market? What will give me better job opportunities? Do you know any good online resources I could use? Any tips would be great.
I’m about to begin my higher secondary education and I’ve already learned HTML and CSS. Over the next two years, I want to get into freelancing and also prepare myself for university, where I plan to study software engineering, data science, or machine learning.
I’m stuck between learning Python or JavaScript next. I know both have value JavaScript for front-end and full-stack work, Python for data science and machine learning but I want to choose the one that aligns with both freelancing opportunities and my long-term goals in tech.
If I go with Python, what libraries or frameworks should I absolutely focus on? I’ve heard about NumPy, Pandas, TensorFlow, and Flask—should I learn all of them, or are there key ones to prioritize early on?
I wanna start really getting into coding as it’s always been my dream to develop video games, but should I use javascript or python for this task? I can decide which one.
I want to learn web developement, but I don't want to learn a new language, i.e., JavaScript.. Is Python good for web development or do I have to learn JavaScript?? Also are there any other modules than Django (it feels to complicated to me)??
Edit: Guess I'll learn JavaScript after all..
Alright so I work in manufacturing management and have a management background for the past 4 years and I have been super interested in software development since I was in college but I never took the plunge to try and learn. I am 28 years old and I am heavily going to invest into my own learning and try to learn to code through all the online resources available.
My main questions are what language between python and Java script should I focus on first? The ultimate goal would be to land a developer job in the fastest amount of time. Also what kind of salary could I potentially expect out of a junior developer and someone that is kind of beginning their development career (I know my experience would not translate here at all).