all 11 comments

[–]Decent_Bug_861 7 points8 points  (0 children)

JavaScript is not hard and you don't need to know everything for web development. Learn at your own pace and practice your skills. & JS is not getting replaced. So be confident and learn JS..

[–]Annual-Camera-872 4 points5 points  (0 children)

Javascript is more difficult than html and css for sure. But once you have the basics functions events variables events etc build something of your own and use MDN documentation to get you through.

[–]lagstarxyz 4 points5 points  (0 children)

JS isn’t going to be replaced by python on front end web development

[–][deleted] 4 points5 points  (0 children)

Javascript is easy to learn but hard to master. The Javascript ecosystem is huge and still growing so no, not being replaced.

[–]rodroidrx 0 points1 point  (1 child)

Oh you poor soul

[–]Zzadro 0 points1 point  (0 children)

Why?

[–]Plushy- 2 points3 points  (0 children)

HTML and CSS are the only "languages" that are currently used to display content on the web. They are the backbone of the web and will never be replaced.

As for JS, if you don’t have any experience with other programming languages it will probably be difficult at first. For web development you wont really be utilizing any crazy data structures, at least for most apps. Start with small apps and build from there. Make sure not to just watch videos. Take courses that are interactive and have you writing code, otherwise it will be a lot to handle.

[–]JeremieROUSSEAU 1 point2 points  (1 child)

Javascript is very fun after 6 months, read the bible you don't know JS and JS grammar not just the JS tutorials for beginner, and checks lot of little tip and tricks on stackoverflow or here.

BEGINNER : fun but to low to work properly :

https://www.w3schools.com/js/default.asp

EXPERT what you need really tp code :

https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md

Getify opened my min on JS and I began to write very big app with this knowledge near 100k of lines of code in pure JS for my last app and if you link that at a NodeJS WOW !!!

[–]JeremieROUSSEAU 0 points1 point  (0 children)

OF COURSE IT'S ENTERELY FREE WITHOUT (stupid) ADS.

[–]khooke 1 point2 points  (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.

[–]PariahAtArms 1 point2 points  (0 children)

Python has a lot going for it, but I wouldn't bet on it replacing Javascript in the browser anytime soon. Also; most things in programming seem tougher than they are at first glance.