What to Learn PHP or Python..?

What you prefer to learn.?

  • Python

    Votes: 69 75.0%
  • PHP

    Votes: 23 25.0%

  • Total voters
    92
Is there in free tutorial for python where I can learn easily.
This guy is awesome..

Code:
https://www.youtube.com/watch?v=_uQrJ0TkZlc
 
python is better becouse it has lots of features. most important feature is that you don't need to write semicolon. This is so good becouse actually semicolon is timewaste. Other good feature is python has multithreading. Third good feature is python is fully object oriented. php isn't fully object oriented. php 7 has more reviews but python is still better. Last good feature is that python has very strong community and very good libraries/frameworks.
 
The real answer is that it doesn't matter. If you know how to program, then you can pick up any language very quickly because they all do the same things. For example, I have a lot of advanced experience with PHP and Javascript, but I took on a project that required some data to be run through a few financial trading indicator algorithms. Neither PHP or JS had any available open source libraries with one of the algorithms I needed. But Python did, so I built the whole thing in Python even though I had never really worked with it before. If you understand the fundamentals of programming then you can use any language syntax.
 
I'd say go for python unless you want to exclusively work in web development.
 
This one is easy, python.

so many reasons, some of them:

PHP is dying, while python is gaining popularity for years now, which means, more libraries, more support, more updates from bigger community.

even if you wish to become web developer (which is the only reason why you would like to choose between python and php) python got django, which is python’s web development framework, and also flask for lighter applications.


Python is awesome for automation, like web scrapping or creating bots that will perform repetitive tasks.

Python is also the go to (outside academy research where R is learnt) language for A.I. Applications such as machine learning, that’s used for example for business intelligence or deep learning (neural network) for language processing for another.

Python isn’t easy as many here claim, OOP is complex as the program you wish to create, but python integrates seamlessly with any other language.


In order to master coding, you need to read tons of code and write tons of code, don’t let anyone tell you that it’s super easy, barely an inconvenience... this shit takes years of perfecting.
 
Back
Top