Two things strike me with Javascript as opposed to Python (obviously, caveats apply...)
-
Learning Javascript to enable the web is far more practical than learning a Python GUI.
-
All of the extra steps in Javascript when it comes to functional programming, yuck!
At my job right now I work with Python (intermediate to advanced knowledge) and SQL (advanced knowledge) and some R but I'd like to switch career and learn Javascript.
I wonder how long it takes to learn Javascript (enough to pass jobs interviews) if I study it 3 hours per day and I'd like to know what frameworks should I focus on for better career prospects.
Thanks you!
Videos
I want to learn JavaScript as quickly as possible (I'm interning and the company wants me to learn JavaScript and node.js)
I already know python. How can in quickly learn js? Thanks!
imo - convert whatever you made in python into js - then refactor until youre happy
Learn JS then Node. Node won't make any sense until you know the language.
javascript.info will cover just about everything related to JS
MDN for deeper dive into the various APIs
Node.js is a run time built on the V8 engine. You won't be able to "learn" it overnight. Wes Bos, Steven Girder, etc. all have good intro courses to help you get familiar with the environment if you're a new learner.
Is python similar to javascript will I be able to pick up everything fairly quickly? I have been learning python for a couple of weeks now and I'm slowly gaining an understanding. I plan on sticking to learning html, css and python for a month or two more than try and learn some javascript and react, I actually first started on js but skimmed through html, css quickly and then javascript hit me pretty hard then life got in the way. So I started with python one year later and feel much better, perhaps my original approach was poor. Also eventually I was thinking about full stack so thats why I thought python was quite a good choice for back end.
Thank You.
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.
How much easier will it be to learn Python after having learned JavaScript vs just learning Python as new coder?
What aspects of programming will be easier to pickup if I learn JavaScript first?
And after being a decent bit knowledgeable what other languages should I learn? How many would be needed to be “Job Ready” ?
side questions, whats the difference between Java and JavaScript?
To all JS developers, how long did it take you to learn JavaScript. Also, how long did it take you to land your first JS developer job. Btw, what else did you need to learn other than HTML, CSS and JS ?
Thanks in advance :)
Terribly anecdotal:
-
3 years maybe.
-
2 years before I learned JavaScript.
-
Php was huge for me getting a job (or probably any server side language). Python was literally required for my first job (had to learn it before first day and took a reduced salary until I proved capable). I think nowadays js frameworks are important.
Work on a new project everyday. If you can't finish one in a single day, that's fine. Just make sure you are coding everyday. I promise you if you really do it everyday, eventually you won't need to look in books as often, or ask for help on stackexchange as often and you will find yourself getting more and more efficient with your projects and coding.
The thing is, you will get better with time. But, you will never stop learning it. If you are hoping that it has a definitive end where you have mastered it and there is nothing more to learn you are approaching the problem with the wrong mindset. Instead of thinking how long will it take to learn it, think "what can I learn about it today?"
Hello! I’m currently working on learning html and CSS but I’m wondering once I move on to JavaScript how often should I practice and how long? Right now I’m following the ASAP front end course but are there other options I should consider instead when I move onto JavaScript? I don’t have money to spend on courses right now.
For me when I started html and css I looked on google and it said it can take a couple months but i did it in 2 weeks and learned how to make a basic website. Now coders have told me to learn js next and said it can take up to 9 months which I dont know if it will take me. How long did it take you?
i am currently job hunting. And a friend of mine told me that the company he is working in now, is going to hire new employees next month. he said he would put in a referal for me. But i role would be in web development. And i dont know javascript. The languages i know are Python, C, C++, MySQL and DSA. Do you think I can learn Javascript in 10 days to crack the interview?
I've been doing full stack Javascript for a while, I also know C# and C++. I know Python basics from having looked at code etc, after all its very readable but haven't done much coding.
I'll be honest, my current work doesn't really have Python projects, and I really want to learn because 1) its a good thing and I'm sure I will find uses for it, but mainly 2) I want to use it for technical coding interviews.
I really don't want to use C++, C# or god forbid Java (the opposite of terse). In the past I've used ES6 also and its generally fine but some companies have the impression that its not a 'real' language (which is nonsense). Anyway Python is even more terse/readable (well except for lambdas) and has more data structs (like queues, heaps) that are often used in interviews.
Just to make it clear, I'm not trying to 'cheat' or memorize. I want to learn the language but with a focus on solving questions like you see in leetcode vs e.g doing ML or data science. Things like list comprehensions etc seem very useful. JS ES6 and Python seem very similar in many ways so I think this will come down to really understanding the 'Pythonic' way of doing things after learning the syntax etc.
I'm using the ultimate react course on udemy after work and I'm finding it so hard for a number of reasons.
Its hard to find time after work, and I have cut down my time in the gym to accomodate learning
When I do start I'm quite tired
I can only do one section a day on my days off because I get wiped
I'm only on section 6 because it takes me so long to work through the code with him. Should I even bother working through the problems with him and only attempt the challenges?
I feel like such a fucking idiot and I am starting to have no free time.
Hey everyone! I'm looking to learn JavaScript and was wondering how long it typically takes to get a good grasp of it. Also, what are the most important concepts I should focus on when starting out? Should I prioritize learning objects or something else?I want to avoid getting stuck in "tutorial hell" on YouTube, so what’s the most effective way to learn a programming language like JavaScript without relying too much on tutorials? Lastly, has anyone used Codecademy.com for learning JavaScript or other languages? Is it a good platform to learn from? Any advice would be appreciated!
The irony of you saying, "I want to avoid getting stuck in 'tutorial hell' on YouTube" while you're here wasting time asking a question that's been asked a hundred thousand times. You should use the search function, check out all the recommended courses, and stick with one. How long it takes depends on you and how much time you invest.
I recommend personally FrontEndMasters they up to date and teach you thoroughly
Find a good comprehensive course and follow it from start to finish, then spend months and months practicing by building projects.
The two most popular courses that people like here are The Odin Project and FreeCodeCamp. Pick the one that you like better, they're both excellent. Another good place to start is Harvard's CS50x - it doesn't focus on JavaScript but there's no better introduction to Computer Science out there.
Stay away from random YouTube channels. Stick with high-quality full and complete courses, or textbooks that have good reviews.
How long will it take? A few months for the course, a few months of practice, and you won't be a beginner anymore.
10 years ago that was enough to get a job. These days that gives you maybe a 1% chance, if you want a job you need a degree or years of experience.
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.