Hello All,
I'm a PHP programmer pretending to be a python programmer right now. I'm playing around with the interactive prompt via putty on my server and am getting the hang of the syntax and naming conventions. One thing I can't / haven't wrapped my head around is how this works with websites. For instance, with PHP, I can post form data directly to my script and PHP can work with it. As far as I can tell, I'm not going to be posting data directly to a .py script (am I?).
This might be basic, I'm just trying to get the mind shift necessary to understand the work flow with python. So far I'm really liking it, I just don't understand how I use it to work with web forms, etc....
Thanks!
Greg
I'm a PHP programmer pretending to be a python programmer right now. I'm playing around with the interactive prompt via putty on my server and am getting the hang of the syntax and naming conventions. One thing I can't / haven't wrapped my head around is how this works with websites. For instance, with PHP, I can post form data directly to my script and PHP can work with it. As far as I can tell, I'm not going to be posting data directly to a .py script (am I?).
This might be basic, I'm just trying to get the mind shift necessary to understand the work flow with python. So far I'm really liking it, I just don't understand how I use it to work with web forms, etc....
Thanks!
Greg
Comment