Hacker News new | ask | show | jobs
by peter_retief 779 days ago
I don't doubt that php will be with us for many years so any improvements are great. Personally prefer to use a language like python that has depth of libraries and also useful for non web based apps.
1 comments

Let me share a secret with you: PHP runs just like a python script.
i do know people who write scripts in php, however, there are no libraries like pandas in php as far as I know https://pandas.pydata.org/
The extension system allows you to interface with pretty much anything you could compile on the same machine. For quick development of wrappers or whatever, take a look at https://zephir-lang.com/en .