🌐
freeCodeCamp
forum.freecodecamp.org › t › why-should-i-learn-python-if-i-already-know-javascript › 253988
Why should I learn Python if I already know Javascript? - The freeCodeCamp Forum
January 25, 2019 - I’ve been working with javascript for a while now and I’m comfortable with it. I like all the libraries and flexibility that I have with it. (Typescript, Node, Electron, React, etc) I want to eventually start messing around with another language like Python or even Java but I’m not really seeing much of what something like python adds that I can’t really already do in javascript.
People also ask

Is JavaScript better than Python for web development?
JavaScript is a clear winner when it comes to web development. Speaking about the performance aspect, Python takes a lot longer to respond - if you want an efficient website, you should use JavaScript.
🌐
bitdegree.org
bitdegree.org › home › best learning platforms › guides › python vs javascript: which one should you learn?
Python vs JavaScript Comparison: Should I Learn Python or JavaScript?
Which is more beginner-friendly Python VS JavaScript?
Usually, Python is the beginner's choice, especially if the user doesn't have any programming experience. Python has a more readable code, has fewer lines than in other languages, and fewer structural lines than in JavaScript.
🌐
bitdegree.org
bitdegree.org › home › best learning platforms › guides › python vs javascript: which one should you learn?
Python vs JavaScript Comparison: Should I Learn Python or JavaScript?
How much research do you do before writing your e-learning reviews?
Our dedicated MOOC experts carry out research for weeks – only then can they say their evaluations for different aspects are final and complete. Even though it takes a lot of time, this is the only way we can guarantee that all the essential features of online learning platforms are tried and tested, and the verdict is based on real data.
🌐
bitdegree.org
bitdegree.org › home › best learning platforms › guides › python vs javascript: which one should you learn?
Python vs JavaScript Comparison: Should I Learn Python or JavaScript?
🌐
SitePoint
sitepoint.com › blog › javascript › javascript vs python: which one should you learn first?
JavaScript vs Python: Which One Should You Learn First? — SitePoint
November 13, 2024 - As the most popular language, it’s natural that JavaScript should have the largest online presence. In summary, Python is the easiest to learn from a syntax point of view, but more wide-spread help is available for JavaScript.
🌐
DEV Community
dev.to › kachiic › learning-javascript-as-a-python-developer-126g
Learning Javascript as a Python Developer - DEV Community
April 26, 2023 - This means it is around the same level of difficulty to learn as Python. In this tutorial, I'll outline the main differences between the two coding languages. If you're starting out, I recommend using a sandbox to test your code.
🌐
Codecademy
codecademy.com › home › python vs. javascript: which should you learn as a beginner?
Python vs. JavaScript: Which Should You Learn As A Beginner?
April 9, 2024 - Both Python and JavaScript are great choices for beginners, but what are the differences, and why would you want to learn one over the other? In this article, we’ll take a look at both languages to figure out which one suits you the best. Python is a flexible, general-purpose programming language that’s a favorite of many developers because it’s concise and easy to read. It started as a language used for writing scripts and utilities, but it became popular and quickly spread to other uses. After all, it was created to be general-purpose.
🌐
Reddit
reddit.com › r/learnpython › learning javascript after python
r/learnpython on Reddit: Learning Javascript after Python
October 22, 2021 -

Two things strike me with Javascript as opposed to Python (obviously, caveats apply...)

  1. Learning Javascript to enable the web is far more practical than learning a Python GUI.

  2. All of the extra steps in Javascript when it comes to functional programming, yuck!

