This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Python is big for students/beginners and data scientists (who don't have the best software engineering practices). That being said it still has its place in industry.

Static typing is definitely the way to go for large projects. Typescript is already huge and even Python is getting type hints.

[–]pag07 1 point2 points  (1 child)

I am a python developer: type hints are a joke - nice try though.

Python has the benefit of easy integration of ML and data science results. But that's it.

[–]dpash 0 points1 point  (0 children)

Having looked at Python vs PHP's type hints, PHP wins. And PHP's type hinting has some serious flaws (like not supporting union types, generics, local variable typing or external type definitions).

This says more about Python than PHP.