Python and PHP questions

kolanich

New Member
Messages
37
Reaction score
0
Points
0
1 what version of python is on hosting (what about python 3?)
2 what python and php modules are available ?
3 can we start php script in another process or thread (using python) and make data exchange between it and python app (mutexes, variable exchange and other)
4 what good manual on python can you advice me
5 how to rewrite php scripts into python ones?
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48

kolanich

New Member
Messages
37
Reaction score
0
Points
0
admins!!!
What about python 3?
it is really better than 2
(and i had studied python only in this version)
 
Last edited:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Having both branches, with the Python 3 interpreter installed as (e.g.) "python3" would be nice. Post a request in the feedback and suggestions forum with a poll.
 
Top