Answer the question
In order to leave comments, you need to log in
Does Python/Django make sense now due to the rapid development of PHP?
Recently, new PHP frameworks have appeared and old ones have been updated: Laravel, Yii, Phalcon, Aura PHP, etc. Work on the seventh version of PHP is proceeding at a rapid pace. Does it make a lot of sense now to have Puff alternatives for web development, particularly in Python/Django? These alternatives have gained popularity due to the underdevelopment of the PHP infrastructure, but now this situation is being quickly corrected.
Answer the question
In order to leave comments, you need to log in
Is there any point in PHP now due to the rapid development of Python/Django?
There were problems not only with the infrastructure, but also with the community and the language itself. PHP is a crutch on a crutch with a lot of errors and awkward syntax.
The infrastructure seems to be getting better.
Let's check if something has changed in the language itself. I remember in 5.3 an error when defining a function inside another function.
function foo() {
function bar() {
echo 'bar';
}
bar();
}
foo();
foo();
bar<br />
<b>Fatal error</b>: Cannot redeclare bar() (previously declared in [...][...]:3) in <b>[...][...]</b> on line <b>2</b><br />
Of course have. The developer must always develop. Even though the puff gets up from its knees, learning new languages \u200b\u200bwill not be superfluous)
What makes you think that PHP is booming? In fact, one marking time for 10 years. Nothing fundamentally new, just new crutches for old problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question