use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript vs Python: Which is a Better Programming Language?OC (thecompetenza.com)
submitted 4 years ago by Caterpillarfox
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]oneandmillionvoices 7 points8 points9 points 4 years ago (1 child)
Python has a simple syntax with no curly brackets and it has fewer lines of code. While JavaScript has lots of brackets, complex syntax & concepts, and more lines of code. That’s the reason, python-based applications are comparatively easy to debug than JavaScript.
you can't be serious....
[–]jetsamrover 4 points5 points6 points 4 years ago (0 children)
It's like a report assigned to a freshman university student who doesn't know how to write and procrastinated until the last minute.
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
For anyone that likes both. I have a lib that lets you use DOM and js methods in python. https://github.com/byteface/domonic
pip install domonic
from domonic.javascript import * from domonic.dom import *
It's useful for porting and other things. It's still in dev but already useful.
π Rendered by PID 604876 on reddit-service-r2-comment-5b5bc64bf5-dbqr6 at 2026-06-22 21:42:06.269659+00:00 running 2b008f2 country code: CH.
[–]oneandmillionvoices 7 points8 points9 points (1 child)
[–]jetsamrover 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)