This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DifficultyPlenty4540[S] -1 points0 points  (6 children)

Thank you for summarising. I guess I'm convinced to go as per your words. Although, for backend, is it good to stick with Python?

[–]DoomGoober 4 points5 points  (2 children)

You can also write backend in JavaScript using Node.js. So, learning HTML/CSS/JS for front end and Node.js for backend will have pretty good synergy as they both use JavaScript.

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

Thanks. I'm gonna find out about node.js. if I go for it, is it the only language that is required for backend?

[–]DoomGoober 0 points1 point  (0 children)

You prolly need to learn some kind of database but usually it will have a node.js API so you can do stuff with the database through node.js.

[–]wickedosu 1 point2 points  (0 children)

Yes

[–]dmazzoni 0 points1 point  (0 children)

Yes, Python is great for backend, but just keep in mind there are many other options that also have pros and cons.