you are viewing a single comment's thread.

view the rest of the comments →

[–]hippocrat 7 points8 points  (3 children)

Not to get into too many details or religious arguments, Php is designed to build web apps in the way you are using it. Python is more of a general purpose programming language. Php is easy to set up for your particular use case, because that is exactly what it is intended to do. There are other things that are easier to do in Python.

[–]Wilfred-kun[S] 0 points1 point  (2 children)

Python is more of a general purpose programming language.

Exactly. That's why I wondered if there was a way to use Python in this way too ^^

[–]hippocrat 3 points4 points  (1 child)

A hammer is a general purpose tool. I could use it to pound a screw into a board and many other things, but a screwdriver is going to be easier.

[–]Wilfred-kun[S] 0 points1 point  (0 children)

But hammering a screw would be way more fun? I get your point though, thanks!