Top answer
1 of 5
42
I’m going the ofher way, learning python from scratch as a snr. js stack dev. Don’t mind python but there’s quirks to every language. I generally don’t find the tooling as satisfying in python yet, but I do like the fluency of the language. I like that I write it once and can expect it to do what I think it’s gonna do. I’m also not yet used to indentation mattering as much, not a huge fan but again; quirk of the language. Tips I’d give python devs learning JS: stay the hell away from frameworks until you’re comfortable with the core language, learn es6/typescript. learn by doing, find a project and work out how to spin it up, then find flaws and see what JS has to offer to improve in those areas. you’ll never learn it all, stick to making stuff that works/solves your problem. learn about javascript’s weird and predicable but not expected scoping rules pick up a typed form of JS (typescript/es6 with types) set up eslint with recommended(s) and prettier so you get the style of pretty-good js. learn the es6 way of doing something before the library-laden way. (Like the pyhonic way but for js) spend time on closures, async/await, lambdas, scoping, destructuring and Promise patterns (all, race, allResolved, etc), oh and coercion. look at what your ts/es6 transpiles down to (unminified) to get an idea of how JS does stuff under the hood. learn about tooling (node, npm, nps, jest, nyc, eslint, prettier, webpack/a bundler) learn about number/decimal handling if you plan on doing any math you need to trust (financial), see decimal.js & similar. Run “0.1 + 0.2” if you’re not sure why. learn about all the crazy places you can deploy JS (browser, node, electron, capcitor, etc). If you’re picking a base framework for front-end dev the answer is probably react. The State of JS survey results can guide you on what frameworks and libraries might be worth picking up. Good luck and welcome to ordered chaos.
2 of 5
37
Looping through an array in Javascript for the first time after doing it in Python for months was just, like, whaaaat.
🌐
BitDegree
bitdegree.org › home › best learning platforms › guides › python vs javascript: which one should you learn?
Python vs JavaScript Comparison: Should I Learn Python or JavaScript?
After mastering the basics, you ... of Python libraries is here. JavaScript is the most popular language, but it is not that easy to learn....
Find elsewhere
🌐
Quora
quora.com › How-hard-was-it-to-learn-Javascript-after-knowing-Python-Was-there-a-massive-difference-in-how-difficult-they-were-to-learn
How hard was it to learn Javascript after knowing Python? Was there a massive difference in how difficult they were to learn? - Quora
... Research Associate -MEAN at Miracle Software Systems (2016–present) · Author has 389 answers and 385.7K answer views · 8y · As a Node JS Developer by Profession, I can say that learning and working with Javascript is easier comparably.
🌐
freeCodeCamp
forum.freecodecamp.org › t › halfway-through-python-should-i-move-to-js-or-stick-with-python › 55881
Halfway through Python, should I move to JS or stick with Python? - The freeCodeCamp Forum
November 16, 2016 - Hello. Last week I finished my first course. It was a Udacity Nanodegree (introduction to programming) It was very good. I learnt some python, functions and some (mostly theorical) OOP. After that there was a bit of front end teaser, so we learnt a bit of JS, jQuery, the usual.
🌐
Medium
medium.com › @tayyabaltaf › is-it-fine-to-learn-python-and-javascript-together-58c244ed053c
Is it Fine to Learn Python and JavaScript Together? | by Tayyabaltaf | Medium
August 8, 2023 - If you’re setting out to learn your first programming language after handling HTML and CSS basics, starting with JavaScript before Python, Ruby, PHP, or other similar languages can be a good course of action.
🌐
Sololearn
sololearn.com › en › Discuss › 2307594 › is-it-wise-to-learn-python-after-learning-javascript-what-language-should-i-learn-next-
Is it wise to learn python after learning JavaScript? What language should I learn next?? 🤔🤔🤔 | Sololearn: Learn to code for FREE!
I just completed JavaScript, html & css. Do you think Python is a easier entry into high level programming languages than java or c# ect? 🤔🤔🤔 ... si usas java scrip puedes usar tanbien html te sera muy util si conbinas tu conocimientos de java script con html o css ... That's cool cos I am currently learning Python right now.
🌐
DEV Community
dev.to › kachiic › learn-python-as-a-javascript-developer-422j
Learn Python as a Javascript developer - DEV Community
July 19, 2022 - This means it is around the same level of difficulty to learn as Javascript. I would even argue it is easier to learn than javascript, and the transition from Javascript to python much smoother than the other way round.
🌐
YouTube
youtube.com › watch
PYTHON vs JAVASCRIPT // What I Would Choose as a Beginner… - YouTube
Join Showwcase, the social network built for developers - https://www.showwcase.com?referralToken=x0jj4ve6f8qIf you don’t know which programming language to ...
Published   August 31, 2022
🌐
Quora
quora.com › Should-I-learn-Python-if-I-already-know-JavaScript
Should I learn Python if I already know JavaScript? - Quora
Answer (1 of 2): Depends what you’re trying to achieve. If your end goal is to work as a software developer, ask yourself what you want to work on. Is it web sites? Smartphone apps? Games? Desktop apps? What it is, look at what languages are popular in that field, look at what jobs are out ...
🌐
KodeKloud
kodekloud.com › blog › should-i-learn-python-or-javascript
Should I Learn Python Or Javascript
April 17, 2024 - Additionally, numerous online resources, such as tutorials, courses, books, and interactive coding platforms, are available. Compared to Python, JavaScript offers an intense learning curve for beginners.
🌐
App Academy
appacademy.io › blog › what-programming-language-should-you-learn-after-javascript
What Programming Language Should You Learn After JavaScript? | App Academy
March 13, 2024 - Python is a great choice for your next coding language to learn after JavaScript for several reasons. First of all, Python is versatile and can be used for various purposes, including web development, data analysis, artificial intelligence, and more.
Top answer
1 of 6
10

Python is more regular, and has not needed to keep supporting every old, redundant feature forever, as Javascript has been forced to do (in order to keep supporting existing sites): these are issues that can make Python easier to learn.

However, Javascript's not too bad, especially if you can choose a reasonably rigid, modular, clean framework such as dojo (if you have to learn about every popular JS framework, or even most of them, it will, however, be a nightmare -- as it will if you have to learn the subtle bugs and incompatibilities of various browsers' implementations of JS and the DOM, rather than getting them covered up by such frameworks as dojo, jquery, or closure).

For learning Javascript, I recommend supplementing whatever tutorial you choose with Crockford's Javascript: the good parts -- it's a very thin book (which sounds like a joke, but it's true!-), fast and easy to read, and stops you from wasting your time on language features that are misconceived, too badly designed to use, or counterproductive. Crockford is a real JS guru and is well worth reading and paying attention to.

2 of 6
10

Depends what you want to do. If you're just interested in learning a programming language, I would recommend Python because:

  • The interactive prompt is great for learning a language
  • It's simple and well-designed, whereas JavaScript has a number of design flaws that can be confusing to newbies
  • There is a particularly high amount of introductory materials for Python.
  • It allows you to do all kinds of programming (server, client, games, etc.), whereas JS will limit you a bit more.
🌐
Sololearn
sololearn.com › en › Discuss › 1839734 › do-i-still-need-to-learn-python-after-javascript-
Do I still need to learn Python after JavaScript ? | Sololearn: Learn to code for FREE!
I have just completed JavaScript tutorial and from what I saw from Python overview.. it looks like JS. Is there any difference between them or could there be any work that requires a skill in Python that JS can not do?
🌐
LearnPython.com
learnpython.com › blog › python-vs-javascript-for-beginners
Python or JavaScript: Which to Learn as a Beginner? | LearnPython.com
It’s easy to play with code, do something useful, and have something to show to your friends and family. However, when it comes to the code itself, JavaScript is often considered messy. It doesn’t enforce good coding practices, and you may often have programs that work but are challenging to follow because of poorly written code. Python, on the other hand, has a good reputation as a programming language.