Y
Hacker News
new
|
ask
|
show
|
jobs
by
cynicalsecurity
778 days ago
Let me share a secret with you: PHP runs just like a python script.
1 comments
peter_retief
778 days ago
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/
link
cess11
778 days ago
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
.
link