Is it relevant to learn PHP. What are its advantages over Nodejs and Django

I am not understanding why I should learn PHP.

Then don’t.

3 Likes

Hey there,

what does your own research say?

You can find a lot of search results.

PHP is a language. Node.js is a runtime for JavaScript, and Django is a Python framework, so you’re referring to 3 totally different types of things here.

PHP is considered a legacy language today but it’s still very prevalent regardless. JavaScript and Python are both considered generally more “modern” (even though both of them have been around for a long time), although Python is used far more for AI, ML, and data science applications than web development. If your goal is web development, stick to full-stack JavaScript.