4 ответов
+ 4
In your case PHP seems to be your better option.
+ 4
I would do php. python is goof with its libraries but php is cheap and it was directly built to be used on a web browser. it's on most servers. And it's easy. if u need speed just use a framework for it to go faster.
+ 2
@Tray Nice comment, but I should notice that frameworks are not for "it to go faster" (sometimes it's otherwise, slightly slower) but for you (as for developer) to develop/build/write/get a result faster (and in the right way). Update: Hmm... only if you without framework will write something awful that is hard to speed up using caching or with other issues then frameworks can be of helo to get better results in speed, but I don't think such situation is very common, right? ;)
@ibrahim danjuma I think at this stage you can achieve same results with PHP or Python, later you will be able to switch from one to another if there will be a big need for that switching. And if you are already started PHP you be5er continue with PHP, at least if you are not going to do any projects except web. And it's more important to study HTTP requests, RESTful (and probably SOAP) services, AJAX, OOP, MVC, PDO and so on... technologies applied/applicable to any language used in web-development.
+ 1
Depends on what you want to do
Hope these links can help
https://www.linkedin.com/pulse/which-better-php-JUMP_LINK__&&__python__&&__JUMP_LINK-developers-take-srikrishna-das
https://hackernoon.com/php-or-python-which-language-should-you-learn-in-2017-3ced1fd75ee2
https://www.quora.com/Which-is-better-PHP-or-Python-Why
If you are familiar with HTML, CSS, JS then PHP would be my first choice.