Learn Python or JavaScript first?
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.
More on reddit.comHow hard is JavaScript to learn after wetting my feet in Python?
How easy is it to learn JavaScript after learning beginner level python?
Easier than learning JS before learning beginner-level Python. Much of what you have learned will transfer pretty well; when starting out, you're more learning programming in general and less learning a specific programming language.
More on reddit.comIs Ruby (Rails) still worth learning in 2021 and is it going to be demanded in the coming years?
Which is Better to learn first, JavaScript or Python?
How Easy Is it to Learn Python and JavaScript?
Which is more beginner-friendly Python VS JavaScript?
Videos
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.
I'm beginning to feel mildly competent with Python, enough that I can debug my code and understand the documentation and some of the core conceptual logic of Py.
For the project I am working on the next step is to get my python code into a web app, I am looking at just using Django because it uses Python language but I feel JavaScript (HTML, CSS doesn't worry me) may be more beneficial in the long run (skills and project-wise).
I see lots of people saying JS is hard to learn and understand, should I invest the time now? Or can Django get me a pretty decent responsive website for the near term? (The sites main functions will be looking at a map of venues around the user's location that are drawn from a database (I have used SQLite3) allow users to login and submit recommendations which are then mapped).
I'd ideally like to turn this project into an IOS and Android App in the medium term too.
EDIT: Thanks for the phenomenal advice everyone! Hopefully this I helpful to others too.