Should I learn JavaScript or Python? And which one is Easier To Learn?

Is it a must to learn OOP?
No, but it will help creating bigger websites (in terms of feature) and maintain them in a better way. I absolutely recommend learning oop, and for websites; i recommend MVC/MVVM as well.

P.s. because nobody else suggested, try making a site with Rails 6 and react js. Its tougher than php, but it's absolutely beautiful as an architecture which can be scaled up easily.
 
Last edited:
No, but it will help creating bigger websites (in terms of feature) and maintain them in a better way. I absolutely recommend learning oop, and for websites; i recommend MVC/MVVM as well.

P.s. because nobody else suggested, try making a site with Rails 6 and react js. Its tougher than php, but it's absolutely beautiful as an architecture which can be scaled up easily.

ruby and rails is good but that is for big projects. For making money php is good.
 
ruby and rails is good but that is for big projects. For making money php is good.
Somewhat true. If you have any experience in a php framework called yii2, you'll find rails surprisingly easy to grasp. Big projects? I have used it even for api without any view layer whatsoever. It's pretty cool as a framework.
 
Back
Top