Six Years of Service
Posts: 12
Threads: 5
PHP to Python 08-01-2013, 10:22 PM
#1
Are there any PHP to Python convertors that manage version changes across PHP versions?
•
Seven Years of Service
Posts: 1,231
Threads: 66
RE: PHP to Python 08-02-2013, 04:41 AM
#2
I dont think so.
These types of stuff cannot be done by bots.
PM me if you need help.
My pastebin
HERE. My URL Shortener
HERE.
•
Six Years of Service
Posts: 340
Threads: 6
RE: PHP to Python 08-02-2013, 01:56 PM
#3
It is not actually possible as far as i know
•
Six Years of Service
Posts: 340
Threads: 6
RE: PHP to Python 08-04-2013, 10:20 AM
#6
What Deque wrote is correct but i would highly suggest to avoid such programs as the result is a mess.
•
Seven Years of Service
Posts: 1,398
Threads: 51
RE: PHP to Python 08-04-2013, 01:44 PM
#7
Why use such tools? It makes you stand out as a skid! Learn PHP instead and program the tools you need instead of trying to convert them. There's a reason why don't only have one programming language. The language is the tool, we don't hammer nails with screwdrivers, do we?
•
Seven Years of Service
Posts: 1,398
Threads: 51
RE: PHP to Python 08-04-2013, 06:05 PM
#9
Any company will under all circumstances choose a re-coded version in PHP than trying to convert a Python program. You see, in the long end it will earn them more money. Converted source code tends to be messy and buggy and they would have to use a lot of time on solving those bugs.
Pull yourself together and show the mindset every true programmer/hacker should have and show some interest in learning. Show that you actually care about what you do instead of only thinking about fictional money and budgets. This is the time for everyone to study as much as they can before they have to think more about the finances. I know that the average member here isn't living by him/herself nor use what they do here as a job. You do this for personal interests not a boss that you have to deliver a product for.
I can't see any positive thing about converting source code from one language to another. Learn to program in the other programming language and code it from scratch. This will both insure a better product/program but also develop your skills which you might need in the future.
•
Six Years of Service
Posts: 340
Threads: 6
RE: PHP to Python 08-06-2013, 02:27 PM
#10
A company should never choose to convert code, it can lead to misfunction, new security flaws and more. That's also a bad programming practice. I wouldn't recommend this even if it was for personal use, for a low importance task.
•