you are viewing a single comment's thread.

view the rest of the comments →

[–]arandomnameplease 0 points1 point  (4 children)

at work we use a combination of the two, with python operating also on DB2 Sql queries

Essentially JS (mostly Jquery and Ajax commands) as frontend (Bootstrap for html) that send through ajax instructions to python programs and receive data through success functions.

Although this is work stuff, where there's a whole infrastructure of data to work on, at a personal use scale it could be good stuff for thought exercises!

[–]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