Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Page Manipulation (PHP vs Python)


ghost's Avatar
0 0

I recently coded a solution for timed1 in PHP, and it is to slow :(. Its running locally via xampp, so I'm thinking that may be the issue.

This is what I'm getting at: Which do you feel is better for manipulating a web page? PHP or Python?


richohealey's Avatar
Python Ninja
0 0

depends what you're a better coder in, i have done them all in both, personally i prefer python…

perhaps try a host like 100webspace that aallow cURL/.


spyware's Avatar
Banned
0 0

Perl.


ghost's Avatar
0 0

With PHP curl through the local browser took me about 2-3 sec to complete the task , I just have a slow connection. Perl script run from the command box was much faster. My guess is that the Python script will work faster as well. Use scripts.