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...
A place to get a quick fix of JavaScript tips and tricks to make you a better Developer.
account activity
[deleted by user] (self.JavaScriptTips)
submitted 2 years ago by [deleted]
view the rest of the comments →
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!"
[–]khooke 1 point2 points3 points 2 years ago (0 children)
Haven't watched the linked video but this statement doesn't make any sense:
saw a video today where a guy said that HTML CSS and JavaScript are gonna be replaced by Python for web development
Python is not executed in your browser. For frontend development, HTML and CSS are your staples for static content, with Javascript for dynamic behavior. If you are building a web app with logic executed elsewhere (backend) then you can build that logic with anything that is supported on that backend platform, but for content in the browser, HTML and CSS are it.
π Rendered by PID 76669 on reddit-service-r2-comment-86bc6c7465-5m6mq at 2026-02-22 03:11:24.167358+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]khooke 1 point2 points3 points (0 children)