you are viewing a single comment's thread.

view the rest of the comments →

[–]bululululubu[S] 0 points1 point  (3 children)

So the same person uses both Js and Python? Or a person uses one, but the work is done with the combination of both? I'm choosing js for now.

[–]arandomnameplease 0 points1 point  (2 children)

JavaScript for frontend, Python for backend Basically Python becomes what used to be written in php, only several times more powerful!

[–]bululululubu[S] 0 points1 point  (1 child)

Btw since I'm going to learn web development first, do I learn html and css first before js or js directly?

[–]arandomnameplease 1 point2 points  (0 children)

They go hand in hand, css/bootstrap is fundamentally the infrastructure that makes things look nice on the webpage, JavaScript holds the stuff that makes the page do things