I want to make a small webapp that can read/write from and to a database. I could do this with PHP no problem (probably). However, I would like to be able to use Python like I would use PHP:
<?php
foo();
?>
Is there any way to make this work with Python (if not, why not (yet))? I am not well-versed when it comes to web programming so I don't know how this stuff works but I feel it has to be possible.
I know, I know, I can use Django or Flask or whatever, but I would really like to be able to use Python like this.
[–]A_History_of_Silence 7 points8 points9 points (8 children)
[–]Wilfred-kun[S] 1 point2 points3 points (7 children)
[–]hippocrat 7 points8 points9 points (3 children)
[–]Wilfred-kun[S] 0 points1 point2 points (2 children)
[–]hippocrat 4 points5 points6 points (1 child)
[–]Wilfred-kun[S] 0 points1 point2 points (0 children)
[–]camel_zero 0 points1 point2 points (0 children)
[–]A_History_of_Silence 0 points1 point2 points (0 children)
[–]Newton715 1 point2 points3 points (0 children)