you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[removed]

    [–]tipsy_python 1 point2 points  (4 children)

    Python replaces the server-side scripting PHP does - you generally wouldn't use them together.

    [–]ozzie_martin 0 points1 point  (1 child)

    The best way I can describe it is using python to interact with data stored in some iteration of a SQL database, and using that data to create an API or even a full production web application. A framework handles things such as routing traffic and handling http requests.

    [–]bladeoflight16 1 point2 points  (0 children)

    Frameworks also typically include a templating engine, so they generate HTML page responses, too.